Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dsun.c223 #define RT_ENCODED 2 in ReadSUNImage() macro
320 if ((sun_info.type != RT_STANDARD) && (sun_info.type != RT_ENCODED) && in ReadSUNImage()
433 if ((sun_info.type != RT_ENCODED) && in ReadSUNImage()
438 if ((sun_info.type != RT_ENCODED) && (sun_info.length > GetBlobSize(image))) in ReadSUNImage()
446 if ((sun_info.type != RT_ENCODED) && (count != (ssize_t) sun_info.length)) in ReadSUNImage()
480 if (sun_info.type == RT_ENCODED) in ReadSUNImage()