Searched defs:meshWidth (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/libs/hwui/ |
D | DisplayListCanvas.cpp | 312 void DisplayListCanvas::drawBitmapMesh(const SkBitmap& bitmap, int meshWidth, int meshHeight, in drawBitmapMesh()
|
D | RecordingCanvas.cpp | 523 void RecordingCanvas::drawBitmapMesh(const SkBitmap& bitmap, int meshWidth, int meshHeight, in drawBitmapMesh()
|
D | RecordedOp.h | 233 const int meshWidth; member
|
D | SkiaCanvas.cpp | 648 void SkiaCanvas::drawBitmapMesh(const SkBitmap& bitmap, int meshWidth, int meshHeight, in drawBitmapMesh()
|
D | DisplayListOp.h | 741 DrawBitmapMeshOp(const SkBitmap* bitmap, int meshWidth, int meshHeight, in DrawBitmapMeshOp()
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/graphics/ |
D | NopCanvas.java | 239 public void drawBitmapMesh(Bitmap bitmap, int meshWidth, int meshHeight, float[] verts, in drawBitmapMesh()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Canvas.java | 1550 public void drawBitmapMesh(@NonNull Bitmap bitmap, int meshWidth, int meshHeight, in drawBitmapMesh() 2109 int meshWidth, int meshHeight, in nativeDrawBitmapMesh()
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Canvas_Delegate.java | 919 int meshWidth, int meshHeight, float[] verts, int vertOffset, int[] colors, in nativeDrawBitmapMesh()
|
/frameworks/base/core/jni/ |
D | android_graphics_Canvas.cpp | 464 jint meshWidth, jint meshHeight, jfloatArray jverts, in drawBitmapMesh()
|