Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/hwui/
H A DCanvas.h58 typedef std::function<void(uint16_t* text, float* positions)> ReadGlyphFunc; typedef
278 virtual void drawGlyphs(ReadGlyphFunc glyphFunc, int count, const Paint& paint, float x,
/aosp12/frameworks/base/libs/hwui/
H A DSkiaCanvas.h164 virtual void drawGlyphs(ReadGlyphFunc glyphFunc, int count, const Paint& paint, float x,
H A DSkiaCanvas.cpp728 void SkiaCanvas::drawGlyphs(ReadGlyphFunc glyphFunc, int count, const Paint& paint, float x, in drawGlyphs()