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()
198 SkMatrix boundsMatrix = fInitialViewMatrixInverse; in computeSubRunBounds() local200 boundsMatrix.postTranslate(-fInitialX, -fInitialY); in computeSubRunBounds()202 boundsMatrix.postTranslate(x, y); in computeSubRunBounds()204 boundsMatrix.postConcat(viewMatrix); in computeSubRunBounds()205 boundsMatrix.mapRect(outBounds); in computeSubRunBounds()