Searched refs:SetTransformation (Results 1 - 7 of 7) sorted by relevance

/haiku/src/apps/icon-o-matic/transformable/
H A DChannelTransform.h23 void SetTransformation(const Transformable& other);
25 void SetTransformation(BPoint pivot,
H A DTransformGradientCommand.cpp74 fTransformBox->SetTransformation(pivot, translation, rotation, xScale,
80 transform.SetTransformation(pivot, translation, rotation, xScale, yScale);
H A DChannelTransform.cpp46 // SetTransformation
48 ChannelTransform::SetTransformation(const Transformable& other) function in class:ChannelTransform
68 SetTransformation(B_ORIGIN, BPoint(tx, ty), rotation, scaleX, scaleY);
72 // SetTransformation
74 ChannelTransform::SetTransformation(BPoint pivot, BPoint translation, function in class:ChannelTransform
77 //printf("SetTransformation(BPoint(%.1f, %.1f), BPoint(%.1f, %.1f), "
224 SetTransformation(B_ORIGIN, B_ORIGIN, 0.0, 1.0, 1.0);
H A DTransformObjectsCommand.cpp99 fTransformBox->SetTransformation(pivot, translation,
105 transform.SetTransformation(pivot, translation,
H A DTransformGradientBox.cpp115 SetTransformation(*fGradient);
134 SetTransformation(B_ORIGIN, B_ORIGIN, 0.0, 1.0, 1.0);
H A DTransformPointsBox.cpp143 SetTransformation(B_ORIGIN, B_ORIGIN, 0.0, 1.0, 1.0);
/haiku/src/apps/icon-o-matic/shape/commands/
H A DTransformPointsCommand.cpp101 fTransformBox->SetTransformation(pivot, translation,
108 transform.SetTransformation(pivot, translation,

Completed in 83 milliseconds