Searched refs:nCanvas (Results 1 – 2 of 2) sorted by relevance
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | Canvas_Delegate.java | 305 public static void nConcat(long nCanvas, long nMatrix) { in nConcat() argument 307 Canvas_Delegate canvasDelegate = Canvas_Delegate.getDelegate(nCanvas); in nConcat() 333 public static void nSetMatrix(long nCanvas, long nMatrix) { in nSetMatrix() argument 335 Canvas_Delegate canvasDelegate = Canvas_Delegate.getDelegate(nCanvas); in nSetMatrix() 363 public static boolean nClipRect(long nCanvas, in nClipRect() argument 368 Canvas_Delegate canvasDelegate = Canvas_Delegate.getDelegate(nCanvas); in nClipRect()
|
D | BaseCanvas_Delegate.java | 477 /*package*/ static void nDrawBitmapMatrix(long nCanvas, long bitmapHandle, in nDrawBitmapMatrix() argument 480 BaseCanvas_Delegate canvasDelegate = sManager.getDelegate(nCanvas); in nDrawBitmapMatrix() 515 /*package*/ static void nDrawBitmapMesh(long nCanvas, long bitmapHandle, in nDrawBitmapMesh() argument 524 /*package*/ static void nDrawVertices(long nCanvas, int mode, int n, in nDrawVertices() argument 602 private static void draw(long nCanvas, long nPaint, boolean compositeOnly, boolean forceSrcMode, in draw() argument 605 BaseCanvas_Delegate canvasDelegate = sManager.getDelegate(nCanvas); in draw() 622 private static void draw(long nCanvas, GcSnapshot.Drawable drawable) { in draw() argument 624 BaseCanvas_Delegate canvasDelegate = sManager.getDelegate(nCanvas); in draw()
|