Searched refs:ViewSpaceRotation (Results 1 - 7 of 7) sorted by relevance

/haiku/src/apps/icon-o-matic/transformable/
H A DCanvasTransformBox.h25 virtual double ViewSpaceRotation() const;
H A DCanvasTransformBox.cpp57 // ViewSpaceRotation
59 CanvasTransformBox::ViewSpaceRotation() const function in class:CanvasTransformBox
H A DTransformGradientBox.h43 virtual double ViewSpaceRotation() const;
H A DTransformGradientBox.cpp168 // ViewSpaceRotation
170 TransformGradientBox::ViewSpaceRotation() const function in class:TransformGradientBox
H A DTransformBox.h90 virtual double ViewSpaceRotation() const;
H A DTransformBox.cpp122 double rotation = ViewSpaceRotation();
461 // ViewSpaceRotation
463 TransformBox::ViewSpaceRotation() const function in class:TransformBox
H A DTransformBoxStates.cpp170 float rotation = fmod(360.0 - fParent->ViewSpaceRotation() + 22.5, 180.0);
374 float rotation = fmod(360.0 - fParent->ViewSpaceRotation() + 22.5, 180.0);

Completed in 128 milliseconds