Searched refs:boundsMatrix (Results 1 – 6 of 6) sorted by relevance
195 SkMatrix boundsMatrix = fInitialViewMatrixInverse; in computeSubRunBounds() local197 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()
78 final Matrix boundsMatrix = new Matrix(); field in BaseLayer185 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()
35 contentGroup.getBounds(outBounds, boundsMatrix, applyParents); in getBounds()
56 boundsMatrix.mapRect(outBounds); in getBounds()
75 boundsMatrix.mapRect(rect); in getBounds()
124 layers.get(i).getBounds(rect, boundsMatrix, true); in getBounds()