Home
last modified time | relevance | path

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

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