Searched refs:ttop (Results 1 – 1 of 1) sorted by relevance
/external/libcups/cups/ |
D | ppd-cache.c | 3535 ttop[256], /* Top string */ in _ppdCreateFromIPP() local 3571 _cupsStrFormatd(ttop, ttop + sizeof(ttop), (size->length - size->top) * 72.0 / 2540.0, loc); in _ppdCreateFromIPP() 3575 …sFilePrintf(fp, "*ImageableArea %s: \"%s %s %s %s\"\n", size->media, tleft, tbottom, tright, ttop); in _ppdCreateFromIPP() 3592 _cupsStrFormatd(ttop, ttop + sizeof(ttop), top * 72.0 / 2540.0, loc); in _ppdCreateFromIPP() 3594 cupsFilePrintf(fp, "*HWMargins: \"%s %s %s %s\"\n", tleft, tbottom, tright, ttop); in _ppdCreateFromIPP()
|