HomeSort by relevance Sort by last modified time
    Searched refs:ppd_size_lut (Results 1 - 3 of 3) sorted by null

  /external/libcups/cups/
cups-private.h 124 *ppd_size_lut, /* Lookup table for PPD names */ member in struct:_cups_globals_s
pwg-media.c 645 if (!cg->ppd_size_lut)
649 cg->ppd_size_lut = cupsArrayNew((cups_array_func_t)pwg_compare_ppd, NULL);
656 cupsArrayAdd(cg->ppd_size_lut, size);
664 if ((size = (pwg_media_t *)cupsArrayFind(cg->ppd_size_lut, &key)) == NULL)
    [all...]
globals.c 346 cupsArrayDelete(cg->ppd_size_lut);

Completed in 412 milliseconds