Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_layer.cpp182 const GraphicLayerAlpha& layerAlpha2 = prevLayerInfo_->GetAlpha(); in SetLayerAlpha() local
183 bool isSame = layerAlpha1.enGlobalAlpha == layerAlpha2.enGlobalAlpha && in SetLayerAlpha()
184 layerAlpha1.enPixelAlpha == layerAlpha2.enPixelAlpha && in SetLayerAlpha()
185 … layerAlpha1.alpha0 == layerAlpha2.alpha0 && layerAlpha1.alpha1 == layerAlpha2.alpha1 && in SetLayerAlpha()
186 layerAlpha1.gAlpha == layerAlpha2.gAlpha; in SetLayerAlpha()