Home
last modified time | relevance | path

Searched refs:drawTextOnPath (Results 1 – 16 of 16) 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/base/include/private/graphics/
DCanvas.h129 virtual void drawTextOnPath(const uint16_t* glyphs, int count, const SkPath& path,
/frameworks/base/libs/hwui/
DRenderer.h215 virtual status_t drawTextOnPath(const char* text, int bytesCount, int count, const SkPath* path,
DDisplayListRenderer.h147 virtual status_t drawTextOnPath(const char* text, int bytesCount, int count, const SkPath* path,
DOpenGLRenderer.h189 virtual status_t drawTextOnPath(const char* text, int bytesCount, int count, const SkPath* path,
DDisplayListRenderer.cpp358 status_t DisplayListRenderer::drawTextOnPath(const char* text, int bytesCount, int count, in drawTextOnPath() function in android::uirenderer::DisplayListRenderer
DDisplayListOp.h1339 return renderer.drawTextOnPath(mText, mBytesCount, mCount, mPath, in applyDraw()
DOpenGLRenderer.cpp2837 status_t OpenGLRenderer::drawTextOnPath(const char* text, int bytesCount, int count,
/frameworks/base/core/jni/
Dandroid_graphics_Canvas.cpp608 canvas->drawTextOnPath(glyphs, 1, path, x, y, paint); in operator ()()
620 static void drawTextOnPath(Canvas* canvas, const uint16_t* text, int count, int bidiFlags, in drawTextOnPath() function
647 drawTextOnPath(get_canvas(canvasHandle), jchars + index, count, bidiFlags, *path, in drawTextOnPathChars()
663 drawTextOnPath(get_canvas(canvasHandle), jchars, count, bidiFlags, *path, in drawTextOnPathString()
Dandroid_view_GLES20Canvas.cpp662 renderer->drawTextOnPath((const char*) glyphs, sizeof(glyphs), 1, path, x, y, paint); in operator ()()
/frameworks/base/core/jni/android/graphics/
DSkiaCanvas.cpp124 virtual void drawTextOnPath(const uint16_t* glyphs, int count, const SkPath& path,
706 void SkiaCanvas::drawTextOnPath(const uint16_t* glyphs, int count, const SkPath& path, in drawTextOnPath() function in android::SkiaCanvas
/frameworks/base/core/java/android/view/
DGLES20Canvas.java925 public void drawTextOnPath(char[] text, int index, int count, Path path, float hOffset, in drawTextOnPath() method in GLES20Canvas
940 public void drawTextOnPath(String text, Path path, float hOffset, float vOffset, Paint paint) { in drawTextOnPath() method in GLES20Canvas
/frameworks/base/graphics/java/android/graphics/
DCanvas.java1864 public void drawTextOnPath(@NonNull char[] text, int index, int count, @NonNull Path path, in drawTextOnPath() method in Canvas
1887 public void drawTextOnPath(@NonNull String text, @NonNull Path path, float hOffset, in drawTextOnPath() method in Canvas
/frameworks/base/docs/html/guide/topics/graphics/
Dhardware-accel.jd294 <td class="label_pos">drawTextOnPath()</td>
489 <td class="label_neg">drawTextOnPath()</td>
/frameworks/base/api/
Dsystem-current.txt10946 …method public void drawTextOnPath(char[], int, int, android.graphics.Path, float, float, android.g…
10947 …method public void drawTextOnPath(java.lang.String, android.graphics.Path, float, float, android.g…
Dcurrent.txt10640 …method public void drawTextOnPath(char[], int, int, android.graphics.Path, float, float, android.g…
10641 …method public void drawTextOnPath(java.lang.String, android.graphics.Path, float, float, android.g…