Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/pipeline/skia/
DSkiaDisplayList.cpp138 Matrix4 totalMatrix; in prepareListAndChildren() local
139 info.damageAccumulator->computeCurrentTransform(&totalMatrix); in prepareListAndChildren()
141 totalMatrix.multiply(canvasMatrix); in prepareListAndChildren()
143 if (intersects(info.screenSize, totalMatrix, bounds)) { in prepareListAndChildren()
DLayerDrawable.cpp114 const SkMatrix& totalMatrix = canvas->getTotalMatrix(); in DrawLayer() local
141 shouldFilterRect(totalMatrix, skiaSrcRect, skiaDestRect)) { in DrawLayer()
148 if (layer->getForceFilter() || shouldFilterRect(totalMatrix, imageRect, imageRect)) { in DrawLayer()