Searched refs:SetTransformation (Results 1 – 7 of 7) sorted by relevance
/haiku/src/apps/icon-o-matic/transformable/ |
H A D | ChannelTransform.cpp | 48 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 D | ChannelTransform.h | 23 void SetTransformation(const Transformable& other); 25 void SetTransformation(BPoint pivot,
|
H A D | TransformGradientCommand.cpp | 74 fTransformBox->SetTransformation(pivot, translation, rotation, xScale, in _SetTransformation() 80 transform.SetTransformation(pivot, translation, rotation, xScale, yScale); in _SetTransformation()
|
H A D | TransformObjectsCommand.cpp | 99 fTransformBox->SetTransformation(pivot, translation, in _SetTransformation() 105 transform.SetTransformation(pivot, translation, in _SetTransformation()
|
H A D | TransformGradientBox.cpp | 115 SetTransformation(*fGradient); in ObjectChanged() 134 SetTransformation(B_ORIGIN, B_ORIGIN, 0.0, 1.0, 1.0); in Cancel()
|
H A D | TransformPointsBox.cpp | 143 SetTransformation(B_ORIGIN, B_ORIGIN, 0.0, 1.0, 1.0); in Cancel()
|
/haiku/src/apps/icon-o-matic/shape/commands/ |
H A D | TransformPointsCommand.cpp | 101 fTransformBox->SetTransformation(pivot, translation, in _SetTransformation() 108 transform.SetTransformation(pivot, translation, in _SetTransformation()
|