Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkDraw_text.cpp129 SkGlyphRunListPainter* glyphPainter) const { in drawGlyphRunList()
137 glyphPainter->drawForBitmapDevice(glyphRunList, paint, fMatrixProvider->localToDevice(), this); in drawGlyphRunList()
DSkDraw.h66 SkGlyphRunListPainter* glyphPainter) const;
/third_party/skia/src/gpu/v1/
DSurfaceDrawContext_v1.h702 SkGlyphRunListPainter* glyphPainter() { return &fGlyphPainter; } in glyphPainter() function