Searched refs:glyphPainter (Results 1 – 3 of 3) sorted by relevance
129 SkGlyphRunListPainter* glyphPainter) const { in drawGlyphRunList()137 glyphPainter->drawForBitmapDevice(glyphRunList, paint, fMatrixProvider->localToDevice(), this); in drawGlyphRunList()
66 SkGlyphRunListPainter* glyphPainter) const;
702 SkGlyphRunListPainter* glyphPainter() { return &fGlyphPainter; } in glyphPainter() function