Home
last modified time | relevance | path

Searched refs:cupsImageGetXPPI (Results 1 - 3 of 3) sorted by relevance

/third_party/cups-filters/cupsfilters/
H A Dimage.h80 extern unsigned cupsImageGetXPPI(cups_image_t *img) _CUPS_API_1_2;
H A Dimage.c21 * cupsImageGetXPPI() - Get the horizontal resolution of an image.
276 * 'cupsImageGetXPPI()' - Get the horizontal resolution of an image.
280 cupsImageGetXPPI(cups_image_t *img) /* I - Image */ in cupsImageGetXPPI() function
/third_party/cups-filters/filter/
H A Dimagetopdf.c70 #define cupsImageGetXPPI(img) (img->xppi) macro
1199 xppi = cupsImageGetXPPI(img); in main()
1274 aspect = (float)cupsImageGetYPPI(img) / (float)cupsImageGetXPPI(img); in main()
1279 fprintf(stderr, "DEBUG: cupsImageGetXPPI(img) = %d, cupsImageGetYPPI(img) = %d, aspect = %f\n", in main()
1280 cupsImageGetXPPI(img), cupsImageGetYPPI(img), aspect); in main()

Completed in 4 milliseconds