Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayer.h1245 const std::vector<BlurRegion> getBlurRegions() const;
DLayer.cpp596 snapshot->blurRegions = getBlurRegions(); in prepareBasicGeometryCompositionState()
664 snapshot->blurRegions = getBlurRegions(); in preparePerFrameCompositionState()
2076 const std::vector<BlurRegion> Layer::getBlurRegions() const { in getBlurRegions() function in android::Layer