Searched refs:drawBitmapMesh (Results 1 - 16 of 16) 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/libs/hwui/hwui/
H A DCanvas.h205 virtual void drawBitmapMesh(const SkBitmap& bitmap, int meshWidth, int meshHeight,
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/graphics/
H A DNopCanvas.java239 public void drawBitmapMesh(Bitmap bitmap, int meshWidth, int meshHeight, float[] verts, method in class:NopCanvas
/frameworks/base/core/jni/
H A Dandroid_graphics_Canvas.cpp463 static void drawBitmapMesh(JNIEnv* env, jobject, jlong canvasHandle, jobject jbitmap, function in namespace:android::CanvasJNI
473 get_canvas(canvasHandle)->drawBitmapMesh(bitmap, meshWidth, meshHeight,
621 {"nativeDrawBitmapMesh", "!(JLandroid/graphics/Bitmap;II[FI[IIJ)V", (void*)CanvasJNI::drawBitmapMesh},
/frameworks/base/libs/hwui/
H A DDisplayListCanvas.h204 virtual void drawBitmapMesh(const SkBitmap& bitmap, int meshWidth, int meshHeight,
H A DRecordingCanvas.h185 virtual void drawBitmapMesh(const SkBitmap& bitmap, int meshWidth, int meshHeight,
H A DSkiaCanvas.cpp144 virtual void drawBitmapMesh(const SkBitmap& bitmap, int meshWidth, int meshHeight,
647 void SkiaCanvas::drawBitmapMesh(const SkBitmap& bitmap, int meshWidth, int meshHeight, function in class:android::SkiaCanvas
H A DOpenGLRenderer.h175 void drawBitmapMesh(const SkBitmap* bitmap, int meshWidth, int meshHeight,
H A DDisplayListCanvas.cpp312 void DisplayListCanvas::drawBitmapMesh(const SkBitmap& bitmap, int meshWidth, int meshHeight, function in class:android::uirenderer::DisplayListCanvas
H A DRecordingCanvas.cpp505 void RecordingCanvas::drawBitmapMesh(const SkBitmap& bitmap, int meshWidth, int meshHeight, function in class:android::uirenderer::RecordingCanvas
H A DDisplayListOp.h748 renderer.drawBitmapMesh(mBitmap, mMeshWidth, mMeshHeight,
H A DOpenGLRenderer.cpp1511 void OpenGLRenderer::drawBitmapMesh(const SkBitmap* bitmap, int meshWidth, int meshHeight, function in class:android::uirenderer::OpenGLRenderer
1587 * shader in that case to mimic the behavior in SkiaCanvas::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.java1550 public void drawBitmapMesh(@NonNull Bitmap bitmap, int meshWidth, int meshHeight, method in class:Canvas

Completed in 1177 milliseconds