Home
last modified time | relevance | path

Searched refs:pwg_format_inches (Results 1 – 1 of 1) sorted by relevance

/external/libcups/cups/
Dpwg-media.c35 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