Home
last modified time | relevance | path

Searched defs:meshWidth (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/libs/hwui/
DDisplayListCanvas.cpp312 void DisplayListCanvas::drawBitmapMesh(const SkBitmap& bitmap, int meshWidth, int meshHeight, in drawBitmapMesh()
DRecordingCanvas.cpp523 void RecordingCanvas::drawBitmapMesh(const SkBitmap& bitmap, int meshWidth, int meshHeight, in drawBitmapMesh()
DRecordedOp.h233 const int meshWidth; member
DSkiaCanvas.cpp648 void SkiaCanvas::drawBitmapMesh(const SkBitmap& bitmap, int meshWidth, int meshHeight, in drawBitmapMesh()
DDisplayListOp.h741 DrawBitmapMeshOp(const SkBitmap* bitmap, int meshWidth, int meshHeight, in DrawBitmapMeshOp()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/graphics/
DNopCanvas.java239 public void drawBitmapMesh(Bitmap bitmap, int meshWidth, int meshHeight, float[] verts, in drawBitmapMesh()
/frameworks/base/graphics/java/android/graphics/
DCanvas.java1550 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/
DCanvas_Delegate.java919 int meshWidth, int meshHeight, float[] verts, int vertOffset, int[] colors, in nativeDrawBitmapMesh()
/frameworks/base/core/jni/
Dandroid_graphics_Canvas.cpp464 jint meshWidth, jint meshHeight, jfloatArray jverts, in drawBitmapMesh()