Searched refs:casted (Results 1 – 3 of 3) sorted by relevance
525 BDirectWindow* casted = const_cast<BDirectWindow*>(this); in _LockDirect() local527 if (atomic_add(&casted->fDirectLock, 1) > 0) { in _LockDirect()529 status = acquire_sem(casted->fDirectSem); in _LockDirect()534 casted->fDirectLockOwner = find_thread(NULL); in _LockDirect()535 casted->fDirectLockCount++; in _LockDirect()547 BDirectWindow* casted = const_cast<BDirectWindow*>(this); in _UnlockDirect() local549 if (atomic_add(&casted->fDirectLock, -1) > 1) in _UnlockDirect()550 release_sem(casted->fDirectSem); in _UnlockDirect()552 casted->fDirectLockCount--; in _UnlockDirect()
125 view's alignment flag. This should be casted to an alignment type.
296 a predefined icon_size constant, pass in an integer casted