Home | History | Annotate | Download | only in hwc

Lines Matching defs:c1

163     out << '[' << this->c1() << ", "
309 float c1, c2, c3;
320 in >> c1;
322 if ((c1 < 0.0) || (c1 > 1.0)) { return color; }
345 if ((c1 < 0.0) || (c1 > 1.0)
352 return ColorFract(c1, c2, c3);
579 pixel = htonl((uint32_t) round((((1 << attrib->c1Size) - 1) * color.c1()))
707 ColorFract color(startColor.c1() + (endColor.c1() - startColor.c1())
842 + ((float) (fromAttrib->c1Max - fromAttrib->c1Min) * color.c1());
871 float r = color.c1(), g = color.c2(), b = color.c3();
908 float y = color.c1(), u = color.c2(), v = color.c3();
926 + (float) (toAttrib->c1High - toAttrib->c1Low) * color.c1());