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

/frameworks/base/libs/hwui/
H A DDisplayListRenderer.cpp239 status_t DisplayListRenderer::drawBitmapMesh(const SkBitmap* bitmap, int meshWidth, int meshHeight, function in class:android::uirenderer::DisplayListRenderer
H A DOpenGLRenderer.cpp2030 status_t OpenGLRenderer::drawBitmapMesh(const SkBitmap* bitmap, int meshWidth, int meshHeight, function in class:android::OpenGLRenderer
/frameworks/base/core/java/android/view/
H A DGLES20Canvas.java681 public void drawBitmapMesh(Bitmap bitmap, int meshWidth, int meshHeight, float[] verts, method in class:GLES20Canvas
/frameworks/base/core/jni/android/graphics/
H A DSkiaCanvas.cpp116 virtual void drawBitmapMesh(const SkBitmap& bitmap, int meshWidth, int meshHeight,
576 void SkiaCanvas::drawBitmapMesh(const SkBitmap& bitmap, int meshWidth, int meshHeight, function in class:android::SkiaCanvas
/frameworks/base/core/jni/
H A Dandroid_graphics_Canvas.cpp398 static void drawBitmapMesh(JNIEnv* env, jobject, jlong canvasHandle, jlong bitmapHandle, function in namespace:android::CanvasJNI
407 get_canvas(canvasHandle)->drawBitmapMesh(*bitmap, meshWidth, meshHeight,
726 {"nativeDrawBitmapMesh", "(JJII[FI[IIJ)V", (void*)CanvasJNI::drawBitmapMesh},
/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java1551 public void drawBitmapMesh(@NonNull Bitmap bitmap, int meshWidth, int meshHeight, method in class:Canvas

Completed in 107 milliseconds