Home
last modified time | relevance | path

Searched refs:boundsMatrix (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/gpu/text/
DGrTextBlob.h195 SkMatrix boundsMatrix = fInitialViewMatrixInverse; in computeSubRunBounds() local
197 boundsMatrix.postTranslate(-fInitialX, -fInitialY); in computeSubRunBounds()
199 boundsMatrix.postTranslate(x, y); in computeSubRunBounds()
201 boundsMatrix.postConcat(viewMatrix); in computeSubRunBounds()
202 boundsMatrix.mapRect(outBounds); in computeSubRunBounds()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/
DBaseLayer.java78 final Matrix boundsMatrix = new Matrix(); field in BaseLayer
185 boundsMatrix.set(parentMatrix); in getBounds()
190 boundsMatrix.preConcat(parentLayers.get(i).transform.getMatrix()); in getBounds()
193 boundsMatrix.preConcat(parentLayer.transform.getMatrix()); in getBounds()
197 boundsMatrix.preConcat(transform.getMatrix()); in getBounds()
DShapeLayer.java35 contentGroup.getBounds(outBounds, boundsMatrix, applyParents); in getBounds()
DImageLayer.java56 boundsMatrix.mapRect(outBounds); in getBounds()
DSolidLayer.java75 boundsMatrix.mapRect(rect); in getBounds()
DCompositionLayer.java124 layers.get(i).getBounds(rect, boundsMatrix, true); in getBounds()