Home
last modified time | relevance | path

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

/external/libcups/cups/
Dstring-private.h202 extern char *_cupsStrFormatd(char *buf, char *bufend, double number,
Dppd-emit.c810 bufptr = _cupsStrFormatd(bufptr, bufend, in ppdEmitString()
964 bufptr = _cupsStrFormatd(bufptr, bufend, values[pos], loc); in ppdEmitString()
1012 bufptr = _cupsStrFormatd(bufptr, bufend, in ppdEmitString()
Dtestlang.c106 _cupsStrFormatd(buffer, buffer + sizeof(buffer), number, loc); in main()
Dppd-cache.c3287 _cupsStrFormatd(twidth, twidth + sizeof(twidth), pwg->width * 72.0 / 2540.0, loc); in _ppdCreateFromIPP()
3288 _cupsStrFormatd(tlength, tlength + sizeof(tlength), pwg->length * 72.0 / 2540.0, loc); in _ppdCreateFromIPP()
3324 _cupsStrFormatd(twidth, twidth + sizeof(twidth), pwg->width * 72.0 / 2540.0, loc); in _ppdCreateFromIPP()
3325 _cupsStrFormatd(tlength, tlength + sizeof(tlength), pwg->length * 72.0 / 2540.0, loc); in _ppdCreateFromIPP()
3364 _cupsStrFormatd(tleft, tleft + sizeof(tleft), left * 72.0 / 2540.0, loc); in _ppdCreateFromIPP()
3365 _cupsStrFormatd(tbottom, tbottom + sizeof(tbottom), bottom * 72.0 / 2540.0, loc); in _ppdCreateFromIPP()
3366 _cupsStrFormatd(tright, tright + sizeof(tright), (pwg->width - right) * 72.0 / 2540.0, loc); in _ppdCreateFromIPP()
3367 _cupsStrFormatd(ttop, ttop + sizeof(ttop), (pwg->length - top) * 72.0 / 2540.0, loc); in _ppdCreateFromIPP()
3368 _cupsStrFormatd(twidth, twidth + sizeof(twidth), pwg->width * 72.0 / 2540.0, loc); in _ppdCreateFromIPP()
3369 _cupsStrFormatd(tlength, tlength + sizeof(tlength), pwg->length * 72.0 / 2540.0, loc); in _ppdCreateFromIPP()
Dlibcups2.def47 _cupsStrFormatd
Dstring.c207 _cupsStrFormatd(char *buf, /* I - String */ in _cupsStrFormatd() function