Searched refs:atlasTextContext (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/gpu/ |
D | GrRenderTargetContext.cpp | 180 GrAtlasTextContext* atlasTextContext = this->drawingManager()->getAtlasTextContext(); in drawText() local 181 atlasTextContext->drawText(fContext, this, clip, skPaint, viewMatrix, fSurfaceProps, text, in drawText() 195 GrAtlasTextContext* atlasTextContext = this->drawingManager()->getAtlasTextContext(); in drawPosText() local 196 atlasTextContext->drawPosText(fContext, this, clip, paint, viewMatrix, fSurfaceProps, text, in drawPosText() 209 GrAtlasTextContext* atlasTextContext = this->drawingManager()->getAtlasTextContext(); in drawTextBlob() local 210 atlasTextContext->drawTextBlob(fContext, this, clip, paint, viewMatrix, fSurfaceProps, blob, x, in drawTextBlob()
|