Searched refs:oldColormap (Results 1 – 1 of 1) sorted by relevance
206 static inline void deshufflePalette(Image *image,PixelInfo* oldColormap) in deshufflePalette() argument219 (void) memcpy(oldColormap,image->colormap,(size_t)image->colors* in deshufflePalette()220 sizeof(*oldColormap)); in deshufflePalette()227 memcpy(&(image->colormap[i+1*colors]),&(oldColormap[i+2*colors]),colors* in deshufflePalette()229 memcpy(&(image->colormap[i+2*colors]),&(oldColormap[i+1*colors]),colors* in deshufflePalette()606 *oldColormap; in ReadTIM2ImageData() local608 oldColormap=(PixelInfo *) AcquireQuantumMemory((size_t)(image->colors)+1, in ReadTIM2ImageData()610 if (oldColormap == (PixelInfo *) NULL) in ReadTIM2ImageData()613 deshufflePalette(image,oldColormap); in ReadTIM2ImageData()614 RelinquishMagickMemory(oldColormap); in ReadTIM2ImageData()