OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:plane_alpha
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/display/msm8996/sdm/include/core/
layer_stack.h
281
uint8_t
plane_alpha
= 0xff; //!< Alpha value applied to the whole layer.
member in struct:sdm::Layer
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_layers.cpp
185
uint8_t
plane_alpha
= static_cast<uint8_t>(std::round(255.0f * alpha));
local
186
if (layer_->
plane_alpha
!=
plane_alpha
) {
188
layer_->
plane_alpha
=
plane_alpha
;
Completed in 54 milliseconds