Searched refs:drawDFText (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/gpu/text/ |
D | GrAtlasTextContext.h | 117 void drawDFText(GrAtlasTextBlob* blob, int runIndex, GrAtlasGlyphCache*, const SkSurfaceProps&,
|
D | GrAtlasTextContext.cpp | 218 this->drawDFText(cacheBlob, run, fontCache, props, runPaint, scalerContextFlags, in regenerateTextBlob() 280 this->drawDFText(blob.get(), 0, fontCache, props, paint, scalerContextFlags, viewMatrix, in makeDrawTextBlob() 585 void GrAtlasTextContext::drawDFText(GrAtlasTextBlob* blob, int runIndex, in drawDFText() function in GrAtlasTextContext
|
/external/skia/src/gpu/text/ |
D | GrAtlasTextContext.h | 159 void drawDFText(GrAtlasTextBlob* blob, int runIndex, GrGlyphCache*, const SkSurfaceProps&,
|
D | GrAtlasTextContext.cpp | 215 … this->drawDFText(cacheBlob, run, glyphCache, props, runPaint, scalerContextFlags, in regenerateTextBlob() 276 this->drawDFText(blob.get(), 0, glyphCache, props, paint, scalerContextFlags, viewMatrix, in makeDrawTextBlob() 673 void GrAtlasTextContext::drawDFText(GrAtlasTextBlob* blob, int runIndex, in drawDFText() function in GrAtlasTextContext
|