Lines Matching refs:c1
159 out << '[' << this->c1() << ", " in operator string()
305 float c1, c2, c3; in hwcTestParseColor() local
316 in >> c1; in hwcTestParseColor()
318 if ((c1 < 0.0) || (c1 > 1.0)) { return color; } in hwcTestParseColor()
341 if ((c1 < 0.0) || (c1 > 1.0) in hwcTestParseColor()
348 return ColorFract(c1, c2, c3); in hwcTestParseColor()
577 pixel = htonl((uint32_t) round((((1 << attrib->c1Size) - 1) * color.c1())) in hwcTestColor2Pixel()
708 ColorFract color(startColor.c1() + (endColor.c1() - startColor.c1()) in hwcTestFillColorHBlend()
847 + ((float) (fromAttrib->c1Max - fromAttrib->c1Min) * color.c1()); in hwcTestColorConvert()
876 float r = color.c1(), g = color.c2(), b = color.c3(); in hwcTestColorConvert()
913 float y = color.c1(), u = color.c2(), v = color.c3(); in hwcTestColorConvert()
931 + (float) (toAttrib->c1High - toAttrib->c1Low) * color.c1()); in hwcTestColorConvert()