Lines Matching refs:c3
163 << this->c3() << ']'; in operator string()
307 float c1, c2, c3; in hwcTestParseColor() local
332 in >> c3; in hwcTestParseColor()
334 if ((c3 < 0.0) || (c3 > 1.0)) { return color; } in hwcTestParseColor()
345 || (c3 < 0.0) || (c3 > 1.0)) { return color; } in hwcTestParseColor()
350 return ColorFract(c1, c2, c3); in hwcTestParseColor()
583 pixel |= htonl((uint32_t) round((((1 << attrib->c3Size) - 1) * color.c3())) in hwcTestColor2Pixel()
710 startColor.c3() + (endColor.c3() - startColor.c3()) in hwcTestFillColorHBlend()
845 + ((float) (fromAttrib->c3Max - fromAttrib->c3Min) * color.c3()); in hwcTestColorConvert()
870 float r = color.c1(), g = color.c2(), b = color.c3(); in hwcTestColorConvert()
907 float y = color.c1(), u = color.c2(), v = color.c3(); in hwcTestColorConvert()
929 + (float) (toAttrib->c3High - toAttrib->c3Low) * color.c3()); in hwcTestColorConvert()