Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/hwui/
DCanvas.cpp209 void Canvas::drawTextOnPath(const uint16_t* text, int count, int bidiFlags, const SkPath& path, in drawTextOnPath() function in android::Canvas
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/graphics/
DNopCanvas.java284 public void drawTextOnPath(char[] text, int index, int count, Path path, float hOffset, in drawTextOnPath() method in NopCanvas
289 public void drawTextOnPath(String text, Path path, float hOffset, float vOffset, Paint paint) { in drawTextOnPath() method in NopCanvas
/frameworks/base/graphics/java/android/graphics/
DCanvas.java1892 public void drawTextOnPath(@NonNull char[] text, int index, int count, @NonNull Path path, in drawTextOnPath() method in Canvas
1915 public void drawTextOnPath(@NonNull String text, @NonNull Path path, float hOffset, in drawTextOnPath() method in Canvas