Searched refs:fillsColor (Results 1 – 2 of 2) sorted by relevance
64 bool fillsColor() const;67 bool hasSomethingToDraw() const { return fillsColor() || drawShadows() || hasBlur(); } in hasSomethingToDraw()
68 if (targetSettings.realContentIsVisible && fillsColor()) { in prepareClientCompositionList()148 bool EffectLayer::fillsColor() const { in fillsColor() function in android::EffectLayer