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

/frameworks/base/libs/hwui/hwui/
H A DCanvas.cpp210 void Canvas::drawTextOnPath(const uint16_t* text, int count, minikin::Bidi bidiFlags, function in class:android::Canvas
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/graphics/
H A DNopCanvas.java288 public void drawTextOnPath(char[] text, int index, int count, Path path, float hOffset, method in class:NopCanvas
293 public void drawTextOnPath(String text, Path path, float hOffset, float vOffset, Paint paint) { method in class:NopCanvas
/frameworks/base/core/java/android/view/
H A DRecordingCanvas.java441 public final void drawTextOnPath(@NonNull char[] text, int index, int count, @NonNull Path path, method in class:RecordingCanvas
452 public final void drawTextOnPath(@NonNull String text, @NonNull Path path, float hOffset, method in class:RecordingCanvas
/frameworks/base/graphics/java/android/graphics/
H A DBaseCanvas.java426 public void drawTextOnPath(@NonNull char[] text, int index, int count, @NonNull Path path, method in class:BaseCanvas
437 public void drawTextOnPath(@NonNull String text, @NonNull Path path, float hOffset, method in class:BaseCanvas
H A DCanvas.java1939 public void drawTextOnPath(@NonNull char[] text, int index, int count, @NonNull Path path, method in class:Canvas
1941 super.drawTextOnPath(text, index, count, path, hOffset, vOffset, paint);
1954 public void drawTextOnPath(@NonNull String text, @NonNull Path path, float hOffset, method in class:Canvas
1956 super.drawTextOnPath(text, path, hOffset, vOffset, paint);

Completed in 83 milliseconds