Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrTextContext.cpp31 if (fExtMatrix.isIdentity()) { in flushGlyphs()
85 fExtMatrix = *extMatrix; in GrTextContext()
87 fExtMatrix = GrMatrix::I(); in GrTextContext()
90 if (!fExtMatrix.isIdentity()) { in GrTextContext()
93 if (fExtMatrix.invert(&inverse)) { in GrTextContext()
107 fContext->setMatrix(fExtMatrix); in GrTextContext()
DSkGpuDevice.cpp1761 GrTextContext context(fContext, grPaint, draw.fExtMatrix); in drawText()
1790 GrTextContext context(fContext, grPaint, draw.fExtMatrix); in drawPosText()
/external/skia/include/gpu/
DGrTextContext.h42 GrMatrix fExtMatrix; variable
/external/skia/include/core/
DSkDraw.h118 const SkMatrix* fExtMatrix; // optional variable
/external/skia/src/core/
DSkCanvas.cpp74 const SkMatrix* fExtMatrix; member
133 fExtMatrix = NULL; in updateMC()
140 fExtMatrix = &extM; // assumes extM has long life-time (owned by canvas) in updateExternalMatrix()
245 fExtMatrix = rec->fExtMatrix; in next()
DSkDraw.cpp2439 SkASSERT(!fMVMatrix == !fExtMatrix); in validate()