HomeSort by relevance Sort by last modified time
    Searched refs:cupsPageSize (Results 1 - 6 of 6) sorted by null

  /external/libcups/filter/
interpret.c 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
    [all...]
rastertopwg.c 127 page_width = (unsigned)(inheader.cupsPageSize[0] * inheader.HWResolution[0] / 72.0);
128 page_height = (unsigned)(inheader.cupsPageSize[1] * inheader.HWResolution[1] / 72.0);
275 pwg_media = pwgMediaForSize((int)(2540.0 * inheader.cupsPageSize[0] / 72.0),
276 (int)(2540.0 * inheader.cupsPageSize[1] / 72.0));
284 inheader.cupsPageSize[0], inheader.cupsPageSize[1]);
testraster.c 167 { 612.0f, 792.1f }, /* cupsPageSize */
560 header.cupsPageSize[0] = 288.0f;
561 header.cupsPageSize[1] = 288.0f;
695 expected.cupsPageSize[0] = 288.0f;
696 expected.cupsPageSize[1] = 288.0f;
1038 if (fabs(header->cupsPageSize[0] - expected->cupsPageSize[0]) > 0.001 ||
1039 fabs(header->cupsPageSize[1] - expected->cupsPageSize[1]) > 0.001)
1040 printf(" cupsPageSize [%g %g], expected [%g %g]\n"
    [all...]
raster.c 143 h->cupsPageSize[0] = 72.0f * media->width / 2540.0f;
144 h->cupsPageSize[1] = 72.0f * media->length / 2540.0f;
    [all...]
  /packages/services/BuiltInPrintService/jni/plugins/
lib_pwg.c 52 h->cupsPageSize[0] = (float) ((pixel_width * STANDARD_SCALE_FOR_PDF) / h->HWResolution[0]);
53 h->cupsPageSize[1] = (float) ((pixel_height * STANDARD_SCALE_FOR_PDF) / h->HWResolution[1]);
57 h->ImagingBoundingBox[2] = h->cupsPageSize[0];
58 h->ImagingBoundingBox[3] = h->cupsPageSize[1];
72 h->PageSize[0] = (int) h->cupsPageSize[0];
73 h->PageSize[1] = (int) h->cupsPageSize[1];
271 LOGI("cupsPageWidth = %f", header_pwg.cupsPageSize[0]);
272 LOGI("cupsPageHeight = %f", header_pwg.cupsPageSize[1]);
  /external/libcups/cups/
raster.h 346 float cupsPageSize[2]; /* Floating point PageSize (scaling *

Completed in 68 milliseconds