Home
last modified time | relevance | path

Searched refs:yinches (Results 1 - 2 of 2) sorted by relevance

/third_party/cups-filters/filter/
H A Dimagetopdf.c128 yinches; variable
1230 yinches = (float)cupsImageGetHeight(img) / (float)yppi; in main()
1233 xinches, yinches); in main()
1238 yinches = yinches * atoi(val) / 100; in main()
1250 if ((xinches > xprint || yinches > yprint) && in main()
1251 xinches <= yprint && yinches <= xprint) in main()
1323 yinches = ysize2; in main()
1337 yinches = ysize; in main()
1345 yinches in main()
[all...]
H A Dimagetoraster.c142 yinches; in main() local
924 yinches = (float)img->ysize / (float)yppi; in main()
927 xinches, yinches); in main()
932 yinches = yinches * atoi(val) / 100; in main()
944 if ((xinches > xprint || yinches > yprint) && in main()
945 xinches <= yprint && yinches <= xprint) in main()
1017 yinches = ysize2; in main()
1031 yinches = ysize; in main()
1039 yinches in main()
[all...]

Completed in 4 milliseconds