Home
last modified time | relevance | path

Searched refs:drawVertices (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DSkiaCanvas.cpp107 virtual void drawVertices(SkCanvas::VertexMode vertexMode, int vertexCount,
545 void SkiaCanvas::drawVertices(SkCanvas::VertexMode vertexMode, int vertexCount, in drawVertices() function in android::SkiaCanvas
552 mCanvas->drawVertices(vertexMode, ptCount, (SkPoint*)verts, (SkPoint*)texs, in drawVertices()
668 mCanvas->drawVertices(SkCanvas::kTriangles_VertexMode, ptCount, (SkPoint*)vertices, in drawBitmapMesh()
/frameworks/base/include/private/graphics/
DCanvas.h108 virtual void drawVertices(SkCanvas::VertexMode vertexMode, int vertexCount,
/frameworks/base/core/jni/
Dandroid_graphics_Canvas.cpp281 static void drawVertices(JNIEnv* env, jobject, jlong canvasHandle, in drawVertices() function
307 get_canvas(canvasHandle)->drawVertices(mode, vertexCount, verts, texs, colors, in drawVertices()
721 {"nativeDrawVertices", "(JII[FI[FI[II[SIIJ)V", (void*)CanvasJNI::drawVertices},
/frameworks/base/core/java/android/view/
DGLES20Canvas.java994 public void drawVertices(VertexMode mode, int vertexCount, float[] verts, int vertOffset, in drawVertices() method in GLES20Canvas
/frameworks/base/graphics/java/android/graphics/
DCanvas.java1617 public void drawVertices(@NonNull VertexMode mode, int vertexCount, @NonNull float[] verts, in drawVertices() method in Canvas
/frameworks/base/docs/html/guide/topics/graphics/
Dhardware-accel.jd298 <td class="label_neg">drawVertices()</td>
/frameworks/base/api/
Dsystem-current.txt10948 …method public void drawVertices(android.graphics.Canvas.VertexMode, int, float[], int, float[], in…
Dcurrent.txt10642 …method public void drawVertices(android.graphics.Canvas.VertexMode, int, float[], int, float[], in…