/haiku/src/apps/icon-o-matic/transformable/ |
H A D | ChannelTransform.h | 34 virtual void RotateBy(BPoint origin, double degrees); 35 void RotateBy(double degrees);
|
H A D | ChannelTransform.cpp | 129 ChannelTransform::RotateBy(BPoint origin, double degrees) in RotateBy() function in ChannelTransform 154 ChannelTransform::RotateBy(double degrees) in RotateBy() function in ChannelTransform
|
H A D | TransformBoxStates.cpp | 504 fParent->RotateBy(fParent->Center(), newAngle - fParent->LocalRotation()); in DragTo()
|
/haiku/src/tests/servers/app/transformation/ |
H A D | main.cpp | 113 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 D | AffineTransform.cpp | 276 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 D | TabView.cpp | 308 transform.RotateBy(center, rotation * M_PI / 180.0f); in DrawLabel()
|
H A D | View.cpp | 2099 BView::RotateBy(double angleRadians) in RotateBy() function in BView
|
/haiku/src/servers/app/drawing/Painter/ |
H A D | Transformable.h | 62 virtual void RotateBy(BPoint origin, double radians);
|
H A D | Transformable.cpp | 288 Transformable::RotateBy(BPoint origin, double radians) in RotateBy() function in Transformable
|
H A D | AGGTextRenderer.cpp | 82 fEmbeddedTransformation.RotateBy(B_ORIGIN, in SetFont()
|
/haiku/src/libs/icon/transformable/ |
H A D | Transformable.h | 73 virtual void RotateBy(BPoint origin, double degrees);
|
H A D | Transformable.cpp | 262 Transformable::RotateBy(BPoint origin, double degrees) in RotateBy() function in Transformable
|
/haiku/headers/os/interface/ |
H A D | AffineTransform.h | 93 inline const BAffineTransform& RotateBy(double angle); 94 const BAffineTransform& RotateBy(const BPoint& center, 263 BAffineTransform::RotateBy(double angle) in RotateBy() function
|
H A D | View.h | 334 void RotateBy(double angleRadians);
|
/haiku/src/tests/kits/interface/ |
H A D | ControlLookTest.cpp | 71 RotateBy(M_PI / 4); in Draw()
|
/haiku/src/tests/servers/app/inverse_clipping/ |
H A D | main.cpp | 268 rotate->RotateBy(0.78); in App()
|
/haiku/src/add-ons/screen_savers/leaves/ |
H A D | Leaves.cpp | 229 transform.RotateBy(drand48() * 2. * M_PI); in Draw()
|
/haiku/docs/user/interface/ |
H A D | _interface_intro.dox | 60 ScaleBy, RotateBy, and TranslateBy. The effects of the first two of these
|
H A D | AffineTransform.dox | 363 \fn const BAffineTransform & BAffineTransform::RotateBy(double angle) 376 \fn const BAffineTransform& BAffineTransform::RotateBy(const BPoint ¢er, double angle)
|
H A D | View.dox | 1962 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 D | Painter.cpp | 783 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 D | ServerFont.cpp | 1200 transform.RotateBy(B_ORIGIN, -fRotation * M_PI / 180.0); in EmbeddedTransformation()
|