Home
last modified time | relevance | path

Searched refs:drawTextOnPath (Results 1 – 14 of 14) 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/libs/hwui/
DCanvas.h158 virtual void drawTextOnPath(const uint16_t* glyphs, int count, const SkPath& path,
DSkiaCanvas.cpp126 virtual void drawTextOnPath(const uint16_t* glyphs, int count, const SkPath& path,
699 void SkiaCanvas::drawTextOnPath(const uint16_t* glyphs, int count, const SkPath& path, in drawTextOnPath() function in android::SkiaCanvas
DDisplayListCanvas.h236 virtual void drawTextOnPath(const uint16_t* glyphs, int count, const SkPath& path,
DSkiaCanvasProxy.cpp316 mCanvas->drawTextOnPath(glyphs.glyphIDs, glyphs.count, path, 0, 0, glyphs.paint); in onDrawTextOnPath()
DOpenGLRenderer.h214 void drawTextOnPath(const char* text, int bytesCount, int count, const SkPath* path,
DDisplayListCanvas.cpp427 void DisplayListCanvas::drawTextOnPath(const uint16_t* glyphs, int count, in drawTextOnPath() function in android::uirenderer::DisplayListCanvas
DDisplayListOp.h1290 renderer.drawTextOnPath(mText, mBytesCount, mCount, mPath, in applyDraw()
DOpenGLRenderer.cpp2293 void OpenGLRenderer::drawTextOnPath(const char* text, int bytesCount, int count,
/frameworks/base/core/jni/
Dandroid_graphics_Canvas.cpp593 canvas->drawTextOnPath(glyphs, 1, path, x, y, paint); in operator ()()
605 static void drawTextOnPath(Canvas* canvas, const uint16_t* text, int count, int bidiFlags, in drawTextOnPath() function
632 drawTextOnPath(get_canvas(canvasHandle), jchars + index, count, bidiFlags, *path, in drawTextOnPathChars()
648 drawTextOnPath(get_canvas(canvasHandle), jchars, count, bidiFlags, *path, in drawTextOnPathString()
/frameworks/base/graphics/java/android/graphics/
DCanvas.java1881 public void drawTextOnPath(@NonNull char[] text, int index, int count, @NonNull Path path, in drawTextOnPath() method in Canvas
1904 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/
Dcurrent.txt11184 …method public void drawTextOnPath(char[], int, int, android.graphics.Path, float, float, android.g…
11185 …method public void drawTextOnPath(java.lang.String, android.graphics.Path, float, float, android.g…
Dsystem-current.txt11521 …method public void drawTextOnPath(char[], int, int, android.graphics.Path, float, float, android.g…
11522 …method public void drawTextOnPath(java.lang.String, android.graphics.Path, float, float, android.g…