Home
last modified time | relevance | path

Searched refs:drawGlyphsOnPath (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/libs/hwui/hwui/
DCanvas.h247 virtual void drawGlyphsOnPath(const uint16_t* glyphs, int count, const SkPath& path,
DCanvas.cpp197 canvas->drawGlyphsOnPath(glyphs, 1, path, x, y, paint); in operator ()()
/frameworks/base/libs/hwui/
DRecordingCanvas.h199 virtual void drawGlyphsOnPath(const uint16_t* glyphs, int count, const SkPath& path,
DDisplayListCanvas.h216 virtual void drawGlyphsOnPath(const uint16_t* glyphs, int count, const SkPath& path,
DSkiaCanvas.cpp171 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
DSkiaCanvasProxy.cpp352 mCanvas->drawGlyphsOnPath(glyphs.glyphIDs, glyphs.count, path, 0, 0, glyphs.paint); in onDrawTextOnPath()
DDisplayListCanvas.cpp424 void DisplayListCanvas::drawGlyphsOnPath(const uint16_t* glyphs, int count, in drawGlyphsOnPath() function in android::uirenderer::DisplayListCanvas
DRecordingCanvas.cpp562 void RecordingCanvas::drawGlyphsOnPath(const uint16_t* glyphs, int glyphCount, const SkPath& path, in drawGlyphsOnPath() function in android::uirenderer::RecordingCanvas