Searched refs:boundsMatrix (Results 1 – 1 of 1) sorted by relevance
223 SkMatrix boundsMatrix = fInitialViewMatrixInverse; in computeSubRunBounds() local225 boundsMatrix.postTranslate(-fInitialX, -fInitialY); in computeSubRunBounds()227 boundsMatrix.postTranslate(x, y); in computeSubRunBounds()229 boundsMatrix.postConcat(viewMatrix); in computeSubRunBounds()230 boundsMatrix.mapRect(outBounds); in computeSubRunBounds()