Home | History | Annotate | Download | only in coders

Lines Matching refs:maptype

241       maptype,
318 sun_info.maptype=ReadBlobMSBLong(image);
326 if ((sun_info.maptype == RMT_NONE) && (sun_info.maplength != 0))
331 if ((sun_info.maptype != RMT_NONE) && (sun_info.maptype != RMT_EQUAL_RGB) &&
332 (sun_info.maptype != RMT_RAW))
345 if (sun_info.maptype == RMT_NONE)
347 if (sun_info.maptype == RMT_EQUAL_RGB)
352 switch (sun_info.maptype)
762 maptype,
817 sun_info.maptype=RMT_NONE;
855 sun_info.maptype=RMT_EQUAL_RGB;
867 (void) WriteBlobMSBLong(image,sun_info.maptype);