Home
last modified time | relevance | path

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

/external/libcups/cups/
Dppd-cache.c700 &(pc->custom_min_length), &(pc->custom_size.left), in _ppdCacheCreateWithFile()
701 &(pc->custom_size.bottom), &(pc->custom_size.right), in _ppdCacheCreateWithFile()
702 &(pc->custom_size.top)) != 8) in _ppdCacheCreateWithFile()
1187 pc->custom_size.left = PWG_FROM_POINTS(ppd->custom_margins[0]); in _ppdCacheCreateWithPPD()
1188 pc->custom_size.bottom = PWG_FROM_POINTS(ppd->custom_margins[1]); in _ppdCacheCreateWithPPD()
1189 pc->custom_size.right = PWG_FROM_POINTS(ppd->custom_margins[2]); in _ppdCacheCreateWithPPD()
1190 pc->custom_size.top = PWG_FROM_POINTS(ppd->custom_margins[3]); in _ppdCacheCreateWithPPD()
2514 dleft = pc->custom_size.left - jobsize.left; in _ppdCacheGetPageSize()
2515 dright = pc->custom_size.right - jobsize.right; in _ppdCacheGetPageSize()
2516 dtop = pc->custom_size.top - jobsize.top; in _ppdCacheGetPageSize()
[all …]
Dppd-private.h135 pwg_size_t custom_size; /* Custom size record */ member