Searched refs:fPrintRect (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPJob.cpp275 fPrintRect = GetPrintRectangle(bands);
278 int left = (int)fPrintRect.left;
279 int top = (int)fPrintRect.top;
280 int width = fPrintRect.Width() + 1;
281 int height = fPrintRect.Height() + 1;
293 coordinateSystem.ToGutenprint(fPrintRect.left, fPrintRect.top, left, top);
301 coordinateSystem.ToGutenprintCeiling(fPrintRect.right, fPrintRect.bottom,
313 coordinateSystem.FromGutenprint(left, top, fPrintRect
[all...]
H A DGPJob.h78 RectInt32 fPrintRect; member in class:GPJob

Completed in 33 milliseconds