Home
last modified time | relevance | path

Searched refs:boundsMatrix (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/text/
DGrAtlasTextBlob.h223 SkMatrix boundsMatrix = fInitialViewMatrixInverse; in computeSubRunBounds() local
225 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()