Searched refs:drawTextAsPath (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/gpu/ |
D | GrTextContext.cpp | 70 this->drawTextAsPath(skPaint, viewMatrix, text, byteLength, x, y, clipBounds); in drawText() 149 void GrTextContext::drawTextAsPath(const SkPaint& skPaint, const SkMatrix& viewMatrix, in drawTextAsPath() function in GrTextContext
|
D | GrTextContext.h | 76 void drawTextAsPath(const SkPaint& origPaint, const SkMatrix& viewMatrix,
|
D | GrAtlasTextContext.cpp | 2062 this->drawTextAsPath(runPaint, viewMatrix, (const char *)it.glyphs(), in flushRunAsPaths()
|