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

/haiku/src/tests/kits/interface/pictureprint/
H A DPreview.h78 void ZoomOut();
H A DPreview.cpp163 void PreviewView::ZoomOut() { function in class:PreviewView
228 fZoomOut = new BButton(BRect(left, top, left+10, top+10), "ZoomOut", "Zoom Out", new BMessage(MSG_ZOOM_OUT));
266 case MSG_ZOOM_OUT: fPreview->ZoomOut();
/haiku/headers/libs/print/libprint/
H A DPreview.h78 void ZoomOut();
/haiku/src/libs/print/libprint/
H A DPreview.cpp297 ZoomOut();
377 ZoomOut();
481 PreviewView::ZoomOut() function in class:PreviewView
844 fZoomOut = new BButton(bounds, "ZoomOut", "Zoom out", new BMessage(MSG_ZOOM_OUT));
926 fPreview->ZoomOut();
/haiku/src/apps/showimage/
H A DShowImageView.h96 void ZoomOut(BPoint where = BPoint(-1, -1));
H A DShowImageView.cpp1337 ZoomOut();
1385 ZoomOut(where);
1620 ShowImageView::ZoomOut(BPoint where) function in class:ShowImageView
H A DShowImageWindow.cpp1034 fImageView->ZoomOut();

Completed in 57 milliseconds