Searched refs:ZoomLevel (Results 1 - 9 of 9) sorted by relevance

/haiku/src/apps/icon-o-matic/transformable/
H A DCanvasTransformBox.cpp49 // ZoomLevel
51 CanvasTransformBox::ZoomLevel() const function in class:CanvasTransformBox
53 return fCanvasView->ZoomLevel();
H A DCanvasTransformBox.h24 virtual float ZoomLevel() const;
H A DTransformGradientBox.h42 virtual float ZoomLevel() const;
H A DTransformGradientBox.cpp160 // ZoomLevel
162 TransformGradientBox::ZoomLevel() const function in class:TransformGradientBox
164 return fCanvasView->ZoomLevel();
H A DTransformBox.h83 virtual float ZoomLevel() const;
H A DTransformBox.cpp192 fCurrentState = _DragStateFor(where, ZoomLevel());
267 offset /= ZoomLevel();
453 // ZoomLevel
455 TransformBox::ZoomLevel() const function in class:TransformBox
H A DPerspectiveBox.cpp159 fCurrentState = _DragStateFor(where, fCanvasView->ZoomLevel());
/haiku/src/apps/icon-o-matic/
H A DCanvasView.h65 inline float ZoomLevel() const function in class:CanvasView
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp315 fPath->Iterate(&iterator, fCanvasView->ZoomLevel());
897 nudgeDist /= fCanvasView->ZoomLevel();
1583 float zoomLevel = fCanvasView->ZoomLevel();

Completed in 89 milliseconds