Lines Matching refs:fTransformBox
27 : fTransformBox(box), in PerspectiveCommand()
43 if (fTransformBox != NULL) in PerspectiveCommand()
44 fTransformBox->AddListener(this); in PerspectiveCommand()
53 if (fTransformBox != NULL) in ~PerspectiveCommand()
54 fTransformBox->RemoveListener(this); in ~PerspectiveCommand()
86 if (fTransformBox != NULL) { in Undo()
87 fTransformBox->TransformTo(fOldLeftTop, fOldRightTop, fOldLeftBottom, fOldRightBottom); in Undo()
99 if (fTransformBox != NULL) { in Redo()
100 fTransformBox->TransformTo(fNewLeftTop, fNewRightTop, fNewLeftBottom, fNewRightBottom); in Redo()
122 if (fTransformBox == box) { in PerspectiveBoxDeleted()
123 if (fTransformBox != NULL) in PerspectiveBoxDeleted()
124 fTransformBox->RemoveListener(this); in PerspectiveBoxDeleted()
125 fTransformBox = NULL; in PerspectiveBoxDeleted()