Home | History | Annotate | Download | only in filter

Lines Matching refs:cupsPageSize

175   h->cupsPageSize[0]             = 612.0f;
176 h->cupsPageSize[1] = 792.0f;
268 h->cupsPageSize[0] = size->width;
269 h->cupsPageSize[1] = size->length;
295 temp1 = h->cupsPageSize[0];
296 h->cupsPageSize[0] = h->cupsPageSize[1];
297 h->cupsPageSize[1] = temp1;
301 left = h->cupsPageSize[0] - top;
302 right = h->cupsPageSize[0] - bottom;
303 bottom = h->cupsPageSize[1] - temp1;
304 top = h->cupsPageSize[1] - temp2;
310 left = h->cupsPageSize[0] - right;
311 right = h->cupsPageSize[0] - temp1;
312 bottom = h->cupsPageSize[1] - top;
313 top = h->cupsPageSize[1] - temp2;
317 temp1 = h->cupsPageSize[0];
318 h->cupsPageSize[0] = h->cupsPageSize[1];
319 h->cupsPageSize[1] = temp1;
325 bottom = h->cupsPageSize[1] - temp2;
326 top = h->cupsPageSize[1] - temp1;
344 h->PageSize[0] = (unsigned)(h->cupsPageSize[0] *
346 h->PageSize[1] = (unsigned)(h->cupsPageSize[1] *
1527 h->cupsPageSize[0] = (float)obj[1].value.number;
1528 h->cupsPageSize[1] = (float)obj[2].value.number;