Searched refs:RotateBy (Results 1 - 19 of 19) sorted by relevance

/haiku/src/apps/icon-o-matic/transformable/
H A DChannelTransform.h34 virtual void RotateBy(BPoint origin, double degrees);
35 void RotateBy(double degrees);
H A DChannelTransform.cpp124 // RotateBy
129 ChannelTransform::RotateBy(BPoint origin, double degrees) function in class:ChannelTransform
152 // RotateBy
154 ChannelTransform::RotateBy(double degrees) function in class:ChannelTransform
H A DTransformBoxStates.cpp504 fParent->RotateBy(fParent->Center(), newAngle - fParent->LocalRotation());
/haiku/src/servers/app/drawing/Painter/
H A DTransformable.h62 virtual void RotateBy(BPoint origin, double radians);
H A DTransformable.cpp288 Transformable::RotateBy(BPoint origin, double radians) function in class:Transformable
H A DAGGTextRenderer.cpp82 fEmbeddedTransformation.RotateBy(B_ORIGIN,
/haiku/src/libs/icon/transformable/
H A DTransformable.h73 virtual void RotateBy(BPoint origin, double degrees);
H A DTransformable.cpp262 Transformable::RotateBy(BPoint origin, double degrees) function in class:Transformable
/haiku/src/tests/servers/app/transformation/
H A Dmain.cpp113 transform.RotateBy(center, i * M_PI / 180.0);
175 transform.RotateBy(center, 30 * M_PI / 180.0);
203 transform.RotateBy(center, 30.0 * M_PI / 180.0);
236 transform.RotateBy(BPoint(100, 100), 30.0 * M_PI / 180.0);
/haiku/src/kits/interface/
H A DAffineTransform.cpp276 BAffineTransform::RotateBy(const BPoint& center, double angle) function in class:BAffineTransform
279 RotateBy(angle);
288 copy.RotateBy(angle);
297 copy.RotateBy(center, angle);
404 result.RotateBy(rotation);
H A DTabView.cpp308 transform.RotateBy(center, rotation * M_PI / 180.0f);
H A DView.cpp2099 BView::RotateBy(double angleRadians) function in class:BView
/haiku/headers/os/interface/
H A DAffineTransform.h93 inline const BAffineTransform& RotateBy(double angle);
94 const BAffineTransform& RotateBy(const BPoint& center,
263 BAffineTransform::RotateBy(double angle) function in class:BAffineTransform
H A DView.h334 void RotateBy(double angleRadians);
/haiku/src/tests/kits/interface/
H A DControlLookTest.cpp71 RotateBy(M_PI / 4);
/haiku/src/add-ons/screen_savers/leaves/
H A DLeaves.cpp229 transform.RotateBy(drand48() * 2. * M_PI);
/haiku/src/tests/servers/app/inverse_clipping/
H A Dmain.cpp268 rotate->RotateBy(0.78);
/haiku/src/tests/servers/app/painter/
H A DPainter.cpp783 transform.RotateBy(B_ORIGIN, -fFont.Rotation() * PI / 180.0);
803 transform.RotateBy(B_ORIGIN, -fFont.Rotation());
/haiku/src/servers/app/
H A DServerFont.cpp1200 transform.RotateBy(B_ORIGIN, -fRotation * M_PI / 180.0);

Completed in 278 milliseconds