Home
last modified time | relevance | path

Searched refs:enGlobalAlpha (Results 1 – 10 of 10) sorted by relevance

/drivers/peripheral/display/hal/default_standard/src/display_device/composer/
Dhdi_gfx_composition.cpp151 if (src.GetAlpha().enGlobalAlpha) { // is alpha is 0xff we not set it in BlitLayer()
152 opt.enGlobalAlpha = true; in BlitLayer()
/drivers/peripheral/display/interfaces/include/
Ddisplay_type.h300 bool enGlobalAlpha; /**< Global alpha enable bit */ member
399 bool enGlobalAlpha; /**< Global alpha enable bit */ member
/drivers/peripheral/display/hal/default_standard/src/display_device/core/
Dhdi_layer.cpp123 … DISPLAY_LOGD("enable alpha %{public}d galpha 0x%{public}x", alpha->enGlobalAlpha, alpha->gAlpha); in SetLayerAlpha()
/drivers/peripheral/display/composer/test/fuzztest/layer_fuzzer/
Dlayer_fuzzer.cpp79 alpha.enGlobalAlpha = GetRandBoolValue(GetData<uint32_t>()); in GetLayerAlpha()
/drivers/peripheral/display/test/unittest/lite/
Ddisplay_test.c368 opt.enGlobalAlpha = true; in FillRectTest()
/drivers/peripheral/display/composer/test/unittest/
Dhdi_composer_ut.cpp72 alpha.enGlobalAlpha = true; in CreateTestLayer()
511 alpha.enGlobalAlpha = true;
/drivers/interface/display/composer/v1_0/
DDisplayComposerType.idl366 boolean enGlobalAlpha; /**< Global alpha enable bit */
441 boolean enGlobalAlpha; /**< Global alpha enable bit */
/drivers/peripheral/display/composer/test/moduletest/
Dhdi_device_test.cpp250 alpha.enGlobalAlpha = true; in CreateTestLayer()
/drivers/interface/display/composer/v1_0/display_command/
Ddisplay_cmd_requester.h230 bool retBool = requestPacker_->WriteBool(alpha.enGlobalAlpha); in SetLayerAlpha()
Ddisplay_cmd_responser.h479 retBool = unpacker->ReadBool(alpha.enGlobalAlpha); in OnSetLayerAlpha()