Searched refs:shouldFilterRect (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/libs/hwui/pipeline/skia/ |
H A D | LayerDrawable.cpp | 42 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 D | Layer.cpp | 62 static bool shouldFilterRect(const SkMatrix& matrix, const SkRect& srcRect, const SkRect& dstRect) { in shouldFilterRect() function 131 if (getForceFilter() || shouldFilterRect(totalMatrix, imageRect, imageRect)) { in draw()
|