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/base/tools/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.h135 virtual void drawBitmapMesh(Bitmap& bitmap, int meshWidth, int meshHeight,
H A DRecordingCanvas.h184 virtual void drawBitmapMesh(Bitmap& bitmap, int meshWidth, int meshHeight,
H A DRecordingCanvas.cpp520 void RecordingCanvas::drawBitmapMesh(Bitmap& bitmap, int meshWidth, int meshHeight, function in class:android::uirenderer::RecordingCanvas
H A DSkiaCanvas.cpp565 void SkiaCanvas::drawBitmapMesh(Bitmap& hwuiBitmap, int meshWidth, int meshHeight, function in class:android::SkiaCanvas
/frameworks/base/libs/hwui/hwui/
H A DCanvas.h243 virtual void drawBitmapMesh(Bitmap& bitmap, int meshWidth, int meshHeight,
/frameworks/base/core/jni/
H A Dandroid_graphics_Canvas.cpp462 static void drawBitmapMesh(JNIEnv* env, jobject, jlong canvasHandle, jobject jbitmap, function in namespace:android::CanvasJNI
471 get_canvas(canvasHandle)->drawBitmapMesh(bitmap, meshWidth, meshHeight,
627 {"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.java1509 public void drawBitmapMesh(@NonNull Bitmap bitmap, int meshWidth, int meshHeight, method in class:Canvas
1512 super.drawBitmapMesh(bitmap, meshWidth, meshHeight, verts, vertOffset, colors, colorOffset,
H A DBaseCanvas.java204 public void drawBitmapMesh(@NonNull Bitmap bitmap, int meshWidth, int meshHeight, method in class:BaseCanvas
/frameworks/base/core/java/android/view/
H A DRecordingCanvas.java184 public final void drawBitmapMesh(@NonNull Bitmap bitmap, int meshWidth, int meshHeight, method in class:RecordingCanvas

Completed in 243 milliseconds