Home
last modified time | relevance | path

Searched refs:nCanvas (Results 1 – 2 of 2) sorted by relevance

/frameworks/layoutlib/bridge/src/android/graphics/
DCanvas_Delegate.java305 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()
DBaseCanvas_Delegate.java477 /*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()