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

/haiku/src/apps/icon-o-matic/transformable/
H A DPerspectiveBox.cpp42 fRightBottom(parent->RightBottom()),
59 fDragRBState(new DragCornerState(this, &fRightBottom))
83 BPoint rb = fRightBottom;
180 BPoint rb = fRightBottom;
263 && fRightBottom == rightBottom)
269 fRightBottom = rightBottom;
285 fPerspective->TransformTo(fLeftTop, fRightTop, fLeftBottom, fRightBottom);
355 float dRB = point_point_distance(fRightBottom, where);
H A DTransformBox.cpp41 fRightBottom(box.RightBottom()),
43 fPivot((fLeftTop.x + fRightBottom.x) / 2.0,
44 (fLeftTop.y + fRightBottom.y) / 2.0),
105 BPoint rb = fRightBottom;
218 BPoint rb = fRightBottom;
355 fRightBottom = fOriginalBox.RightBottom();
357 fPivot.x = (fLeftTop.x + fRightBottom.x) / 2.0;
358 fPivot.y = (fLeftTop.y + fRightBottom.y) / 2.0;
366 Transform(&fRightBottom);
537 BPoint rb = fRightBottom;
[all...]
H A DPerspectiveBox.h92 BPoint fRightBottom; member in class:PerspectiveBox
H A DTransformBox.h110 BPoint fRightBottom; member in class:TransformBox

Completed in 47 milliseconds