Home
last modified time | relevance | path

Searched refs:ras_type (Results 1 - 1 of 1) sorted by relevance

/third_party/cups-filters/cupsfilters/
H A Dimage-sun.c27 /* Sun supported ras_type's */
87 ras_type, /* type of file; see RT_* below */ in _cupsImageReadSunRaster() local
104 ras_type = read_unsigned(fp); in _cupsImageReadSunRaster()
108 fprintf(stderr, "DEBUG: ras_width=%d, ras_height=%d, ras_depth=%d, ras_type=%d, ras_maplength=%d\n", in _cupsImageReadSunRaster()
109 img->xsize, img->ysize, ras_depth, ras_type, ras_maplength); in _cupsImageReadSunRaster()
192 if (ras_type != RT_BYTE_ENCODED) in _cupsImageReadSunRaster()
295 else if (ras_depth == 24 && ras_type != RT_FORMAT_RGB) in _cupsImageReadSunRaster()

Completed in 1 milliseconds