Searched defs:drawPosText (Results 1 - 4 of 4) sorted by last modified time

/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);
/frameworks/base/libs/hwui/
H A DDisplayListCanvas.cpp438 void DisplayListCanvas::drawPosText(const uint16_t* text, const float* positions, function in class:android::uirenderer::DisplayListCanvas
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
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);

Completed in 72 milliseconds