HomeSort by relevance Sort by last modified time
    Searched full:drawbitmapmesh (Results 1 - 22 of 22) sorted by null

  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
BitmapMeshActivity.java 73 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);
BitmapMeshLayerActivity.java 72 canvas.drawBitmapMesh(mBitmap1, 3, 3, mVertices, 0, null, 0, null);
75 canvas.drawBitmapMesh(mBitmap1, 3, 3, mVertices, 0, mColors, 0, null);
Alpha8BitmapActivity.java 92 canvas.drawBitmapMesh(mBitmap1, 3, 3, mVertices, 0, null, 0, mBitmapPaint);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
BitmapMesh.java 80 canvas.drawBitmapMesh(mBitmap, WIDTH, HEIGHT, mVerts, 0,
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/graphics/
NopCanvas.java 239 public void drawBitmapMesh(Bitmap bitmap, int meshWidth, int meshHeight, float[] verts,
  /cts/tests/tests/graphics/src/android/graphics/cts/
CanvasTest.java     [all...]
  /frameworks/base/core/jni/
android_graphics_Canvas.cpp 463 static void drawBitmapMesh(JNIEnv* env, jobject, jlong canvasHandle, jobject jbitmap,
473 get_canvas(canvasHandle)->drawBitmapMesh(bitmap, meshWidth, meshHeight,
621 {"nativeDrawBitmapMesh", "!(JLandroid/graphics/Bitmap;II[FI[IIJ)V", (void*)CanvasJNI::drawBitmapMesh},
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DisplayModifier.java 398 canvas.drawBitmapMesh(ResourceModifier.instance().bitmap, 3, 3,
  /frameworks/base/libs/hwui/
DisplayListCanvas.cpp 312 void DisplayListCanvas::drawBitmapMesh(const SkBitmap& bitmap, int meshWidth, int meshHeight,
DisplayListOp.h 748 renderer.drawBitmapMesh(mBitmap, mMeshWidth, mMeshHeight,
756 virtual const char* name() override { return "DrawBitmapMesh"; }
    [all...]
SkiaCanvas.cpp 144 virtual void drawBitmapMesh(const SkBitmap& bitmap, int meshWidth, int meshHeight,
647 void SkiaCanvas::drawBitmapMesh(const SkBitmap& bitmap, int meshWidth, int meshHeight,
DisplayListCanvas.h 204 virtual void drawBitmapMesh(const SkBitmap& bitmap, int meshWidth, int meshHeight,
OpenGLRenderer.h 175 void drawBitmapMesh(const SkBitmap* bitmap, int meshWidth, int meshHeight,
RecordingCanvas.cpp 505 void RecordingCanvas::drawBitmapMesh(const SkBitmap& bitmap, int meshWidth, int meshHeight,
RecordingCanvas.h 185 virtual void drawBitmapMesh(const SkBitmap& bitmap, int meshWidth, int meshHeight,
BakedOpDispatcher.cpp 504 * shader in that case to mimic the behavior in SkiaCanvas::drawBitmapMesh.
    [all...]
OpenGLRenderer.cpp     [all...]
  /frameworks/base/libs/hwui/hwui/
Canvas.h 205 virtual void drawBitmapMesh(const SkBitmap& bitmap, int meshWidth, int meshHeight,
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DisplayModifier.java 399 canvas.drawBitmapMesh(ResourceModifiers.instance().mBitmap, 3, 3,
  /frameworks/base/docs/html/guide/topics/graphics/
hardware-accel.jd 282 <td class="label_pos">drawBitmapMesh() (colors array)</td>
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Canvas_Delegate.java     [all...]
  /frameworks/base/graphics/java/android/graphics/
Canvas.java     [all...]

Completed in 538 milliseconds