/aosp14/frameworks/base/libs/hwui/ |
H A D | SkiaCanvas.cpp | 637 void SkiaCanvas::drawBitmapMesh(Bitmap& bitmap, int meshWidth, int meshHeight, in drawBitmapMesh() argument 639 const int ptCount = (meshWidth + 1) * (meshHeight + 1); in drawBitmapMesh() 640 const int indexCount = meshWidth * meshHeight * 6; in drawBitmapMesh() 657 const SkScalar dx = w / meshWidth; in drawBitmapMesh() 667 for (int j = 0; j < meshWidth; j++) { in drawBitmapMesh() 684 for (int j = 0; j < meshWidth; j++) { in drawBitmapMesh() 687 *indexPtr++ = index + meshWidth + 1; in drawBitmapMesh() 688 *indexPtr++ = index + meshWidth + 2; in drawBitmapMesh() 691 *indexPtr++ = index + meshWidth + 2; in drawBitmapMesh()
|
H A D | SkiaCanvas.h | 139 virtual void drawBitmapMesh(Bitmap& bitmap, int meshWidth, int meshHeight,
|
/aosp14/frameworks/base/graphics/java/android/graphics/ |
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() 819 private static native void nDrawBitmapMesh(long nativeCanvas, long bitmapHandle, int meshWidth, in nDrawBitmapMesh() argument
|
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() 715 private static native void nDrawBitmapMesh(long nativeCanvas, long bitmapHandle, int meshWidth, in nDrawBitmapMesh() argument
|
H A D | Canvas.java | 1686 public void drawBitmapMesh(@NonNull Bitmap bitmap, int meshWidth, int meshHeight, 1689 super.drawBitmapMesh(bitmap, meshWidth, meshHeight, verts, vertOffset, colors, colorOffset,
|
/aosp14/frameworks/base/libs/hwui/hwui/ |
H A D | Canvas.h | 238 virtual void drawBitmapMesh(Bitmap& bitmap, int meshWidth, int meshHeight,
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | android_graphics_Canvas.cpp | 575 jint meshWidth, jint meshHeight, jfloatArray jverts, in drawBitmapMesh() argument 584 const int ptCount = (meshWidth + 1) * (meshHeight + 1); in drawBitmapMesh() 590 get_canvas(canvasHandle)->drawBitmapMesh(bitmap, meshWidth, meshHeight, in drawBitmapMesh()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |