Searched refs:drawBitmapMesh (Results 1 - 13 of 13) 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/
H A DDisplayListRenderer.h104 virtual status_t drawBitmapMesh(SkBitmap* bitmap, int meshWidth, int meshHeight,
H A DDisplayListRenderer.cpp308 status_t DisplayListRenderer::drawBitmapMesh(SkBitmap* bitmap, int meshWidth, int meshHeight, function in class:android::uirenderer::DisplayListRenderer
H A DOpenGLRenderer.h294 virtual status_t drawBitmapMesh(SkBitmap* bitmap, int meshWidth, int meshHeight,
H A DDisplayListOp.h928 return renderer.drawBitmapMesh(mBitmap, mMeshWidth, mMeshHeight,
H A DOpenGLRenderer.cpp2202 status_t OpenGLRenderer::drawBitmapMesh(SkBitmap* bitmap, int meshWidth, int meshHeight, function in class:android::uirenderer::OpenGLRenderer
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DDisplayModifier.java369 canvas.drawBitmapMesh(ResourceModifiers.instance().mBitmap, 3, 3,
/frameworks/base/core/jni/android/graphics/
H A DCanvas.cpp571 static void drawBitmapMesh(JNIEnv* env, jobject, SkCanvas* canvas, function in class:android::SkCanvasGlue
1070 (void*)SkCanvasGlue::drawBitmapMesh},
/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java1308 public void drawBitmapMesh(Bitmap bitmap, int meshWidth, int meshHeight, method in class:Canvas
/frameworks/base/core/java/android/view/
H A DGLES20Canvas.java945 public void drawBitmapMesh(Bitmap bitmap, int meshWidth, int meshHeight, float[] verts, method in class:GLES20Canvas
/frameworks/base/core/jni/
H A Dandroid_view_GLES20Canvas.cpp443 renderer->drawBitmapMesh(bitmap, meshWidth, meshHeight, verticesArray, colorsArray, paint);

Completed in 320 milliseconds