Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/graphics/
DNopCanvas.java288 public void drawTextOnPath(char[] text, int index, int count, Path path, float hOffset, in drawTextOnPath() method in NopCanvas
293 public void drawTextOnPath(String text, Path path, float hOffset, float vOffset, Paint paint) { in drawTextOnPath() method in NopCanvas
/frameworks/base/libs/hwui/hwui/
DCanvas.cpp236 void Canvas::drawTextOnPath(const uint16_t* text, int count, minikin::Bidi bidiFlags, in drawTextOnPath() function in android::Canvas
/frameworks/base/graphics/java/android/graphics/
DBaseCanvas.java495 public void drawTextOnPath(@NonNull char[] text, int index, int count, @NonNull Path path, in drawTextOnPath() method in BaseCanvas
506 public void drawTextOnPath(@NonNull String text, @NonNull Path path, float hOffset, in drawTextOnPath() method in BaseCanvas
DBaseRecordingCanvas.java461 public final void drawTextOnPath(@NonNull char[] text, int index, int count, @NonNull Path path, in drawTextOnPath() method in BaseRecordingCanvas
472 public final void drawTextOnPath(@NonNull String text, @NonNull Path path, float hOffset, in drawTextOnPath() method in BaseRecordingCanvas
DCanvas.java2108 public void drawTextOnPath(@NonNull char[] text, int index, int count, @NonNull Path path, in drawTextOnPath() method in Canvas
2123 public void drawTextOnPath(@NonNull String text, @NonNull Path path, float hOffset, in drawTextOnPath() method in Canvas