Home | History | Annotate | Download | only in hwc

Lines Matching defs:c3

165         << this->c3() << ']';
309 float c1, c2, c3;
334 in >> c3;
336 if ((c3 < 0.0) || (c3 > 1.0)) { return color; }
347 || (c3 < 0.0) || (c3 > 1.0)) { return color; }
352 return ColorFract(c1, c2, c3);
585 pixel |= htonl((uint32_t) round((((1 << attrib->c3Size) - 1) * color.c3()))
711 startColor.c3() + (endColor.c3() - startColor.c3())
846 + ((float) (fromAttrib->c3Max - fromAttrib->c3Min) * color.c3());
871 float r = color.c1(), g = color.c2(), b = color.c3();
908 float y = color.c1(), u = color.c2(), v = color.c3();
930 + (float) (toAttrib->c3High - toAttrib->c3Low) * color.c3());