Home
last modified time | relevance | path

Searched refs:ReadGlyphFunc (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/hwui/
DCanvas.h83 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/
DSkiaCanvas.h162 virtual void drawGlyphs(ReadGlyphFunc glyphFunc, int count, const Paint& paint, float x,
DSkiaCanvas.cpp694 void SkiaCanvas::drawGlyphs(ReadGlyphFunc glyphFunc, int count, const Paint& paint, float x, in drawGlyphs()