Lines Matching refs:c2
160 << this->c2() << ", "
305 float c1, c2, c3;
323 in >> c2;
325 if ((c2 < 0.0) || (c2 > 1.0)) { return color; }
342 || (c2 < 0.0) || (c2 > 1.0)
348 return ColorFract(c1, c2, c3);
580 pixel |= htonl((uint32_t) round((((1 << attrib->c2Size) - 1) * color.c2()))
710 startColor.c2() + (endColor.c2() - startColor.c2())
849 + ((float) (fromAttrib->c2Max - fromAttrib->c2Min) * color.c2());
876 float r = color.c1(), g = color.c2(), b = color.c3();
913 float y = color.c1(), u = color.c2(), v = color.c3();
933 + (float) (toAttrib->c2High - toAttrib->c2Low) * color.c2());