Searched refs:fPageWidth (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/libs/print/libprint/
H A DMarginView.h158 float fPageWidth; member in class:PageView
217 float fPageWidth; member in class:MarginView
H A DGraphicsDriver.h107 int fPageWidth; member in class:GraphicsDriver
161 return fPageWidth;
/haiku/src/libs/print/libprint/
H A DMarginView.cpp81 , fPageWidth(0)
92 fPageWidth = pageWidth;
112 // keeping the ratio fPageWidth : fPageHeight
114 float pageHeight = totalWidth * fPageHeight / fPageWidth;
117 pageWidth = totalHeight * fPageWidth / fPageHeight;
137 r.right -= (fMargins.right / fPageWidth) * pageWidth;
139 r.left += (fMargins.left / fPageWidth) * pageWidth;
164 fPageWidth = pageWidth;
267 return BPoint(fPageWidth, fPageHeight);
281 fPageWidth
[all...]
H A DGraphicsDriver.cpp54 fPageWidth(0),
160 fPageWidth = (fRealJobData->GetPhysicalRect().IntegerWidth()
171 fBandWidth = (fPageWidth + fBandCount - 1) / fBandCount;
174 fBandWidth = fPageWidth;
218 DBGMSG(("page_width = %d\n", fPageWidth));

Completed in 136 milliseconds