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

  /external/libcups/cups/
pwg-private.h 44 extern int _pwgInitSize(pwg_size_t *size, ipp_t *job,
pwg.h 66 } pwg_size_t; typedef in typeref:struct:pwg_size_s
77 extern int pwgInitSize(pwg_size_t *size, ipp_t *job,
ppd-private.h 127 pwg_size_t *sizes; /* Media sizes */
135 pwg_size_t custom_size; /* Custom size record */
193 extern pwg_size_t *_ppdCacheGetSize(_ppd_cache_t *pc,
ppd-cache.c 70 pwg_size_t *size; /* PWG media size */
400 pwg_size_t *size; /* Current size */
652 if ((pc->sizes = calloc((size_t)num_sizes, sizeof(pwg_size_t))) == NULL)
971 pwg_size_t *pwg_size; /* Current PWG size */
983 pwg_size_t *old_size; /* Current old size */
    [all...]
pwg-media.c 383 * 'pwgInitSize()' - Initialize a pwg_size_t structure using IPP Job Template
386 * This function initializes a pwg_size_t structure from an IPP "media" or
398 pwgInitSize(pwg_size_t *size, /* I - Size to initialize */
425 memset(size, 0, sizeof(pwg_size_t));
    [all...]
testpwg.c 415 pwg_size_t *size, /* Size from original */
  /external/libcups/filter/
rastertopwg.c 55 pwg_size_t *pwg_size; /* PWG media size */

Completed in 289 milliseconds