Home | History | Annotate | Download | only in hwc

Lines Matching defs:c2

164         << this->c2() << ", "
309 float c1, c2, c3;
327 in >> c2;
329 if ((c2 < 0.0) || (c2 > 1.0)) { return color; }
346 || (c2 < 0.0) || (c2 > 1.0)
352 return ColorFract(c1, c2, c3);
582 pixel |= htonl((uint32_t) round((((1 << attrib->c2Size) - 1) * color.c2()))
709 startColor.c2() + (endColor.c2() - startColor.c2())
844 + ((float) (fromAttrib->c2Max - fromAttrib->c2Min) * color.c2());
871 float r = color.c1(), g = color.c2(), b = color.c3();
908 float y = color.c1(), u = color.c2(), v = color.c3();
928 + (float) (toAttrib->c2High - toAttrib->c2Low) * color.c2());