Home | History | Annotate | Download | only in hwc

Lines Matching defs:color

42  *        color: [0.##, 0.##, 0.##]
52 * color: [1.0, 0.5, 0.5], \
54 * color: [0.251, 0.878, 0.816] alpha: 0.7 \
146 blend(defaultBlend), color(defaultColor),
154 ColorFract color;
452 } else if (attrName == "color:") { // Color
453 rect.color = hwcTestParseColor(in, error);
455 testPrintE("Error parsing color in: %s", rectStr.c_str());
516 // Fill with uniform color
517 hwcTestFillColor(rect.texture.get(), rect.color, rect.alpha);
520 "color: %s alpha: %f",
523 string(rect.color).c_str(), rect.alpha);
561 testPrintE(" color: [0.##, 0.##, 0.##]");
571 testPrintE(" color: [1.0, 0.5, 0.5], \\");
573 testPrintE(" color: [0.251, 0.878, 0.816] alpha: 0.7 \\");