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

  /external/libcups/cups/
pwg-media.c 777 snprintf(cg->ppd_name, sizeof(cg->ppd_name), "%sx%s", pwg_format_inches(wstr, sizeof(wstr), w), pwg_format_inches(lstr, sizeof(lstr), l));
779 snprintf(cg->ppd_name, sizeof(cg->ppd_name), "%sx%smm", pwg_format_millimeters(wstr, sizeof(wstr), w), pwg_format_millimeters(lstr, sizeof(lstr), l));
780 size->ppd = cg->ppd_name;
884 snprintf(cg->ppd_name, sizeof(cg->ppd_name), "%sx%smm", pwg_format_millimeters(wstr, sizeof(wstr), w), pwg_format_millimeters(lstr, sizeof(lstr), l));
886 snprintf(cg->ppd_name, sizeof(cg->ppd_name), "%sx%s", pwg_format_inches(wstr, sizeof(wstr), w), pwg_format_inches(lstr, sizeof(lstr), l));
887 size->ppd = cg->ppd_name;
    [all...]
cups-private.h 128 ppd_name[41]; /* PPD media name for custom size */ member in struct:_cups_globals_s
ppd-cache.c 974 ppd_name[PPD_MAX_NAME]; local
2327 const char *ppd_name; \/* PPD media name *\/ local
    [all...]

Completed in 77 milliseconds