Lines Matching full:red_map
2177 *red_map[2][16];
2185 red_map[i][j]=(unsigned char *) AcquireQuantumMemory(256UL,
2186 sizeof(*red_map));
2191 if ((red_map[i][j] == (unsigned char *) NULL) ||
2211 red_map[i][j][x]=(unsigned char)
2243 color.red=(double) ClampToQuantum((double) (red_map[i][j][
2272 red_map[i][j]=(unsigned char *) RelinquishMagickMemory(red_map[i][j]);