Home
last modified time | relevance | path

Searched refs:cupsImageGetWidth (Results 1 - 5 of 5) sorted by relevance

/third_party/cups-filters/filter/
H A Dimagetopdf.c72 #define cupsImageGetWidth(img) (img->xsize) macro
501 xc0 = cupsImageGetWidth(img) * xpage / xpages; in outPageContents()
502 xc1 = cupsImageGetWidth(img) * (xpage + 1) / xpages - 1; in outPageContents()
981 float w = (float)cupsImageGetWidth(img); in main()
1070 float w = (float)cupsImageGetWidth(img); in main()
1229 xinches = (float)cupsImageGetWidth(img) / (float)xppi; in main()
1283 ysize = xsize * cupsImageGetHeight(img) / cupsImageGetWidth(img) / aspect; in main()
1288 xsize = ysize * cupsImageGetWidth(img) * aspect / cupsImageGetHeight(img); in main()
1292 ysize2 = xsize2 * cupsImageGetHeight(img) / cupsImageGetWidth(img) / aspect; in main()
1297 xsize2 = ysize2 * cupsImageGetWidth(im in main()
[all...]
H A Dimagetoraster.c639 float w = (float)cupsImageGetWidth(img); in main()
733 float w = (float)cupsImageGetWidth(img); in main()
/third_party/cups-filters/cupsfilters/
H A Dtestimage.c70 width = cupsImageGetWidth(img); in main()
H A Dimage.h79 extern unsigned cupsImageGetWidth(cups_image_t *img) _CUPS_API_1_2;
H A Dimage.c20 * cupsImageGetWidth() - Get the width of an image.
265 * 'cupsImageGetWidth()' - Get the width of an image.
269 cupsImageGetWidth(cups_image_t *img) /* I - Image */ in cupsImageGetWidth() function
834 int image_width = cupsImageGetWidth(img); in cupsImageCrop()

Completed in 8 milliseconds