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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/graphics/
H A DNopCanvas.java243 public void drawBitmapMesh(Bitmap bitmap, int meshWidth, int meshHeight, float[] verts, method in class:NopCanvas
/frameworks/base/core/java/android/view/
H A DRecordingCanvas.java185 public final void drawBitmapMesh(@NonNull Bitmap bitmap, int meshWidth, int meshHeight, method in class:RecordingCanvas
/frameworks/base/graphics/java/android/graphics/
H A DBaseCanvas.java211 public void drawBitmapMesh(@NonNull Bitmap bitmap, int meshWidth, int meshHeight, method in class:BaseCanvas
H A DCanvas.java1583 public void drawBitmapMesh(@NonNull Bitmap bitmap, int meshWidth, int meshHeight, method in class:Canvas
1586 super.drawBitmapMesh(bitmap, meshWidth, meshHeight, verts, vertOffset, colors, colorOffset,
/frameworks/base/libs/hwui/
H A DRecordingCanvas.cpp479 void RecordingCanvas::drawBitmapMesh(Bitmap& bitmap, int meshWidth, int meshHeight, function in class:android::uirenderer::RecordingCanvas
H A DSkiaCanvas.cpp601 void SkiaCanvas::drawBitmapMesh(Bitmap& bitmap, int meshWidth, int meshHeight, function in class:android::SkiaCanvas
/frameworks/base/core/jni/
H A Dandroid_graphics_Canvas.cpp469 static void drawBitmapMesh(JNIEnv* env, jobject, jlong canvasHandle, jobject jbitmap, function in namespace:android::CanvasJNI
485 get_canvas(canvasHandle)->drawBitmapMesh(bitmap, meshWidth, meshHeight,
646 {"nDrawBitmapMesh", "(JLandroid/graphics/Bitmap;II[FI[IIJ)V", (void*)CanvasJNI::drawBitmapMesh},

Completed in 158 milliseconds