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

/haiku/src/kits/tracker/
H A DPoseView.cpp3591 pose->SetLocation(fHintLocation, this);
3593 BPoint deltaFromBounds(fHintLocation - rect.LeftTop());
3608 fHintLocation = PinToGrid(BPoint(0.0, 0.0), fGrid, fOffset);
3609 pose->SetLocation(fHintLocation, this);
3617 fHintLocation = pose->Location(this) + BPoint(fGrid.x, 0);
3698 fHintLocation = pose->Location(this);
3794 // ## in terms of the comparison of fHintLocation and PinToGrid
3798 if (fHintLocation.x != point.x)
3827 fHintLocation.y += fGrid.y;
3828 fHintLocation
[all...]
H A DPoseView.h519 // find a new place for a pose, starting at fHintLocation
766 BPoint fHintLocation; member in class:BPrivate::BPoseView

Completed in 47 milliseconds