Lines Matching refs:c2
162 << this->c2() << ", "
307 float c1, c2, c3;
325 in >> c2;
327 if ((c2 < 0.0) || (c2 > 1.0)) { return color; }
344 || (c2 < 0.0) || (c2 > 1.0)
350 return ColorFract(c1, c2, c3);
580 pixel |= htonl((uint32_t) round((((1 << attrib->c2Size) - 1) * color.c2()))
708 startColor.c2() + (endColor.c2() - startColor.c2())
843 + ((float) (fromAttrib->c2Max - fromAttrib->c2Min) * color.c2());
870 float r = color.c1(), g = color.c2(), b = color.c3();
907 float y = color.c1(), u = color.c2(), v = color.c3();
927 + (float) (toAttrib->c2High - toAttrib->c2Low) * color.c2());