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

  /external/libcups/cups/
raster.h 378 /**** cupsRasterOpenIO callback function
382 * @link cupsRasterOpenIO@ and handles
415 extern cups_raster_t *cupsRasterOpenIO(cups_raster_iocb_t iocb, void *ctx,
  /packages/services/BuiltInPrintService/jni/plugins/
lib_pwg.c 233 ras_out = cupsRasterOpenIO(_pwg_io_write, (void *) job_info, CUPS_RASTER_WRITE_PWG);
  /external/libcups/filter/
raster.c 360 return (cupsRasterOpenIO(cups_read_fd, (void *)((intptr_t)fd), mode));
362 return (cupsRasterOpenIO(cups_write_fd, (void *)((intptr_t)fd), mode));
367 * 'cupsRasterOpenIO()' - Open a raster stream using a callback function.
379 cupsRasterOpenIO(
460 DEBUG_printf(("1cupsRasterOpenIO: r->swapped=%d, r->sync=%08x\n", r->swapped, r->sync));
    [all...]

Completed in 229 milliseconds