Searched defs:RMT_EQUAL_RGB (Results 1 - 2 of 2) sorted by relevance

/external/opencv/otherlibs/highgui/
H A Dgrfmt_sunras.h58 RMT_EQUAL_RGB = 1 /* paletted image */ enumerator in enum:SunRasMapType
/external/ImageMagick/coders/
H A Dsun.c225 #define RMT_EQUAL_RGB 1
331 if ((sun_info.maptype != RMT_NONE) && (sun_info.maptype != RMT_EQUAL_RGB) &&
347 if (sun_info.maptype == RMT_EQUAL_RGB)
356 case RMT_EQUAL_RGB:
747 #define RMT_EQUAL_RGB 1
855 sun_info.maptype=RMT_EQUAL_RGB;
220 #define RMT_EQUAL_RGB macro
739 #define RMT_EQUAL_RGB macro

Completed in 411 milliseconds