Searched refs:drawBitmapMesh (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DBitmapMeshActivity.java73 canvas.drawBitmapMesh(mBitmap1, 3, 3, mVertices, 0, null, 0, null);
78 canvas.drawBitmapMesh(mBitmap1, 3, 3, mVertices, 0, null, 0, null);
82 canvas.drawBitmapMesh(mBitmap1, 3, 3, mVertices, 0, mColors, 0, null);
H A DBitmapMeshLayerActivity.java72 canvas.drawBitmapMesh(mBitmap1, 3, 3, mVertices, 0, null, 0, null);
75 canvas.drawBitmapMesh(mBitmap1, 3, 3, mVertices, 0, mColors, 0, null);
H A DAlpha8BitmapActivity.java92 canvas.drawBitmapMesh(mBitmap1, 3, 3, mVertices, 0, null, 0, mBitmapPaint);
/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/libs/hwui/
H A DSkiaCanvas.h121 virtual void drawBitmapMesh(Bitmap& bitmap, int meshWidth, int meshHeight,
H A DRecordingCanvas.h180 virtual void drawBitmapMesh(Bitmap& bitmap, int meshWidth, int meshHeight,
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/libs/hwui/hwui/
H A DCanvas.h245 virtual void drawBitmapMesh(Bitmap& bitmap, int meshWidth, int meshHeight,
/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},
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DDisplayModifier.java399 canvas.drawBitmapMesh(ResourceModifiers.instance().mBitmap, 3, 3,
/frameworks/base/graphics/java/android/graphics/
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,
H A DBaseCanvas.java211 public void drawBitmapMesh(@NonNull Bitmap bitmap, int meshWidth, int meshHeight, method in class:BaseCanvas
/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

Completed in 49 milliseconds