Home
last modified time | relevance | path

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

/external/libcups/cups/
Dppd-cache.c2323 dbottom, /* Difference in bottom margins */ in _ppdCacheGetPageSize() local
2458 dbottom = size->bottom - jobsize.bottom; in _ppdCacheGetPageSize()
2461 dtop <= -35 || dtop >= 35 || dbottom <= -35 || dbottom >= 35) in _ppdCacheGetPageSize()
2465 dbottom = dbottom < 0 ? -dbottom : dbottom; in _ppdCacheGetPageSize()
2467 dmin = dleft + dright + dbottom + dtop; in _ppdCacheGetPageSize()
2517 dbottom = pc->custom_size.bottom - jobsize.bottom; in _ppdCacheGetPageSize()
2520 dtop > -35 && dtop < 35 && dbottom > -35 && dbottom < 35) in _ppdCacheGetPageSize()