Lines Matching defs:c0
901 static void CalculateColors(unsigned short c0, unsigned short c1,
906 c->r[0] = (unsigned char) C565_red(c0);
907 c->g[0] = (unsigned char) C565_green(c0);
908 c->b[0] = (unsigned char) C565_blue(c0);
914 if (ignoreAlpha != MagickFalse || c0 > c1)
1891 c0,
1906 c0 = ReadBlobLSBShort(image);
1910 CalculateColors(c0, c1, &colors, MagickFalse);
1967 c0,
1986 c0 = ReadBlobLSBShort(image);
1990 CalculateColors(c0, c1, &colors, MagickTrue);
2055 c0,
2077 c0 = ReadBlobLSBShort(image);
2081 CalculateColors(c0, c1, &colors, MagickTrue);