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.java300 public static void nConcat(long nCanvas, long nMatrix) { in nConcat() argument
302 Canvas_Delegate canvasDelegate = Canvas_Delegate.getDelegate(nCanvas); in nConcat()
328 public static void nSetMatrix(long nCanvas, long nMatrix) { in nSetMatrix() argument
330 Canvas_Delegate canvasDelegate = Canvas_Delegate.getDelegate(nCanvas); in nSetMatrix()
358 public static boolean nClipRect(long nCanvas, in nClipRect() argument
363 Canvas_Delegate canvasDelegate = Canvas_Delegate.getDelegate(nCanvas); in nClipRect()
DBaseCanvas_Delegate.java473 /*package*/ static void nDrawBitmapMatrix(long nCanvas, long bitmapHandle, in nDrawBitmapMatrix() argument
476 BaseCanvas_Delegate canvasDelegate = sManager.getDelegate(nCanvas); in nDrawBitmapMatrix()
511 /*package*/ static void nDrawBitmapMesh(long nCanvas, long bitmapHandle, in nDrawBitmapMesh() argument
520 /*package*/ static void nDrawVertices(long nCanvas, int mode, int n, in nDrawVertices() argument
598 private static void draw(long nCanvas, long nPaint, boolean compositeOnly, boolean forceSrcMode, in draw() argument
601 BaseCanvas_Delegate canvasDelegate = sManager.getDelegate(nCanvas); in draw()
618 private static void draw(long nCanvas, GcSnapshot.Drawable drawable) { in draw() argument
620 BaseCanvas_Delegate canvasDelegate = sManager.getDelegate(nCanvas); in draw()