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

/haiku/src/add-ons/print/drivers/lpstyl/
H A DLpstyl.cpp44 int page_height = GetPageHeight(); local
50 if (offset->y >= page_height)
/haiku/src/add-ons/print/drivers/canon_lips/lips4/
H A DLips4.cpp132 int page_height = GetPageHeight(); local
134 if (y + height > page_height)
135 height = page_height - y;
224 if (y >= page_height) {
/haiku/src/add-ons/print/drivers/canon_lips/lips3/
H A DLips3.cpp121 int page_height = GetPageHeight(); local
123 if (y + height > page_height)
124 height = page_height - y;
214 if (y >= page_height) {
/haiku/src/add-ons/print/drivers/postscript/
H A DPS.cpp224 int page_height = GetPageHeight(); local
226 if (y + height > page_height) {
227 height = page_height - y;
325 if (y >= page_height) {

Completed in 35 milliseconds