Searched refs:cupsGetDestMediaByName (Results 1 – 5 of 5) sorted by relevance
/external/libcups/cups/ |
D | dest-options.c | 985 cupsGetDestMediaByName( in cupsGetDestMediaByName() function 1209 if (cupsGetDestMediaByName(http, dest, dinfo, media, flags, size)) in cupsGetDestMediaDefault() 1213 cupsGetDestMediaByName(http, dest, dinfo, "iso_a4_210x297mm", flags, in cupsGetDestMediaDefault() 1218 cupsGetDestMediaByName(http, dest, dinfo, "na_letter_8.5x11in", flags, in cupsGetDestMediaDefault() 1223 cupsGetDestMediaByName(http, dest, dinfo, "na_index_4x6in", flags, size)) in cupsGetDestMediaDefault()
|
D | libcups2.def | 209 cupsGetDestMediaByName
|
D | cups.h | 542 extern int cupsGetDestMediaByName(http_t *http, cups_dest_t *dest,
|
D | testdest.c | 559 else if (cupsGetDestMediaByName(http, dest, dinfo, name, flags, &size)) in show_media()
|
D | cupspm.md | 514 The `cupsGetDestMediaByName` and `cupsGetDestMediaBySize` functions lookup the 519 cupsGetDestMediaByName(http_t *http, cups_dest_t *dest, 550 if (cupsGetDestMediaByName(CUPS_HTTP_DEFAULT, dest, info,
|