Lines Matching full:blend
41 * blend: none | premult | coverage
53 * RGBA8888 [100, 150, 300, 400] blend: coverage \
146 blend(defaultBlend), color(defaultColor),
153 int32_t blend;
319 layer->blending = it->blend;
437 } else if (attrName == "blend:") { // Blend
442 rect.blend = HWC_BLENDING_NONE;
444 rect.blend = HWC_BLENDING_PREMULT;
446 rect.blend = HWC_BLENDING_COVERAGE;
448 testPrintE("Unknown blend of \"%s\" in: %s", str.c_str(),
560 testPrintE(" blend: none | premult | coverage");
572 testPrintE(" RGBA8888 [100, 150, 300, 400] blend: coverage \\");