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