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

  /external/libcups/cups/
cups-private.h 125 *pwg_size_lut; /* Lookup table for PWG names */ member in struct:_cups_globals_s
pwg-media.c 822 if (!cg->pwg_size_lut)
826 cg->pwg_size_lut = cupsArrayNew((cups_array_func_t)pwg_compare_pwg, NULL);
832 cupsArrayAdd(cg->pwg_size_lut, size);
840 if ((size = (pwg_media_t *)cupsArrayFind(cg->pwg_size_lut, &key)) == NULL &&
    [all...]
globals.c 347 cupsArrayDelete(cg->pwg_size_lut);

Completed in 158 milliseconds