Searched refs:pwg_format_inches (Results 1 – 1 of 1) sorted by relevance
/external/libcups/cups/ |
D | pwg-media.c | 35 static char *pwg_format_inches(char *buf, size_t bufsize, int val); 339 format = pwg_format_inches; in pwgFormatSizeName() 774 …f(cg->ppd_name, sizeof(cg->ppd_name), "%sx%s", pwg_format_inches(wstr, sizeof(wstr), w), pwg_forma… in pwgMediaForPPD() 887 …f(cg->ppd_name, sizeof(cg->ppd_name), "%sx%s", pwg_format_inches(wstr, sizeof(wstr), w), pwg_forma… in pwgMediaForPWG() 993 …cg->ppd_name, sizeof(cg->ppd_name), "%sx%s", pwg_format_inches(wstr, sizeof(wstr), width), pwg_for… in _pwgMediaNearSize() 1056 pwg_format_inches(char *buf, /* I - Buffer */ in pwg_format_inches() function
|