Searched refs:drawGlyphs (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/hwui/hwui/ |
D | Canvas.cpp | 117 canvas->drawGlyphs(glyphFunc, glyphCount, outlinePaint, x, y, bounds.mLeft, bounds.mTop, in operator ()() 124 canvas->drawGlyphs(glyphFunc, glyphCount, innerPaint, x, y, bounds.mLeft, bounds.mTop, in operator ()() 128 canvas->drawGlyphs(glyphFunc, glyphCount, paint, x, y, bounds.mLeft, bounds.mTop, in operator ()()
|
D | Canvas.h | 292 virtual void drawGlyphs(ReadGlyphFunc glyphFunc, int count, const Paint& paint, float x,
|
/frameworks/base/libs/hwui/ |
D | SkiaCanvas.h | 165 virtual void drawGlyphs(ReadGlyphFunc glyphFunc, int count, const Paint& paint, float x,
|
D | SkiaCanvas.cpp | 731 void SkiaCanvas::drawGlyphs(ReadGlyphFunc glyphFunc, int count, const Paint& paint, float x, in drawGlyphs() function in android::SkiaCanvas
|