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