Home
last modified time | relevance | path

Searched refs:fOldPivot (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/icon-o-matic/transformable/
H A DTransformCommand.cpp21 fOldPivot(pivot), in TransformCommand()
40 fOldPivot(B_ORIGIN), in TransformCommand()
65 if ((fNewPivot != fOldPivot in InitCheck()
87 _SetTransformation(fOldPivot, in Undo()
H A DTransformCommand.h59 BPoint fOldPivot; variable