Searched refs:rotation (Results 1 - 25 of 50) sorted by relevance

12

/haiku/src/apps/icon-o-matic/transformable/
H A DTransformGradientCommand.cpp19 Gradient* gradient, BPoint pivot, BPoint translation, double rotation,
22 TransformCommand(pivot, translation, rotation, xScale, yScale, name),
71 double rotation, double xScale, double yScale) const
74 fTransformBox->SetTransformation(pivot, translation, rotation, xScale,
80 transform.SetTransformation(pivot, translation, rotation, xScale, yScale);
18 TransformGradientCommand(TransformBox* box, Gradient* gradient, BPoint pivot, BPoint translation, double rotation, double xScale, double yScale, const char* name) argument
70 _SetTransformation(BPoint pivot, BPoint translation, double rotation, double xScale, double yScale) const argument
H A DTransformCommand.h21 double rotation,
43 double rotation,
55 double rotation,
H A DTransformObjectsCommand.cpp27 double rotation,
34 rotation,
95 double rotation,
100 rotation, xScale, yScale);
106 rotation, xScale, yScale);
19 TransformObjectsCommand( TransformBox* box, Transformable** const objects, const double* originals, int32 count, BPoint pivot, BPoint translation, double rotation, double xScale, double yScale, const char* name) argument
93 _SetTransformation( BPoint pivot, BPoint translation, double rotation, double xScale, double yScale) const argument
H A DTransformCommand.cpp16 double rotation,
23 fOldRotation(rotation),
29 fNewRotation(rotation),
118 double rotation,
124 fNewRotation = rotation;
14 TransformCommand(BPoint pivot, BPoint translation, double rotation, double xScale, double yScale, const char* actionName) argument
116 SetNewTransformation(BPoint pivot, BPoint translation, double rotation, double xScale, double yScale) argument
H A DChannelTransform.cpp57 // rotation
58 double rotation = agg::rad2deg(other.rotation()); local
68 SetTransformation(B_ORIGIN, BPoint(tx, ty), rotation, scaleX, scaleY);
75 double rotation, double xScale, double yScale)
79 //rotation, xScale, yScale);
83 fRotation != rotation ||
89 fRotation = rotation;
125 /*! Converts a rotation in world coordinates into
126 a combined local rotation an
74 SetTransformation(BPoint pivot, BPoint translation, double rotation, double xScale, double yScale) argument
[all...]
H A DCanvasTransformBox.cpp63 return t.rotation() * 180.0 / M_PI;
H A DTransformGradientCommand.h27 double rotation, double xScale,
H A DTransformObjectsCommand.h35 double rotation,
H A DTransformBoxStates.cpp170 float rotation = fmod(360.0 - fParent->ViewSpaceRotation() + 22.5, 180.0); local
173 if (rotation < 45.0) {
196 } else if (rotation < 90.0) {
219 } else if (rotation < 135.0) {
374 float rotation = fmod(360.0 - fParent->ViewSpaceRotation() + 22.5, 180.0); local
375 if (rotation < 45.0) {
386 } else if (rotation < 90.0) {
397 } else if (rotation < 135.0) {
517 float rotation = calc_angle(origin, from, current) + 180.0; local
519 if (rotation < 45.
[all...]
H A DChannelTransform.h27 double rotation,
H A DTransformGradientBox.cpp175 return t.rotation() * 180.0 / M_PI;
/haiku/src/add-ons/screen_savers/flurry/
H A DStar.cpp75 double rotation; local
95 rotation = thisAngle * 0.501 + 5.01 * (double)s->mystery
97 cr = cos(rotation);
98 sr = sin(rotation);
111 rotation = thisAngle * 2.501 + 85.01 * (double)s->mystery
113 cr = cos(rotation);
114 sr = sin(rotation);
H A DSpark.cpp188 double rotation; local
267 rotation = thisAngle * 0.501 + 5.01 * (double)s->mystery
269 cr = cos(rotation);
270 sr = sin(rotation);
283 rotation = thisAngle * 2.501 + 85.01 * (double)s->mystery
285 cr = cos(rotation);
286 sr = sin(rotation);
/haiku/src/apps/icon-o-matic/shape/commands/
H A DTransformPointsCommand.cpp30 double rotation,
37 rotation,
97 double rotation,
102 rotation, xScale, yScale);
109 rotation, xScale, yScale);
20 TransformPointsCommand( TransformBox* box, VectorPath* path, const int32* indices, const control_point* points, int32 count, BPoint pivot, BPoint translation, double rotation, double xScale, double yScale, const char* name) argument
95 _SetTransformation( BPoint pivot, BPoint translation, double rotation, double xScale, double yScale) const argument
H A DNudgePointsCommand.h41 double rotation,
H A DTransformPointsCommand.h39 double rotation,
H A DNudgePointsCommand.cpp86 double rotation,
84 _SetTransformation(BPoint pivot, BPoint translation, double rotation, double xScale, double yScale) const argument
/haiku/src/tests/kits/opengl/direct_mode/
H A DGLDirectMode.cpp27 void gDraw(float rotation = 0);
165 void SampleGLView::gDraw(float rotation) argument
173 glRotatef(rotation, 0, 0, 1);
174 glRotatef(rotation, 1, 0.6, 0);
/haiku/src/apps/fontdemo/
H A DFontDemoView.cpp232 float rotation = 0.0; local
233 if (msg->FindFloat("_rotation", &rotation) == B_OK) {
234 SetFontRotation(rotation);
363 FontDemoView::SetFontRotation(float rotation) argument
365 fFont.SetRotation(rotation);
H A DFontDemoView.h38 void SetFontRotation(float rotation);
/haiku/src/libs/agg/src/
H A Dagg_trans_affine.cpp159 double trans_affine::rotation() const function in class:agg::trans_affine
185 t *= trans_affine_rotation(-rotation());
/haiku/src/libs/icon/transformer/
H A DAffineTransformer.cpp137 // rotation
139 agg::rad2deg(rotation())));
162 double r = rotation();
/haiku/src/kits/interface/
H A DAffineTransform.cpp393 double rotation; local
396 if (!GetAffineParameters(&tx, &ty, &rotation, NULL, NULL,
404 result.RotateBy(rotation);
656 double rotation = Rotation(); local
658 *_rotation = rotation;
668 // Reverse the effects of any rotation
670 t.PreMultiply(AffineRotation(-rotation));
/haiku/src/bin/
H A Dlistfont.cpp157 info.rotation,
/haiku/headers/private/print/
H A DTemplate.h78 virtual void SetFontRotate(float rotation);

Completed in 179 milliseconds

12