Searched refs:drawPosText (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DPosTextActivity.java66 canvas.drawPosText(mText, mPos, mLargePaint);
70 canvas.drawPosText(mText, mPos, mLargePaint);
74 canvas.drawPosText(mText, mPos, mLargePaint);
/frameworks/minikin/sample/
H A Dexample_skia.cpp97 canvas->drawPosText(glyphs + start, (i - start) << 1, pos + start, *paint);
103 canvas->drawPosText(glyphs + start, (nGlyphs - start) << 1, pos + start, *paint);
/frameworks/base/libs/hwui/
H A DCanvas.h154 /** drawPosText: count is of UTF16 characters, posCount is floats (2 * glyphs) */
155 virtual void drawPosText(const uint16_t* text, const float* positions, int count,
H A DSkiaCanvas.cpp124 virtual void drawPosText(const uint16_t* text, const float* positions, int count,
680 mCanvas->drawPosText(text, count << 1, reinterpret_cast<const SkPoint*>(positions), paintCopy);
683 void SkiaCanvas::drawPosText(const uint16_t* text, const float* positions, int count, int posCount, function in class:android::SkiaCanvas
694 mCanvas->drawPosText(text, count, posPtr, paintCopy);
H A DDisplayListCanvas.h234 virtual void drawPosText(const uint16_t* text, const float* positions, int count,
H A DOpenGLRenderer.h216 void drawPosText(const char* text, int bytesCount, int count,
H A DDisplayListCanvas.cpp438 void DisplayListCanvas::drawPosText(const uint16_t* text, const float* positions, function in class:android::uirenderer::DisplayListCanvas
H A DDisplayListOp.h1311 renderer.drawPosText(mText, mBytesCount, mCount, mPositions, mPaint);
H A DOpenGLRenderer.cpp2062 void OpenGLRenderer::drawPosText(const char* text, int bytesCount, int count, function in class:android::uirenderer::OpenGLRenderer
2068 // NOTE: Skia does not support perspective transform on drawPosText yet
/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java1839 public void drawPosText(@NonNull char[] text, int index, int count, method in class:Canvas
1863 public void drawPosText(@NonNull String text, @NonNull @Size(multiple=2) float[] pos, method in class:Canvas
1865 drawPosText(text.toCharArray(), 0, text.length(), pos, paint);

Completed in 175 milliseconds