Home
last modified time | relevance | path

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

/third_party/cups-filters/cupsfilters/
Dimage-sun.c87 ras_type, /* type of file; see RT_* below */ in _cupsImageReadSunRaster() local
104 ras_type = read_unsigned(fp); 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()