Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayer.cpp1814 half parentAlpha = (p != nullptr) ? p->getAlpha() : 1.0_hf; in getAlpha() local
1815 return parentAlpha * getDrawingState().color.a; in getAlpha()