Home
last modified time | relevance | path

Searched refs:drawTextOnPath (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DTextOnPathActivity.java115 canvas.drawTextOnPath(mText + mText, mPath, 0.0f, 0.0f, mPaint); in onDraw()
128 canvas.drawTextOnPath(mText + mText, mStraightPath, 0.0f, 0.0f, mPaint); in onDraw()
135 canvas.drawTextOnPath(mText, mPath, 0.0f, 10.0f, mPaint); in onDraw()
143 canvas.drawTextOnPath(mText, mPath, 0.0f, 0.0f, mPaint); in onDraw()
148 canvas.drawTextOnPath(mText, mPath, 0.0f, 0.0f, mPaint); in onDraw()
/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/graphics/java/android/graphics/
DCanvas.java1865 public void drawTextOnPath(@NonNull char[] text, int index, int count, @NonNull Path path, in drawTextOnPath() method in Canvas
1867 super.drawTextOnPath(text, index, count, path, hOffset, vOffset, paint); in drawTextOnPath()
1880 public void drawTextOnPath(@NonNull String text, @NonNull Path path, float hOffset, in drawTextOnPath() method in Canvas
1882 super.drawTextOnPath(text, path, hOffset, vOffset, paint); in drawTextOnPath()
DBaseCanvas.java419 public void drawTextOnPath(@NonNull char[] text, int index, int count, @NonNull Path path, in drawTextOnPath() method in BaseCanvas
430 public void drawTextOnPath(@NonNull String text, @NonNull Path path, float hOffset, in drawTextOnPath() method in BaseCanvas
/frameworks/base/libs/hwui/tests/common/
DTestUtils.cpp130 canvas->drawTextOnPath(utf16.get(), strlen(text), 0, path, 0, 0, paint, nullptr); in drawUtf8ToCanvas()
/frameworks/base/libs/hwui/hwui/
DCanvas.h271 void drawTextOnPath(const uint16_t* text, int count, int bidiFlags, const SkPath& path,
DCanvas.cpp209 void Canvas::drawTextOnPath(const uint16_t* text, int count, int bidiFlags, const SkPath& path, in drawTextOnPath() function in android::Canvas
/frameworks/base/core/java/android/view/
DRecordingCanvas.java440 public final void drawTextOnPath(@NonNull char[] text, int index, int count, @NonNull Path path, in drawTextOnPath() method in RecordingCanvas
451 public final void drawTextOnPath(@NonNull String text, @NonNull Path path, float hOffset, in drawTextOnPath() method in RecordingCanvas
/frameworks/base/core/jni/
Dandroid_graphics_Canvas.cpp543 get_canvas(canvasHandle)->drawTextOnPath(jchars + index, count, bidiFlags, *path, in drawTextOnPathChars()
559 get_canvas(canvasHandle)->drawTextOnPath(jchars, count, bidiFlags, *path, in drawTextOnPathString()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt10638 …method public void drawTextOnPath(char[], int, int, android.graphics.Path, float, float, android.g…
10639 …method public void drawTextOnPath(java.lang.String, android.graphics.Path, float, float, android.g…
/frameworks/base/api/
Dcurrent.txt12751 …method public void drawTextOnPath(char[], int, int, android.graphics.Path, float, float, android.g…
12752 …method public void drawTextOnPath(java.lang.String, android.graphics.Path, float, float, android.g…
Dtest-current.txt12840 …method public void drawTextOnPath(char[], int, int, android.graphics.Path, float, float, android.g…
12841 …method public void drawTextOnPath(java.lang.String, android.graphics.Path, float, float, android.g…
Dsystem-current.txt13483 …method public void drawTextOnPath(char[], int, int, android.graphics.Path, float, float, android.g…
13484 …method public void drawTextOnPath(java.lang.String, android.graphics.Path, float, float, android.g…