/frameworks/base/libs/hwui/ |
D | SkiaCanvas.cpp | 683 void SkiaCanvas::drawBitmapMesh(Bitmap& bitmap, int meshWidth, int meshHeight, in drawBitmapMesh() argument 685 const int ptCount = (meshWidth + 1) * (meshHeight + 1); in drawBitmapMesh() 686 const int indexCount = meshWidth * meshHeight * 6; in drawBitmapMesh() 704 const SkScalar dy = h / meshHeight; in drawBitmapMesh() 708 for (int i = 0; i <= meshHeight; i++) { in drawBitmapMesh() 709 if (i == meshHeight) { in drawBitmapMesh() 729 for (int i = 0; i < meshHeight; i++) { in drawBitmapMesh()
|
D | SkiaCanvas.h | 141 virtual void drawBitmapMesh(Bitmap& bitmap, int meshWidth, int meshHeight,
|
/frameworks/base/graphics/java/android/graphics/ |
D | BaseCanvas.java | 223 public void drawBitmapMesh(@NonNull Bitmap bitmap, int meshWidth, int meshHeight, in drawBitmapMesh() argument 226 if ((meshWidth | meshHeight | vertOffset | colorOffset) < 0) { in drawBitmapMesh() 230 if (meshWidth == 0 || meshHeight == 0) { in drawBitmapMesh() 233 int count = (meshWidth + 1) * (meshHeight + 1); in drawBitmapMesh() 240 nDrawBitmapMesh(mNativeCanvasWrapper, bitmap.getNativeInstance(), meshWidth, meshHeight, in drawBitmapMesh() 825 int meshHeight, float[] verts, int vertOffset, int[] colors, int colorOffset, in nDrawBitmapMesh() argument
|
D | BaseRecordingCanvas.java | 181 public final void drawBitmapMesh(@NonNull Bitmap bitmap, int meshWidth, int meshHeight, in drawBitmapMesh() argument 184 if ((meshWidth | meshHeight | vertOffset | colorOffset) < 0) { in drawBitmapMesh() 187 if (meshWidth == 0 || meshHeight == 0) { in drawBitmapMesh() 190 int count = (meshWidth + 1) * (meshHeight + 1); in drawBitmapMesh() 197 nDrawBitmapMesh(mNativeCanvasWrapper, bitmap.getNativeInstance(), meshWidth, meshHeight, in drawBitmapMesh() 722 int meshHeight, float[] verts, int vertOffset, int[] colors, int colorOffset, in nDrawBitmapMesh() argument
|
D | Canvas.java | 1745 public void drawBitmapMesh(@NonNull Bitmap bitmap, int meshWidth, int meshHeight, 1748 super.drawBitmapMesh(bitmap, meshWidth, meshHeight, verts, vertOffset, colors, colorOffset,
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/graphics/ |
D | NopCanvas.java | 247 public void drawBitmapMesh(Bitmap bitmap, int meshWidth, int meshHeight, float[] verts, in drawBitmapMesh() argument
|
/frameworks/base/libs/hwui/hwui/ |
D | Canvas.h | 240 virtual void drawBitmapMesh(Bitmap& bitmap, int meshWidth, int meshHeight,
|
/frameworks/base/libs/hwui/jni/ |
D | android_graphics_Canvas.cpp | 603 jint meshWidth, jint meshHeight, jfloatArray jverts, in drawBitmapMesh() argument 612 const int ptCount = (meshWidth + 1) * (meshHeight + 1); in drawBitmapMesh() 618 get_canvas(canvasHandle)->drawBitmapMesh(bitmap, meshWidth, meshHeight, in drawBitmapMesh()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |