OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cupsRasterOpen
(Results
1 - 8
of
8
) sorted by null
/external/libcups/filter/
rasterbench.c
187
if ((r =
cupsRasterOpen
(fd, CUPS_RASTER_READ)) == NULL)
298
if ((r =
cupsRasterOpen
(fd, mode)) == NULL)
rastertopwg.c
81
inras =
cupsRasterOpen
(fd, CUPS_RASTER_READ);
82
outras =
cupsRasterOpen
(1, !strcmp(final_content_type, "image/pwg-raster") ? CUPS_RASTER_WRITE_PWG : CUPS_RASTER_WRITE_APPLE);
testraster.c
467
if ((ras =
cupsRasterOpen
(fd, CUPS_RASTER_READ)) == NULL)
469
printf("%s:
cupsRasterOpen
failed.\n", filename);
528
printf("
cupsRasterOpen
(%s): ",
541
if ((r =
cupsRasterOpen
(fileno(fp), mode)) == NULL)
664
fputs("
cupsRasterOpen
(CUPS_RASTER_READ): ", stdout);
673
if ((r =
cupsRasterOpen
(fileno(fp), CUPS_RASTER_READ)) == NULL)
rastertohp.c
695
ras =
cupsRasterOpen
(fd, CUPS_RASTER_READ);
rastertoepson.c
1025
ras =
cupsRasterOpen
(fd, CUPS_RASTER_READ);
rastertolabel.c
1139
ras =
cupsRasterOpen
(fd, CUPS_RASTER_READ);
raster.c
339
* '
cupsRasterOpen
()' - Open a raster stream using a file descriptor.
353
cupsRasterOpen
(int fd, /* I - File descriptor */
[
all
...]
/external/libcups/cups/
raster.h
210
enum cups_mode_e /****
cupsRasterOpen
modes ****/
219
typedef enum cups_mode_e cups_mode_t; /****
cupsRasterOpen
modes ****/
395
extern cups_raster_t *
cupsRasterOpen
(int fd, cups_mode_t mode);
Completed in 57 milliseconds