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

/haiku/src/apps/icon-o-matic/transformable/
H A DChannelTransform.cpp19 fPivot(0.0, 0.0),
31 fPivot(other.fPivot),
82 fPivot != pivot ||
87 fPivot = pivot;
102 if (pivot == fPivot)
105 fPivot = pivot;
134 origin -= fPivot;
259 multiply(agg::trans_affine_translation(-fPivot.x, -fPivot
[all...]
H A DChannelTransform.h48 { return fPivot; }
63 BPoint fPivot; member in class:ChannelTransform
H A DTransformBox.cpp43 fPivot((fLeftTop.x + fRightBottom.x) / 2.0,
106 BPoint c = fPivot;
219 BPoint c = fPivot;
357 fPivot.x = (fLeftTop.x + fRightBottom.x) / 2.0;
358 fPivot.y = (fLeftTop.y + fRightBottom.y) / 2.0;
360 fPivot += fPivotOffset;
368 Transform(&fPivot);
387 return fPivot;
527 if (point_point_distance(where, fPivot) < inset)
H A DTransformBox.h112 BPoint fPivot; member in class:TransformBox

Completed in 43 milliseconds