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