Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dsun.c221 #define RMT_NONE 0 in ReadSUNImage() macro
321 if ((sun_info.maptype == RMT_NONE) && (sun_info.maplength != 0)) in ReadSUNImage()
326 if ((sun_info.maptype != RMT_NONE) && (sun_info.maptype != RMT_EQUAL_RGB) && in ReadSUNImage()
340 if (sun_info.maptype == RMT_NONE) in ReadSUNImage()
349 case RMT_NONE: in ReadSUNImage()
740 #define RMT_NONE 0 in WriteSUNImage() macro
809 sun_info.maptype=RMT_NONE; in WriteSUNImage()