Searched refs:ZoomFactor (Results 1 - 5 of 5) sorted by relevance

/haiku/src/tests/kits/interface/pictureprint/
H A DPreview.h56 float ZoomFactor() const;
H A DPreview.cpp86 float PreviewView::ZoomFactor() const { function in class:PreviewView
95 float f = ZoomFactor();
108 SetScale(ZoomFactor());
/haiku/src/apps/showimage/
H A DPrintOptionsWindow.h38 // ZoomFactor = 72.0 / dpi
39 float ZoomFactor() const { return fZoomFactor; } function in class:PrintOptions
H A DPrintOptionsWindow.cpp149 fCurrentOptions.ZoomFactor() * 100, kMsgZoomFactorChanged);
251 && fCurrentOptions.ZoomFactor() != value) {
259 SetValue(fZoomFactor, 100 * fCurrentOptions.ZoomFactor());
H A DShowImageWindow.cpp1420 settings->GetFloat("PO:ZoomFactor", fPrintOptions.ZoomFactor()));
1441 settings->SetFloat("PO:ZoomFactor", fPrintOptions.ZoomFactor());
1527 width = imageWidth * fPrintOptions.ZoomFactor();

Completed in 48 milliseconds