Home
last modified time | relevance | path

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

/haiku/src/kits/tracker/
H A DPose.cpp512 rect.bottom += poseView->IconPoseHeight(); in PointInPose()
961 rect.bottom = rect.top + poseView->IconPoseHeight(); in CalcRect()
H A DPoseView.h204 float IconPoseHeight() const;
904 BPoseView::IconPoseHeight() const in IconPoseHeight() function
H A DTextWidget.cpp198 result.bottom = poseLoc.y + view->IconPoseHeight(); in CalcRectCommon()
H A DPoseView.cpp3778 int32 index = FirstIndexAtOrBelow((int32)(poseRect.top - IconPoseHeight())); in SlotOccupied()
6004 poseLoc = dropEnd + BPoint(0, index * (IconPoseHeight() + 3)); in GetDropPointList()
7703 = FirstIndexAtOrBelow((int32)(bounds.top - IconPoseHeight())); in MakeDragBitmap()
7782 (int32)(bounds.top - IconPoseHeight())); in GetDragRect()
7816 (int32)(selectionRect.top - IconPoseHeight()), true); in SelectPoses()
8722 (int32)(bounds.top - IconPoseHeight()), true); in ClearSelection()
8788 (int32)(bounds.top - IconPoseHeight()), true); in ShowSelection()
9843 - IconPoseHeight()), true); in FrameForPose()
9989 (int32)(bounds.top - IconPoseHeight()), true); in HiliteDropTarget()