Home
last modified time | relevance | path

Searched defs:hasEffect (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/
DLayerFE.h75 bool hasEffect() const { return fillsColor() || drawShadows() || hasBlur(); } in hasEffect() function
DLayer.h1187 bool hasEffect() const { return fillsColor() || drawShadows() || hasBlur(); } in hasEffect() function
/frameworks/native/libs/ui/include/ui/
DStretchEffect.h56 bool hasEffect() const { return !isNoOp(); } in hasEffect() function
/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerSnapshot.cpp177 bool LayerSnapshot::hasEffect() const { in hasEffect() function in android::surfaceflinger::frontend::LayerSnapshot