Symbol: SetTransformation
src/apps/icon-o-matic/shape/commands/TransformPointsCommand.cpp
101
fTransformBox->SetTransformation(pivot, translation,
src/apps/icon-o-matic/shape/commands/TransformPointsCommand.cpp
108
transform.SetTransformation(pivot, translation,
src/apps/icon-o-matic/transformable/ChannelTransform.cpp
224
SetTransformation(B_ORIGIN, B_ORIGIN, 0.0, 1.0, 1.0);
src/apps/icon-o-matic/transformable/ChannelTransform.cpp
68
SetTransformation(B_ORIGIN, BPoint(tx, ty), rotation, scaleX, scaleY);
src/apps/icon-o-matic/transformable/ChannelTransform.h
23
void SetTransformation(const Transformable& other);
src/apps/icon-o-matic/transformable/ChannelTransform.h
25
void SetTransformation(BPoint pivot,
src/apps/icon-o-matic/transformable/TransformGradientBox.cpp
115
SetTransformation(*fGradient);
src/apps/icon-o-matic/transformable/TransformGradientBox.cpp
134
SetTransformation(B_ORIGIN, B_ORIGIN, 0.0, 1.0, 1.0);
src/apps/icon-o-matic/transformable/TransformGradientCommand.cpp
74
fTransformBox->SetTransformation(pivot, translation, rotation, xScale,
src/apps/icon-o-matic/transformable/TransformGradientCommand.cpp
80
transform.SetTransformation(pivot, translation, rotation, xScale, yScale);
src/apps/icon-o-matic/transformable/TransformObjectsCommand.cpp
105
transform.SetTransformation(pivot, translation,
src/apps/icon-o-matic/transformable/TransformObjectsCommand.cpp
99
fTransformBox->SetTransformation(pivot, translation,
src/apps/icon-o-matic/transformable/TransformPointsBox.cpp
143
SetTransformation(B_ORIGIN, B_ORIGIN, 0.0, 1.0, 1.0);