Home
last modified time | relevance | path

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

/external/libcups/ppdc/
Dppdc-driver.cxx663 _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/
Dstring-private.h198 extern char *_cupsStrFormatd(char *buf, char *bufend, double number,
Dppd-cache.c3544 _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 …]
Dppd-emit.c821 bufptr = _cupsStrFormatd(bufptr, bufend, in ppdEmitString()
975 bufptr = _cupsStrFormatd(bufptr, bufend, values[pos], loc); in ppdEmitString()
1026 bufptr = _cupsStrFormatd(bufptr, bufend, in ppdEmitString()
Dtestlang.c174 _cupsStrFormatd(buffer, buffer + sizeof(buffer), number, loc); in main()
Dlibcups2.def62 _cupsStrFormatd
Dstring.c203 _cupsStrFormatd(char *buf, /* I - String */ in _cupsStrFormatd() function