Searched refs:ReadGlyphFunc (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/libs/hwui/hwui/ |
D | Canvas.h | 83 typedef std::function<void(uint16_t* text, float* positions)> ReadGlyphFunc; typedef 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()
|