Searched refs:glyphFunc (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/hwui/hwui/ |
D | Canvas.cpp | 97 auto glyphFunc = [&](uint16_t* text, float* positions) { in operator ()() local 125 canvas->drawGlyphs(glyphFunc, glyphCount, outlinePaint, x, y, bounds.mLeft, bounds.mTop, in operator ()() 132 canvas->drawGlyphs(glyphFunc, glyphCount, innerPaint, x, y, bounds.mLeft, bounds.mTop, in operator ()() 136 canvas->drawGlyphs(glyphFunc, glyphCount, paint, x, y, bounds.mLeft, bounds.mTop, in operator ()()
|
D | Canvas.h | 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() argument 712 glyphFunc(buffer.glyphs, buffer.pos); in drawGlyphs()
|