Searched defs:nCanvas (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/ |
H A D | Canvas_Delegate.java | 305 public static void nConcat(long nCanvas, long nMatrix) { in nConcat() 333 public static void nSetMatrix(long nCanvas, long nMatrix) { in nSetMatrix() 363 public static boolean nClipRect(long nCanvas, in nClipRect()
|
H A D | BaseCanvas_Delegate.java | 477 /*package*/ static void nDrawBitmapMatrix(long nCanvas, long bitmapHandle, in nDrawBitmapMatrix() 515 /*package*/ static void nDrawBitmapMesh(long nCanvas, long bitmapHandle, in nDrawBitmapMesh() 524 /*package*/ static void nDrawVertices(long nCanvas, int mode, int n, in nDrawVertices() 602 private static void draw(long nCanvas, long nPaint, boolean compositeOnly, boolean forceSrcMode, in draw() 622 private static void draw(long nCanvas, GcSnapshot.Drawable drawable) { in draw()
|