Searched refs:FirstIndexAtOrBelow (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/kits/tracker/
H A DPoseView.h554 int32 FirstIndexAtOrBelow(int32 y, bool constrainIndex = true) const;
H A DPoseView.cpp3694 int32 index = FirstIndexAtOrBelow((int32)(poseRect.top - IconPoseHeight()));
3730 BPoseView::FirstIndexAtOrBelow(int32 y, bool constrainIndex) const function in class:BPoseView
3775 int32 index = FirstIndexAtOrBelow((int32)pose->Location(this).y, false);
3783 //int32 index = FirstIndexAtOrBelow((int32)pose->Location(this).y);
7420 int32 startIndex = FirstIndexAtOrBelow((int32)(bounds.top - IconPoseHeight()));
7494 for (int32 index = FirstIndexAtOrBelow((int32)(bounds.top - IconPoseHeight()));
7591 int32 startIndex = FirstIndexAtOrBelow((int32)(selectionRect.top - IconPoseHeight()), true);
8413 int32 startIndex = FirstIndexAtOrBelow((int32)(bounds.top - IconPoseHeight()), true);
8474 int32 startIndex = FirstIndexAtOrBelow(
9442 int32 startIndex = FirstIndexAtOrBelow((int3
[all...]

Completed in 103 milliseconds