Home | History | Annotate | Download | only in coders

Lines Matching full:map_length

176     map_length,
229 map_length=(unsigned char) ReadBlobByte(image);
230 if (map_length >= 64)
233 map_length=one << map_length;
271 3*map_length*sizeof(*colormap));
276 for (x=0; x < (ssize_t) map_length; x++)
459 mask=(MagickStatusType) (map_length-1);
474 ValidateColormapValue(image,(size_t) (x*map_length+
526 map_length=256;
527 if (AcquireImageColormap(image,map_length,exception) == MagickFalse)
550 ScaleCharToQuantum(*(p+map_length));
552 ScaleCharToQuantum(*(p+map_length*2));