/aosp12/frameworks/base/libs/hwui/ |
H A D | SkiaCanvas.cpp | 590 void SkiaCanvas::drawBitmapMesh(Bitmap& bitmap, int meshWidth, int meshHeight, in drawBitmapMesh() argument 592 const int ptCount = (meshWidth + 1) * (meshHeight + 1); in drawBitmapMesh() 593 const int indexCount = meshWidth * meshHeight * 6; in drawBitmapMesh() 610 const SkScalar dx = w / meshWidth; in drawBitmapMesh() 620 for (int j = 0; j < meshWidth; j++) { in drawBitmapMesh() 637 for (int j = 0; j < meshWidth; j++) { in drawBitmapMesh() 640 *indexPtr++ = index + meshWidth + 1; in drawBitmapMesh() 641 *indexPtr++ = index + meshWidth + 2; in drawBitmapMesh() 644 *indexPtr++ = index + meshWidth + 2; in drawBitmapMesh()
|
H A D | SkiaCanvas.h | 131 virtual void drawBitmapMesh(Bitmap& bitmap, int meshWidth, int meshHeight,
|
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A 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() 709 private static native void nDrawBitmapMesh(long nativeCanvas, long bitmapHandle, int meshWidth, in nDrawBitmapMesh() argument
|
H A 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() 796 private static native void nDrawBitmapMesh(long nativeCanvas, long bitmapHandle, int meshWidth, in nDrawBitmapMesh() argument
|
H A D | Canvas.java | 1684 public void drawBitmapMesh(@NonNull Bitmap bitmap, int meshWidth, int meshHeight, 1687 super.drawBitmapMesh(bitmap, meshWidth, meshHeight, verts, vertOffset, colors, colorOffset,
|
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/graphics/ |
H A D | NopCanvas.java | 243 public void drawBitmapMesh(Bitmap bitmap, int meshWidth, int meshHeight, float[] verts, in drawBitmapMesh() argument
|
/aosp12/frameworks/base/libs/hwui/jni/ |
H A D | android_graphics_Canvas.cpp | 523 jint meshWidth, jint meshHeight, jfloatArray jverts, in drawBitmapMesh() argument 532 const int ptCount = (meshWidth + 1) * (meshHeight + 1); in drawBitmapMesh() 538 get_canvas(canvasHandle)->drawBitmapMesh(bitmap, meshWidth, meshHeight, in drawBitmapMesh()
|
/aosp12/frameworks/base/libs/hwui/hwui/ |
H A D | Canvas.h | 229 virtual void drawBitmapMesh(Bitmap& bitmap, int meshWidth, int meshHeight,
|
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/ |
H A D | BaseCanvas_Delegate.java | 516 int meshWidth, int meshHeight, float[] verts, int vertOffset, int[] colors, in nDrawBitmapMesh() argument
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |