Searched refs:boundsMatrix (Results 1 – 2 of 2) 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()
572 SkMatrix boundsMatrix = fInitialMatrixInverse; in computeSubRunBounds() local574 boundsMatrix.postTranslate(-fInitialOrigin.x(), -fInitialOrigin.y()); in computeSubRunBounds()576 boundsMatrix.postTranslate(drawOrigin.x(), drawOrigin.y()); in computeSubRunBounds()578 boundsMatrix.postConcat(drawMatrix); in computeSubRunBounds()579 boundsMatrix.mapRect(outBounds); in computeSubRunBounds()