Searched defs:drawTextOnPath (Results 1 – 4 of 4) sorted by relevance
| /frameworks/base/libs/hwui/ |
| D | DisplayListCanvas.cpp | 427 void DisplayListCanvas::drawTextOnPath(const uint16_t* glyphs, int count, in drawTextOnPath() function in android::uirenderer::DisplayListCanvas
|
| D | SkiaCanvas.cpp | 699 void SkiaCanvas::drawTextOnPath(const uint16_t* glyphs, int count, const SkPath& path, in drawTextOnPath() function in android::SkiaCanvas
|
| /frameworks/base/graphics/java/android/graphics/ |
| D | Canvas.java | 1881 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/ |
| D | android_graphics_Canvas.cpp | 605 static void drawTextOnPath(Canvas* canvas, const uint16_t* text, int count, int bidiFlags, in drawTextOnPath() function
|