Searched refs:ydpi (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dgs.el130 (ydpi (/ img-height in-height)))
133 rotation llx lly urx ury xdpi ydpi)
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DImages.py256 xdpi = ydpi = 0
262 return (None, xdpi, ydpi)
282 ydpi = properties[kCGImagePropertyDPIHeight]
296 return (image, xdpi, ydpi)
345 image, xdpi, ydpi = myCreateImageUsingImageSource(url)
350 print "xdpi = %2.f, ydpi = %2.f"%(xdpi, ydpi)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DImages.py256 xdpi = ydpi = 0
262 return (None, xdpi, ydpi)
282 ydpi = properties[kCGImagePropertyDPIHeight]
296 return (image, xdpi, ydpi)
345 image, xdpi, ydpi = myCreateImageUsingImageSource(url)
350 print "xdpi = %2.f, ydpi = %2.f"%(xdpi, ydpi)
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dprinters.c3629 ydpi; /* Vertical resolution */ local
4299 xdpi = ydpi = (int)strtol(choice->choice, (char **)&resptr, 10);
4301 ydpi = (int)strtol(resptr + 1, (char **)&resptr, 10);
4303 if (xdpi <= 0 || ydpi <= 0)
4308 xdpi = ydpi = 300;
4312 attr->values[i].resolution.yres = ydpi;
4318 xdpi, ydpi);
4328 xdpi = ydpi = (int)strtol(ppd_attr->value, (char **)&resptr, 10);
4332 ydpi = (int)strtol(resptr + 1, (char **)&resptr, 10);
4334 ydpi
[all...]
/macosx-10.9.5/cups-372.4/cups/systemv/
H A Dcupstestppd.c162 ydpi; /* Y resolution */ local
1133 ydpi = strtol(ptr + 1, (char **)&ptr, 10);
1135 ydpi = xdpi;
1138 ydpi = xdpi;
1140 if (xdpi <= 0 || xdpi > 99999 || ydpi <= 0 || ydpi > 99999 ||
/macosx-10.9.5/cups-372.4/cups/ppdc/
H A Dppdc-source.cxx1749 int xdpi, ydpi, // X + Y resolution local
1792 switch (sscanf(name, "%dx%d", &xdpi, &ydpi))
1800 ydpi = xdpi;
1808 xdpi, ydpi, depth, row_count, row_feed, row_step);

Completed in 326 milliseconds