Searched refs:fLeftTop (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/icon-o-matic/transformable/
H A DPerspectiveBox.cpp39 fLeftTop(parent->LeftTop()),
56 fDragLTState(new DragCornerState(this, &fLeftTop)),
80 BPoint lt = fLeftTop;
177 BPoint lt = fLeftTop;
260 if (fLeftTop == leftTop
266 fLeftTop = leftTop;
285 fPerspective->TransformTo(fLeftTop, fRightTop, fLeftBottom, fRightBottom);
352 float dLT = point_point_distance(fLeftTop, where);
H A DTransformBox.cpp38 fLeftTop(box.LeftTop()),
43 fPivot((fLeftTop.x + fRightBottom.x) / 2.0,
44 (fLeftTop.y + fRightBottom.y) / 2.0),
102 BPoint lt = fLeftTop;
215 BPoint lt = fLeftTop;
352 fLeftTop = fOriginalBox.LeftTop();
357 fPivot.x = (fLeftTop.x + fRightBottom.x) / 2.0;
358 fPivot.y = (fLeftTop.y + fRightBottom.y) / 2.0;
363 Transform(&fLeftTop);
536 BPoint lt = fLeftTop;
[all...]
H A DPerspectiveBox.h89 BPoint fLeftTop; member in class:PerspectiveBox
H A DTransformBox.h107 BPoint fLeftTop; member in class:TransformBox

Completed in 109 milliseconds