Searched refs:ReadGlyphFunc (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/libs/hwui/hwui/ |
D | Canvas.h | 59 typedef std::function<void(uint16_t* text, float* positions)> ReadGlyphFunc; typedef 289 virtual void drawGlyphs(ReadGlyphFunc glyphFunc, int count, const Paint& paint, float x,
|
/frameworks/base/libs/hwui/ |
D | SkiaCanvas.h | 174 virtual void drawGlyphs(ReadGlyphFunc glyphFunc, int count, const Paint& paint, float x,
|
D | SkiaCanvas.cpp | 822 void SkiaCanvas::drawGlyphs(ReadGlyphFunc glyphFunc, int count, const Paint& paint, float x, in drawGlyphs()
|