Home
last modified time | relevance | path

Searched refs:withinView (Results 1 – 8 of 8) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DManipulator.cpp119 Manipulator::TrackingBounds(BView* withinView) in TrackingBounds() argument
H A DManipulator.h52 virtual BRect TrackingBounds(BView* withinView);
/haiku/src/apps/icon-o-matic/transformable/
H A DPerspectiveBox.h55 virtual BRect TrackingBounds(BView* withinView);
H A DTransformBox.h52 virtual BRect TrackingBounds(BView* withinView);
H A DPerspectiveBox.cpp197 PerspectiveBox::TrackingBounds(BView* withinView) in TrackingBounds() argument
199 return withinView->Bounds(); in TrackingBounds()
H A DTransformBox.cpp238 TransformBox::TrackingBounds(BView* withinView) in TrackingBounds() argument
240 return withinView->Bounds(); in TrackingBounds()
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.h51 virtual BRect TrackingBounds(BView* withinView);
H A DPathManipulator.cpp823 PathManipulator::TrackingBounds(BView* withinView) in TrackingBounds() argument
825 return withinView->Bounds(); in TrackingBounds()