Searched refs:GetScale (Results 1 - 8 of 8) sorted by relevance

/haiku/headers/libs/print/libprint/
H A DPrintJobReader.h76 float GetScale() const;
H A DGraphicsDriver.h33 static BPoint GetScale(int32 nup, BRect physicalRect, float scaling);
/haiku/src/add-ons/print/drivers/preview/
H A DPrinterDriver.cpp95 printf("PrintJobReader::GetScale(): %.1f\n", reader.GetScale());
/haiku/src/libs/print/libprint/
H A DPrintJobReader.cpp226 float PrintJobReader::GetScale() const function in class:PrintJobReader
H A DPreview.cpp571 return factor * fReader.GetScale() / 100.0;
683 BPoint scalingXY = GraphicsDriver::GetScale(fNumberOfPagesPerPage, printRect, 100.0);
H A DGraphicsDriver.cpp239 GraphicsDriver::GetScale(int32 nup, BRect physicalRect, float scaling) function in class:GraphicsDriver
441 BPoint scale = GetScale(fOrgJobData->GetNup(),
/haiku/headers/os/interface/
H A DAffineTransform.h197 void GetScale(double* sx, double* sy) const;
/haiku/src/kits/interface/
H A DAffineTransform.cpp620 BAffineTransform::GetScale(double* _sx, double* _sy) const function in class:BAffineTransform

Completed in 59 milliseconds