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

/haiku/headers/libs/print/libprint/
H A DMarginView.h159 float fPageHeight; member in class:PageView
216 float fPageHeight; member in class:MarginView
H A DGraphicsDriver.h108 int fPageHeight; member in class:GraphicsDriver
160 return fPageHeight;
/haiku/src/libs/print/libprint/
H A DMarginView.cpp82 , fPageHeight(0)
93 fPageHeight = pageHeight;
112 // keeping the ratio fPageWidth : fPageHeight
114 float pageHeight = totalWidth * fPageHeight / fPageWidth;
117 pageWidth = totalHeight * fPageWidth / fPageHeight;
136 r.top += (fMargins.top / fPageHeight) * pageHeight;
138 r.bottom -= (fMargins.bottom / fPageHeight) * pageHeight;
165 fPageHeight = pageHeight;
267 return BPoint(fPageWidth, fPageHeight);
282 fPageHeight
[all...]
H A DGraphicsDriver.cpp55 fPageHeight(0),
162 fPageHeight = (fRealJobData->GetPhysicalRect().IntegerHeight()
172 fBandHeight = fPageHeight;
175 fBandHeight = (fPageHeight + fBandCount - 1) / fBandCount;
219 DBGMSG(("page_height = %d\n", fPageHeight));

Completed in 90 milliseconds