Home
last modified time | relevance | path

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

/third_party/cups-filters/cupsfilters/
H A Dimage.h81 extern unsigned cupsImageGetYPPI(cups_image_t *img) _CUPS_API_1_2;
H A Dimage.c22 * cupsImageGetYPPI() - Get the vertical resolution of an image.
287 * 'cupsImageGetYPPI()' - Get the vertical resolution of an image.
291 cupsImageGetYPPI(cups_image_t *img) /* I - Image */ in cupsImageGetYPPI() function
/third_party/cups-filters/filter/
H A Dimagetopdf.c71 #define cupsImageGetYPPI(img) (img->yppi) macro
1200 yppi = cupsImageGetYPPI(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