Searched refs:_cupsStrFormatd (Results 1 – 7 of 7) sorted by relevance
/external/libcups/ppdc/ |
D | ppdc-driver.cxx | 663 _cupsStrFormatd(density, density + sizeof(density), p->density, loc); in write_ppd_file() 664 _cupsStrFormatd(gamma, gamma + sizeof(gamma), p->gamma, loc); in write_ppd_file() 667 _cupsStrFormatd(profile[i], profile[i] + sizeof(profile[0]), in write_ppd_file() 866 _cupsStrFormatd(left, left + sizeof(left), m->left, loc); in write_ppd_file() 867 _cupsStrFormatd(bottom, bottom + sizeof(bottom), m->bottom, loc); in write_ppd_file() 868 _cupsStrFormatd(right, right + sizeof(right), m->width - m->right, loc); in write_ppd_file() 869 _cupsStrFormatd(top, top + sizeof(top), m->length - m->top, loc); in write_ppd_file() 895 _cupsStrFormatd(width, width + sizeof(width), m->width, loc); in write_ppd_file() 896 _cupsStrFormatd(length, length + sizeof(length), m->length, loc); in write_ppd_file() 915 _cupsStrFormatd(width, width + sizeof(width), max_width, loc); in write_ppd_file() [all …]
|
/external/libcups/cups/ |
D | string-private.h | 198 extern char *_cupsStrFormatd(char *buf, char *bufend, double number,
|
D | ppd-cache.c | 3544 _cupsStrFormatd(twidth, twidth + sizeof(twidth), size->width * 72.0 / 2540.0, loc); in _ppdCreateFromIPP() 3545 _cupsStrFormatd(tlength, tlength + sizeof(tlength), size->length * 72.0 / 2540.0, loc); in _ppdCreateFromIPP() 3556 _cupsStrFormatd(twidth, twidth + sizeof(twidth), size->width * 72.0 / 2540.0, loc); in _ppdCreateFromIPP() 3557 _cupsStrFormatd(tlength, tlength + sizeof(tlength), size->length * 72.0 / 2540.0, loc); in _ppdCreateFromIPP() 3568 _cupsStrFormatd(tleft, tleft + sizeof(tleft), size->left * 72.0 / 2540.0, loc); in _ppdCreateFromIPP() 3569 _cupsStrFormatd(tbottom, tbottom + sizeof(tbottom), size->bottom * 72.0 / 2540.0, loc); in _ppdCreateFromIPP() 3570 …_cupsStrFormatd(tright, tright + sizeof(tright), (size->width - size->right) * 72.0 / 2540.0, loc); in _ppdCreateFromIPP() 3571 _cupsStrFormatd(ttop, ttop + sizeof(ttop), (size->length - size->top) * 72.0 / 2540.0, loc); in _ppdCreateFromIPP() 3572 _cupsStrFormatd(twidth, twidth + sizeof(twidth), size->width * 72.0 / 2540.0, loc); in _ppdCreateFromIPP() 3573 _cupsStrFormatd(tlength, tlength + sizeof(tlength), size->length * 72.0 / 2540.0, loc); in _ppdCreateFromIPP() [all …]
|
D | ppd-emit.c | 821 bufptr = _cupsStrFormatd(bufptr, bufend, in ppdEmitString() 975 bufptr = _cupsStrFormatd(bufptr, bufend, values[pos], loc); in ppdEmitString() 1026 bufptr = _cupsStrFormatd(bufptr, bufend, in ppdEmitString()
|
D | testlang.c | 174 _cupsStrFormatd(buffer, buffer + sizeof(buffer), number, loc); in main()
|
D | libcups2.def | 62 _cupsStrFormatd
|
D | string.c | 203 _cupsStrFormatd(char *buf, /* I - String */ in _cupsStrFormatd() function
|