Home
last modified time | relevance | path

Searched defs:drawTextOnPath (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
DDisplayListCanvas.cpp427 void DisplayListCanvas::drawTextOnPath(const uint16_t* glyphs, int count, in drawTextOnPath() function in android::uirenderer::DisplayListCanvas
DSkiaCanvas.cpp699 void SkiaCanvas::drawTextOnPath(const uint16_t* glyphs, int count, const SkPath& path, in drawTextOnPath() function in android::SkiaCanvas
/frameworks/base/graphics/java/android/graphics/
DCanvas.java1881 public void drawTextOnPath(@NonNull char[] text, int index, int count, @NonNull Path path, in drawTextOnPath() method in Canvas
1904 public void drawTextOnPath(@NonNull String text, @NonNull Path path, float hOffset, in drawTextOnPath() method in Canvas
/frameworks/base/core/jni/
Dandroid_graphics_Canvas.cpp605 static void drawTextOnPath(Canvas* canvas, const uint16_t* text, int count, int bidiFlags, in drawTextOnPath() function