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

  /external/libcups/cups/
pwg-private.h 47 extern const pwg_media_t *_pwgMediaTable(size_t *num_media);
48 extern pwg_media_t *_pwgMediaNearSize(int width, int length, int epsilon);
pwg.h 55 } pwg_media_t; typedef in typeref:struct:pwg_media_s
79 extern pwg_media_t *pwgMediaForLegacy(const char *legacy) _CUPS_API_1_7;
80 extern pwg_media_t *pwgMediaForPPD(const char *ppd) _CUPS_API_1_7;
81 extern pwg_media_t *pwgMediaForPWG(const char *pwg) _CUPS_API_1_7;
82 extern pwg_media_t *pwgMediaForSize(int width, int length) _CUPS_API_1_7;
pwg-media.c 35 static int pwg_compare_legacy(pwg_media_t *a, pwg_media_t *b);
36 static int pwg_compare_pwg(pwg_media_t *a, pwg_media_t *b);
37 static int pwg_compare_ppd(pwg_media_t *a, pwg_media_t *b);
47 static pwg_media_t const cups_pwg_media[] =
411 pwg_media_t *pwg; /* PWG media value */
568 pwg_media_t * /* O - Matching size or NULL */
571 pwg_media_t key; /* Search key *
    [all...]
cups-private.h 126 pwg_media_t pwg_media; /* PWG media data for custom size */
ppd-private.h 223 extern const char *_pwgPageSizeForMedia(pwg_media_t *media,
dest-localization.c 53 pwg_media_t *pwg; /* PWG media information */
284 pwg_media_t *media = pwgMediaForPWG(value);
testpwg.c 44 const pwg_media_t *pwgmedia; /* PWG media size */
47 const pwg_media_t *mediatable; /* Media size table */
raster.h 419 extern int cupsRasterInitPWGHeader(cups_page_header2_t *h, pwg_media_t *media, const char *type, int xdpi, int ydpi, const char *sides, const char *sheet_back) _CUPS_API_2_2;
dest-options.c 47 pwg_media_t *pwg, unsigned flags,
130 pwg_media_t *pwg; /* Current PWG media size info */
898 pwg_media_t *pwg; /* PWG media name for size */
993 pwg_media_t *pwg; /* PWG media info */
1068 pwg_media_t *pwg; /* PWG media info */
    [all...]
ppd-cache.c 977 pwg_media_t *pwg_media; /* PWG media data */
    [all...]
dest.c     [all...]
  /external/libcups/filter/
rastertopwg.c 56 pwg_media_t *pwg_media; /* PWG media name */
testclient.c 399 pwg_media_t *media = NULL; /* Media size */
raster.c 118 pwg_media_t *media, /* I - PWG media information */
    [all...]

Completed in 534 milliseconds