Searched defs:PageWidth (Results 1 - 1 of 1) sorted by relevance

/external/libcups/filter/
H A Dcommon.c36 PageWidth = 612.0f, /* Total page width */ variable
66 PageWidth = pagesize->width;
74 PageWidth, PageLength, PageLeft, PageBottom, PageRight, PageTop);
121 PageRight = PageWidth - (float)atof(val);
134 PageRight = PageWidth - (float)atof(val);
162 PageRight = PageWidth - (float)atof(val);
175 PageRight = PageWidth - (float)atof(val);
227 temp = PageWidth;
228 PageWidth = PageLength;
233 temp = PageWidth
[all...]

Completed in 90 milliseconds