Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DEffectLayer.h66 bool hasBlur() const;
67 bool hasSomethingToDraw() const { return fillsColor() || drawShadows() || hasBlur(); } in hasSomethingToDraw()
DEffectLayer.cpp68 } else if (hasBlur() || drawShadows()) { in prepareClientCompositionList()
77 return !isHiddenByPolicy() && (getAlpha() > 0.0_hf || hasBlur()) && hasSomethingToDraw(); in isVisible()
150 bool EffectLayer::hasBlur() const { in hasBlur() function in android::EffectLayer