HomeSort by relevance Sort by last modified time
    Searched refs:pwgMediaForPPD (Results 1 - 4 of 4) sorted by null

  /external/libcups/cups/
pwg.h 80 extern pwg_media_t *pwgMediaForPPD(const char *ppd) _CUPS_API_1_7;
testpwg.c 216 fputs("pwgMediaForPPD(\"4x6\"): ", stdout);
217 if ((pwgmedia = pwgMediaForPPD("4x6")) == NULL)
235 fputs("pwgMediaForPPD(\"10x15cm\"): ", stdout);
236 if ((pwgmedia = pwgMediaForPPD("10x15cm")) == NULL)
254 fputs("pwgMediaForPPD(\"Custom.10x15cm\"): ", stdout);
255 if ((pwgmedia = pwgMediaForPPD("Custom.10x15cm")) == NULL)
pwg-media.c 523 pwg = pwgMediaForPPD(name);
612 * 'pwgMediaForPPD()' - Find a PWG media size by Adobe PPD name.
627 pwgMediaForPPD(const char *ppd) /* I - PPD size name */
    [all...]
ppd-cache.c     [all...]

Completed in 82 milliseconds