Searched refs:drawGlyphsOnPath (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/libs/hwui/hwui/ |
D | Canvas.h | 247 virtual void drawGlyphsOnPath(const uint16_t* glyphs, int count, const SkPath& path,
|
D | Canvas.cpp | 197 canvas->drawGlyphsOnPath(glyphs, 1, path, x, y, paint); in operator ()()
|
/frameworks/base/libs/hwui/ |
D | RecordingCanvas.h | 199 virtual void drawGlyphsOnPath(const uint16_t* glyphs, int count, const SkPath& path,
|
D | DisplayListCanvas.h | 216 virtual void drawGlyphsOnPath(const uint16_t* glyphs, int count, const SkPath& path,
|
D | SkiaCanvas.cpp | 171 virtual void drawGlyphsOnPath(const uint16_t* glyphs, int count, const SkPath& path, 767 void SkiaCanvas::drawGlyphsOnPath(const uint16_t* glyphs, int count, const SkPath& path, in drawGlyphsOnPath() function in android::SkiaCanvas
|
D | SkiaCanvasProxy.cpp | 352 mCanvas->drawGlyphsOnPath(glyphs.glyphIDs, glyphs.count, path, 0, 0, glyphs.paint); in onDrawTextOnPath()
|
D | DisplayListCanvas.cpp | 424 void DisplayListCanvas::drawGlyphsOnPath(const uint16_t* glyphs, int count, in drawGlyphsOnPath() function in android::uirenderer::DisplayListCanvas
|
D | RecordingCanvas.cpp | 562 void RecordingCanvas::drawGlyphsOnPath(const uint16_t* glyphs, int glyphCount, const SkPath& path, in drawGlyphsOnPath() function in android::uirenderer::RecordingCanvas
|