Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dsun.c237 maplength; in ReadSUNImage() member
315 sun_info.maplength=ReadBlobMSBLong(image); in ReadSUNImage()
316 if (sun_info.maplength > GetBlobSize(image)) in ReadSUNImage()
324 if ((sun_info.maptype == RMT_NONE) && (sun_info.maplength != 0)) in ReadSUNImage()
341 image->colors=sun_info.maplength; in ReadSUNImage()
346 image->colors=sun_info.maplength/3; in ReadSUNImage()
406 sun_colormap=(unsigned char *) AcquireQuantumMemory(sun_info.maplength, in ReadSUNImage()
410 count=ReadBlob(image,sun_info.maplength,sun_colormap); in ReadSUNImage()
412 if (count != (ssize_t) sun_info.maplength) in ReadSUNImage()
781 maplength; in WriteSUNImage() member
[all …]