Home
last modified time | relevance | path

Searched refs:drawBitmapMesh (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DBitmapMeshActivity.java73 canvas.drawBitmapMesh(mBitmap1, 3, 3, mVertices, 0, null, 0, null); in onDraw()
78 canvas.drawBitmapMesh(mBitmap1, 3, 3, mVertices, 0, null, 0, null); in onDraw()
82 canvas.drawBitmapMesh(mBitmap1, 3, 3, mVertices, 0, mColors, 0, null); in onDraw()
DBitmapMeshLayerActivity.java72 canvas.drawBitmapMesh(mBitmap1, 3, 3, mVertices, 0, null, 0, null); in onDraw()
75 canvas.drawBitmapMesh(mBitmap1, 3, 3, mVertices, 0, mColors, 0, null); in onDraw()
DAlpha8BitmapActivity.java92 canvas.drawBitmapMesh(mBitmap1, 3, 3, mVertices, 0, null, 0, mBitmapPaint); in onDraw()
/frameworks/base/core/jni/
Dandroid_graphics_Canvas.cpp463 static void drawBitmapMesh(JNIEnv* env, jobject, jlong canvasHandle, jobject jbitmap, in drawBitmapMesh() function
473 get_canvas(canvasHandle)->drawBitmapMesh(bitmap, meshWidth, meshHeight, in drawBitmapMesh()
621 …ativeDrawBitmapMesh", "!(JLandroid/graphics/Bitmap;II[FI[IIJ)V", (void*)CanvasJNI::drawBitmapMesh},
/frameworks/base/libs/hwui/hwui/
DCanvas.h205 virtual void drawBitmapMesh(const SkBitmap& bitmap, int meshWidth, int meshHeight,
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/graphics/
DNopCanvas.java239 public void drawBitmapMesh(Bitmap bitmap, int meshWidth, int meshHeight, float[] verts, in drawBitmapMesh() method in NopCanvas
/frameworks/base/libs/hwui/
DDisplayListCanvas.h204 virtual void drawBitmapMesh(const SkBitmap& bitmap, int meshWidth, int meshHeight,
DRecordingCanvas.h185 virtual void drawBitmapMesh(const SkBitmap& bitmap, int meshWidth, int meshHeight,
DSkiaCanvas.cpp144 virtual void drawBitmapMesh(const SkBitmap& bitmap, int meshWidth, int meshHeight,
647 void SkiaCanvas::drawBitmapMesh(const SkBitmap& bitmap, int meshWidth, int meshHeight, in drawBitmapMesh() function in android::SkiaCanvas
DOpenGLRenderer.h175 void drawBitmapMesh(const SkBitmap* bitmap, int meshWidth, int meshHeight,
DDisplayListCanvas.cpp312 void DisplayListCanvas::drawBitmapMesh(const SkBitmap& bitmap, int meshWidth, int meshHeight, in drawBitmapMesh() function in android::uirenderer::DisplayListCanvas
DRecordingCanvas.cpp505 void RecordingCanvas::drawBitmapMesh(const SkBitmap& bitmap, int meshWidth, int meshHeight, in drawBitmapMesh() function in android::uirenderer::RecordingCanvas
DDisplayListOp.h748 renderer.drawBitmapMesh(mBitmap, mMeshWidth, mMeshHeight, in applyDraw()
DOpenGLRenderer.cpp1511 void OpenGLRenderer::drawBitmapMesh(const SkBitmap* bitmap, int meshWidth, int meshHeight,
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DDisplayModifier.java399 canvas.drawBitmapMesh(ResourceModifiers.instance().mBitmap, 3, 3,
/frameworks/base/graphics/java/android/graphics/
DCanvas.java1550 public void drawBitmapMesh(@NonNull Bitmap bitmap, int meshWidth, int meshHeight, in drawBitmapMesh() method in Canvas
/frameworks/base/docs/html/guide/topics/graphics/
Dhardware-accel.jd282 <td class="label_pos">drawBitmapMesh() (colors array)</td>
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt10609 …method public void drawBitmapMesh(android.graphics.Bitmap, int, int, float[], int, int[], int, and…
/frameworks/base/api/
Dcurrent.txt11631 …method public void drawBitmapMesh(android.graphics.Bitmap, int, int, float[], int, int[], int, and…
Dtest-current.txt11644 …method public void drawBitmapMesh(android.graphics.Bitmap, int, int, float[], int, int[], int, and…
Dsystem-current.txt12070 …method public void drawBitmapMesh(android.graphics.Bitmap, int, int, float[], int, int[], int, and…