Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_layer.cpp176 const GraphicLayerAlpha& layerAlpha2 = prevLayerInfo_->GetAlpha(); in SetLayerAlpha() local
177 bool isSame = layerAlpha1.enGlobalAlpha == layerAlpha2.enGlobalAlpha && in SetLayerAlpha()
178 layerAlpha1.enPixelAlpha == layerAlpha2.enPixelAlpha && in SetLayerAlpha()
179 layerAlpha1.alpha0 == layerAlpha2.alpha0 && layerAlpha1.alpha1 == layerAlpha2.alpha1 && in SetLayerAlpha()
180 layerAlpha1.gAlpha == layerAlpha2.gAlpha; in SetLayerAlpha()

Completed in 2 milliseconds