Searched refs:angleRadians (Results 1 - 10 of 10) sorted by relevance

/haiku/headers/private/interface/
H A DPicturePlayer.h91 void (*rotate_by)(void* userData, double angleRadians);
H A DPictureDataWriter.h49 status_t WriteRotateBy(double angleRadians);
/haiku/src/kits/interface/
H A DPicturePlayer.cpp474 rotate_by(void* _context, double angleRadians) argument
478 context->function_table[51])(context->user_data, angleRadians);
1625 const double* angleRadians; local
1626 if (callbacks.rotate_by == NULL || !reader.Get(angleRadians))
1629 callbacks.rotate_by(userData, *angleRadians);
H A DPictureDataWriter.cpp237 PictureDataWriter::WriteRotateBy(double angleRadians) argument
241 Write<double>(angleRadians);
H A DView.cpp2099 BView::RotateBy(double angleRadians) argument
2105 fOwner->fLink->Attach<double>(angleRadians);
/haiku/headers/os/interface/
H A DAffineTransform.h97 inline const BAffineTransform& PreRotateBy(double angleRadians);
H A DView.h334 void RotateBy(double angleRadians);
/haiku/src/servers/app/
H A DPictureBoundingBoxPlayer.cpp765 rotate_by(void* _state, double angleRadians) argument
771 transform.PreRotateBy(angleRadians);
H A DServerWindow.cpp1689 double angleRadians; local
1690 link.Read<double>(&angleRadians);
1693 current.PreRotateBy(angleRadians);
3380 double angleRadians; local
3381 link.Read<double>(&angleRadians);
3383 picture->WriteRotateBy(angleRadians);
3387 current.PreRotateBy(angleRadians);
H A DServerPicture.cpp950 rotate_by(void* _canvas, double angleRadians) argument
958 transform.PreRotateBy(angleRadians);

Completed in 93 milliseconds