Home
last modified time | relevance | path

Searched refs:_IconRect (Results 1 – 4 of 4) sorted by relevance

/haiku/src/preferences/keymap/
H A DStatusMenuField.cpp242 fStopIcon = new (std::nothrow) BBitmap(_IconRect(), 0, B_RGBA32); in _FillIcons()
260 fWarnIcon = new (std::nothrow) BBitmap(_IconRect(), 0, B_RGBA32); in _FillIcons()
279 StatusMenuField::_IconRect() in _IconRect() function in StatusMenuField
H A DStatusMenuField.h62 BRect _IconRect();
/haiku/src/kits/tracker/
H A DPose.h140 BRect _IconRect(const BPoseView* poseView,
H A DPose.cpp529 BRect rect = _IconRect(poseView, where); in PointInPose()
574 BRect iconRect = _IconRect(poseView, rect.LeftTop()); in Draw()
981 BPose::_IconRect(const BPoseView* poseView, BPoint location) const in _IconRect() function in BPose