Home
last modified time | relevance | path

Searched refs:backgroundColor (Results 1 – 5 of 5) sorted by relevance

/hardware/libhardware/include/hardware/
Dhwcomposer.h132 hwc_color_t backgroundColor; member
/hardware/libhardware/include_all/hardware/
Dhwcomposer.h132 hwc_color_t backgroundColor; member
/hardware/interfaces/graphics/composer/aidl/vts/
DVtsHalGraphicsComposer3_ReadbackTest.cpp1453 mDisplayGfx[displayId].backgroundColor = color; in setBackgroundColor()
1477 backgroundLayer->setColor(mDisplayGfx[display.getDisplayId()].backgroundColor); in setUpLayers()
1504 auto& backgroundColor = mDisplayGfx[display.getDisplayId()].backgroundColor; in setExpectedColors() local
1516 topLayerColor.r * layer->getAlpha() + backgroundColor.r * (1.0f - alpha); in setExpectedColors()
1518 topLayerColor.g * layer->getAlpha() + backgroundColor.g * (1.0f - alpha); in setExpectedColors()
1520 topLayerColor.b * layer->getAlpha() + backgroundColor.b * (1.0f - alpha); in setExpectedColors()
1521 expectedColor.a = alpha + backgroundColor.a * (1.0f - alpha); in setExpectedColors()
1525 expectedColor.r = topLayerColor.r * alpha + backgroundColor.r * (1.0f - alpha); in setExpectedColors()
1526 expectedColor.g = topLayerColor.g * alpha + backgroundColor.g * (1.0f - alpha); in setExpectedColors()
1527 expectedColor.b = topLayerColor.b * alpha + backgroundColor.b * (1.0f - alpha); in setExpectedColors()
[all …]
/hardware/libhardware/tests/hardware/
Dstruct-offset.cpp148 CHECK_MEMBER_AT(hwc_layer_1_t, backgroundColor, 12, 16); in CheckOffsets()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp1440 output << " Color: " << colorString(hwcLayer.backgroundColor) << '\n'; in to_string()
2172 hwc1Layer.backgroundColor = mColor; in applySolidColorState()