Home
last modified time | relevance | path

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

/external/libcups/cups/
Dpwg-media.c1058 int thousandths, /* Thousandths of inches */ in pwg_format_inches() local
1068 thousandths = (val * 1000 + 1270) / 2540; in pwg_format_inches()
1069 integer = thousandths / 1000; in pwg_format_inches()
1070 fraction = thousandths % 1000; in pwg_format_inches()