Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DEffectLayer.h64 bool fillsColor() const;
67 bool hasSomethingToDraw() const { return fillsColor() || drawShadows() || hasBlur(); } in hasSomethingToDraw()
DEffectLayer.cpp68 if (targetSettings.realContentIsVisible && fillsColor()) { in prepareClientCompositionList()
148 bool EffectLayer::fillsColor() const { in fillsColor() function in android::EffectLayer