Searched refs:_cupsStrFormatd (Results 1 – 6 of 6) sorted by relevance
/external/libcups/cups/ |
D | string-private.h | 202 extern char *_cupsStrFormatd(char *buf, char *bufend, double number,
|
D | ppd-emit.c | 810 bufptr = _cupsStrFormatd(bufptr, bufend, in ppdEmitString() 964 bufptr = _cupsStrFormatd(bufptr, bufend, values[pos], loc); in ppdEmitString() 1012 bufptr = _cupsStrFormatd(bufptr, bufend, in ppdEmitString()
|
D | testlang.c | 106 _cupsStrFormatd(buffer, buffer + sizeof(buffer), number, loc); in main()
|
D | ppd-cache.c | 3287 _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()
|
D | libcups2.def | 47 _cupsStrFormatd
|
D | string.c | 207 _cupsStrFormatd(char *buf, /* I - String */ in _cupsStrFormatd() function
|