Searched refs:_FrameFor (Results 1 - 4 of 4) sorted by relevance

/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.h96 BRect _FrameFor(BRect keyFrame);
97 BRect _FrameFor(const Key* key);
H A DKeyboardLayoutView.cpp458 BRect frame = _FrameFor(key);
515 _DrawKey(this, updateRect, key, _FrameFor(key),
524 _DrawIndicator(this, updateRect, indicator, _FrameFor(indicator->frame),
1122 Invalidate(_FrameFor(key));
1207 BRect frame = _FrameFor(key);
1220 KeyboardLayoutView::_FrameFor(BRect keyFrame) function in class:KeyboardLayoutView
1234 KeyboardLayoutView::_FrameFor(const Key* key) function in class:KeyboardLayoutView
1236 return _FrameFor(key->frame);
/haiku/src/apps/charactermap/
H A DCharacterView.h70 BRect _FrameFor(uint32 character) const;
H A DCharacterView.cpp146 BRect frame = _FrameFor(c);
154 return Bounds().Contains(_FrameFor(c));
280 BRect frame = _FrameFor(fTopCharacter);
761 CharacterView::_FrameFor(uint32 character) const function in class:CharacterView

Completed in 48 milliseconds