HomeSort by relevance Sort by last modified time
    Searched defs:plane_alpha (Results 1 - 4 of 4) 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;
  /hardware/qcom/display/msmcobalt/sdm/include/core/
layer_stack.h 311 uint8_t plane_alpha = 0xff; //!< Alpha value applied to the whole layer. member in struct:sdm::Layer
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc2/
hwc_layers.cpp 195 uint8_t plane_alpha = static_cast<uint8_t>(std::round(255.0f * alpha)); local
196 if (layer_->plane_alpha != plane_alpha) {
198 layer_->plane_alpha = plane_alpha;

Completed in 101 milliseconds