Searched refs:Zoom (Results 1 - 25 of 34) sorted by last modified time

12

/haiku/src/kits/tracker/
H A DContainerWindow.cpp1222 BContainerWindow::Zoom(BPoint, float, float) function in class:BContainerWindow
H A DContainerWindow.h122 virtual void Zoom(BPoint, float, float);
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp201 B_TRANSLATE("Zoom in"));
203 B_TRANSLATE("Zoom out"));
351 _AddItemMenu(menu, B_TRANSLATE("Zoom in"), MSG_ZOOM_IN, '+', 0, this);
352 _AddItemMenu(menu, B_TRANSLATE("Zoom out"), MSG_ZOOM_OUT, '-', 0, this);
632 ShowImageWindow::Zoom(BPoint origin, float width, float height) function in class:ShowImageWindow
1038 fStatusView->SetZoom(fImageView->Zoom());
1168 fImageView->Zoom());
H A DShowImageWindow.h65 virtual void Zoom(BPoint origin, float width, float height);
H A DShowImageView.h93 float Zoom() const function in class:ShowImageView
/haiku/src/apps/terminal/
H A DTermWindow.cpp1560 TermWindow::Zoom(BPoint leftTop, float width, float height) function in class:TermWindow
1563 BWindow::Zoom(leftTop, width, height);
H A DTermWindow.h75 virtual void Zoom(BPoint leftTop, float width, float height);
/haiku/src/apps/mail/
H A DMailWindow.h83 virtual void Zoom(BPoint, float, float);
H A DMailWindow.cpp1900 TMailWindow::Zoom(BPoint /*pos*/, float /*x*/, float /*y*/) function in class:TMailWindow
/haiku/src/apps/mediaplayer/
H A DMainWin.h39 virtual void Zoom(BPoint rectPosition, float rectWidth,
H A DMainWin.cpp482 MainWin::Zoom(BPoint /*position*/, float /*width*/, float /*height*/) function in class:MainWin
/haiku/src/apps/tv/
H A DMainWin.cpp647 MainWin::Zoom(BPoint rec_position, float rec_width, float rec_height) function in class:MainWin
/haiku/src/apps/magnify/
H A DMagnify.cpp122 { "Zoom", { B_GET_PROPERTY, B_SET_PROPERTY, 0 },
749 TWindow::Zoom(BPoint /*position*/, float /*width*/, float /*height*/) function in class:TWindow
H A DMagnify.h216 virtual void Zoom(BPoint position, float width, float height);
/haiku/src/kits/interface/
H A DWindow.cpp945 Zoom();
957 Zoom();
1530 BWindow::Zoom(BPoint origin, float width, float height) function in class:BWindow
1540 BWindow::Zoom() function in class:BWindow
1545 // The dimensions that non-virtual Zoom() passes to hook Zoom() are deduced
1622 // Un-Zoom
1630 Zoom(fPreviousFrame.LeftTop(), fPreviousFrame.Width(),
1635 // Zoom
1640 Zoom(zoomAre
[all...]
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsWindow.cpp88 TeamsWindow::Zoom(BPoint, float, float) function in class:TeamsWindow
/haiku/headers/os/interface/
H A DWindow.h128 virtual void Zoom(BPoint origin, float width, float height);
129 void Zoom();
/haiku/src/apps/cortex/ParameterView/
H A DParameterWindow.cpp227 void ParameterWindow::Zoom( function in class:ParameterWindow
231 D_HOOK(("ParameterWindow::Zoom()\n"));
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeWindow.cpp124 void DormantNodeWindow::Zoom( function in class:DormantNodeWindow
128 D_HOOK(("DormantNodeWindow::Zoom()\n"));
/haiku/src/apps/cortex/RouteApp/
H A DRouteWindow.cpp337 RouteWindow::Zoom(BPoint origin, float width, float height) function in class:RouteWindow
339 D_HOOK(("RouteWindow::Zoom()\n"));
/haiku/src/apps/poorman/
H A DPoorManWindow.cpp343 PoorManWindow::Zoom(BPoint origin, float width, float height) function in class:PoorManWindow
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.cpp214 SoftwareUpdaterWindow::Zoom(BPoint origin, float width, float height) function in class:SoftwareUpdaterWindow
218 BWindow::Zoom(Frame().LeftTop(), width, height);
H A DSoftwareUpdaterWindow.h149 void Zoom(BPoint origin, float width, float height);
/haiku/headers/os/game/
H A DDirectWindow.h88 virtual void Zoom(BPoint recPosition, float recWidth,
/haiku/src/apps/workspaces/
H A DWorkspaces.cpp170 virtual void Zoom(BPoint origin, float width, float height);
843 WorkspacesWindow::Zoom(BPoint origin, float width, float height) function in class:WorkspacesWindow

Completed in 346 milliseconds

12