Home
last modified time | relevance | path

Searched refs:boundsMatrix (Results 1 – 2 of 2) 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/skia/src/gpu/text/
DGrTextBlob.h198 SkMatrix boundsMatrix = fInitialViewMatrixInverse; in computeSubRunBounds() local
200 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()