Home
last modified time | relevance | path

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

/external/libcups/cups/
Dppd-cache.c990 new_bottom, /* New bottom margin in 2540ths */ in _ppdCacheCreateWithPPD() local
1102 new_bottom = PWG_FROM_POINTS(ppd_size->bottom); in _ppdCacheCreateWithPPD()
1105 new_imageable = new_length - new_top - new_bottom; in _ppdCacheCreateWithPPD()
1106 new_borderless = new_bottom == 0 && new_top == 0 && in _ppdCacheCreateWithPPD()
1160 new_size->bottom = new_bottom; in _ppdCacheCreateWithPPD()