Home
last modified time | relevance | path

Searched refs:totalMatrix (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaDisplayList.cpp159 Matrix4 totalMatrix; in prepareListAndChildren() local
160 info.damageAccumulator->computeCurrentTransform(&totalMatrix); in prepareListAndChildren()
162 totalMatrix.multiply(canvasMatrix); in prepareListAndChildren()
164 if (intersects(info.screenSize, totalMatrix, bounds)) { in prepareListAndChildren()
H A DLayerDrawable.cpp137 const SkMatrix& totalMatrix = canvas->getTotalMatrix(); in DrawLayer() local
184 if (layer->getForceFilter() || shouldFilterRect(totalMatrix, skiaSrcRect, skiaDestRect)) { in DrawLayer()
/aosp14/frameworks/base/libs/hwui/
H A DLayer.cpp129 const SkMatrix& totalMatrix = canvas->getTotalMatrix(); in draw() local
133 if (getForceFilter() || shouldFilterRect(totalMatrix, imageRect, imageRect)) { in draw()