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

/haiku-fatelf/src/kits/tracker/
H A DPoseView.h298 BPoint* dropEnd = NULL);
H A DPoseView.cpp5765 BPoseView::GetDropPointList(BPoint dropStart, BPoint dropEnd, const PoseList* poses, argument
5777 poseLoc = dropEnd + BPoint(0, index * (IconPoseHeight() + 3));
5779 poseLoc = dropEnd + (pose->Location(this) - dropStart);
5792 BPoseView::DuplicateSelection(BPoint* dropStart, BPoint* dropEnd) argument
5822 dropPoints = GetDropPointList(*dropStart, *dropEnd, fSelectionList,

Completed in 63 milliseconds