Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/pipeline/skia/
H A DLayerDrawable.cpp42 static bool shouldFilterRect(const SkMatrix& matrix, const SkRect& srcRect, const SkRect& dstRect) { in shouldFilterRect() function
146 shouldFilterRect(totalMatrix, skiaSrcRect, skiaDestRect)) { in DrawLayer()
154 if (layer->getForceFilter() || shouldFilterRect(totalMatrix, imageRect, imageRect)) { in DrawLayer()
/aosp12/frameworks/base/libs/hwui/
H A DLayer.cpp62 static bool shouldFilterRect(const SkMatrix& matrix, const SkRect& srcRect, const SkRect& dstRect) { in shouldFilterRect() function
131 if (getForceFilter() || shouldFilterRect(totalMatrix, imageRect, imageRect)) { in draw()