Searched defs:nCanvas (Results 1 – 2 of 2) sorted by relevance
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | Canvas_Delegate.java | 300 public static void nConcat(long nCanvas, long nMatrix) { in nConcat() 328 public static void nSetMatrix(long nCanvas, long nMatrix) { in nSetMatrix() 358 public static boolean nClipRect(long nCanvas, in nClipRect()
|
D | BaseCanvas_Delegate.java | 473 /*package*/ static void nDrawBitmapMatrix(long nCanvas, long bitmapHandle, in nDrawBitmapMatrix() 511 /*package*/ static void nDrawBitmapMesh(long nCanvas, long bitmapHandle, in nDrawBitmapMesh() 520 /*package*/ static void nDrawVertices(long nCanvas, int mode, int n, in nDrawVertices() 598 private static void draw(long nCanvas, long nPaint, boolean compositeOnly, boolean forceSrcMode, in draw() 618 private static void draw(long nCanvas, GcSnapshot.Drawable drawable) { in draw()
|