Searched defs:drawBitmapMesh (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/view/
H A DGLES20RecordingCanvas.java145 public void drawBitmapMesh(Bitmap bitmap, int meshWidth, int meshHeight, float[] verts, method in class:GLES20RecordingCanvas
147 super.drawBitmapMesh(bitmap, meshWidth, meshHeight, verts, vertOffset,
H A DGLES20Canvas.java890 public void drawBitmapMesh(Bitmap bitmap, int meshWidth, int meshHeight, float[] verts, method in class:GLES20Canvas
/frameworks/base/core/jni/android/graphics/
H A DCanvas.cpp562 static void drawBitmapMesh(JNIEnv* env, jobject, SkCanvas* canvas, function in class:android::SkCanvasGlue
1033 (void*)SkCanvasGlue::drawBitmapMesh},
/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java1234 public void drawBitmapMesh(Bitmap bitmap, int meshWidth, int meshHeight, method in class:Canvas
/frameworks/base/libs/hwui/
H A DDisplayListRenderer.cpp1119 drawGlStatus |= renderer.drawBitmapMesh(bitmap, meshWidth, meshHeight, vertices,
1627 status_t DisplayListRenderer::drawBitmapMesh(SkBitmap* bitmap, int meshWidth, int meshHeight, function in class:android::uirenderer::DisplayListRenderer
H A DOpenGLRenderer.cpp1724 status_t OpenGLRenderer::drawBitmapMesh(SkBitmap* bitmap, int meshWidth, int meshHeight, function in class:android::uirenderer::OpenGLRenderer

Completed in 1337 milliseconds