Home
last modified time | relevance | path

Searched refs:RotateBy (Results 1 – 22 of 22) 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.cpp129 ChannelTransform::RotateBy(BPoint origin, double degrees) in RotateBy() function in ChannelTransform
154 ChannelTransform::RotateBy(double degrees) in RotateBy() function in ChannelTransform
H A DTransformBoxStates.cpp504 fParent->RotateBy(fParent->Center(), newAngle - fParent->LocalRotation()); in DragTo()
/haiku/src/tests/servers/app/transformation/
H A Dmain.cpp113 transform.RotateBy(center, i * M_PI / 180.0); in Draw()
175 transform.RotateBy(center, 30 * M_PI / 180.0); in Draw()
203 transform.RotateBy(center, 30.0 * M_PI / 180.0); in Draw()
236 transform.RotateBy(BPoint(100, 100), 30.0 * M_PI / 180.0); in Draw()
/haiku/src/kits/interface/
H A DAffineTransform.cpp276 BAffineTransform::RotateBy(const BPoint& center, double angle) in RotateBy() function in BAffineTransform
279 RotateBy(angle); in RotateBy()
288 copy.RotateBy(angle); in RotateByCopy()
297 copy.RotateBy(center, angle); in RotateByCopy()
404 result.RotateBy(rotation); in SetScale()
H A DTabView.cpp308 transform.RotateBy(center, rotation * M_PI / 180.0f); in DrawLabel()
H A DView.cpp2099 BView::RotateBy(double angleRadians) in RotateBy() function in BView
/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) in RotateBy() function in Transformable
H A DAGGTextRenderer.cpp82 fEmbeddedTransformation.RotateBy(B_ORIGIN, in SetFont()
/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) in RotateBy() function in Transformable
/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) in RotateBy() function
H A DView.h334 void RotateBy(double angleRadians);
/haiku/src/tests/kits/interface/
H A DControlLookTest.cpp71 RotateBy(M_PI / 4); in Draw()
/haiku/src/tests/servers/app/inverse_clipping/
H A Dmain.cpp268 rotate->RotateBy(0.78); in App()
/haiku/src/add-ons/screen_savers/leaves/
H A DLeaves.cpp229 transform.RotateBy(drand48() * 2. * M_PI); in Draw()
/haiku/docs/user/interface/
H A D_interface_intro.dox60 ScaleBy, RotateBy, and TranslateBy. The effects of the first two of these
H A DAffineTransform.dox363 \fn const BAffineTransform & BAffineTransform::RotateBy(double angle)
376 \fn const BAffineTransform& BAffineTransform::RotateBy(const BPoint &center, double angle)
H A DView.dox1962 ScaleBy() and RotateBy() for additional transformation options.
2008 ScaleBy() and RotateBy() for additional transformation options.
2022 TranslateBy() and RotateBy() for additional transformation options.
2029 \fn void BView::RotateBy(double angleRadians)
/haiku/src/tests/servers/app/painter/
H A DPainter.cpp783 transform.RotateBy(B_ORIGIN, -fFont.Rotation() * PI / 180.0); in DrawString()
803 transform.RotateBy(B_ORIGIN, -fFont.Rotation()); in DrawString()
/haiku/src/servers/app/
H A DServerFont.cpp1200 transform.RotateBy(B_ORIGIN, -fRotation * M_PI / 180.0); in EmbeddedTransformation()