Home
last modified time | relevance | path

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

/external/libcups/cups/
Dpwg-media.c38 static char *pwg_format_inches(char *buf, size_t bufsize, int val);
342 format = pwg_format_inches; in pwgFormatSizeName()
777 …f(cg->ppd_name, sizeof(cg->ppd_name), "%sx%s", pwg_format_inches(wstr, sizeof(wstr), w), pwg_forma… in pwgMediaForPPD()
886 …f(cg->ppd_name, sizeof(cg->ppd_name), "%sx%s", pwg_format_inches(wstr, sizeof(wstr), w), pwg_forma… in pwgMediaForPWG()
991 …cg->ppd_name, sizeof(cg->ppd_name), "%sx%s", pwg_format_inches(wstr, sizeof(wstr), width), pwg_for… in _pwgMediaNearSize()
1054 pwg_format_inches(char *buf, /* I - Buffer */ in pwg_format_inches() function