Lines Matching refs:c1
161 out << '[' << this->c1() << ", "
307 float c1, c2, c3;
318 in >> c1;
320 if ((c1 < 0.0) || (c1 > 1.0)) { return color; }
343 if ((c1 < 0.0) || (c1 > 1.0)
350 return ColorFract(c1, c2, c3);
577 pixel = htonl((uint32_t) round((((1 << attrib->c1Size) - 1) * color.c1()))
706 ColorFract color(startColor.c1() + (endColor.c1() - startColor.c1())
841 + ((float) (fromAttrib->c1Max - fromAttrib->c1Min) * color.c1());
870 float r = color.c1(), g = color.c2(), b = color.c3();
907 float y = color.c1(), u = color.c2(), v = color.c3();
925 + (float) (toAttrib->c1High - toAttrib->c1Low) * color.c1());