Searched defs:nCanvas (Results 1 - 2 of 2) sorted by relevance

/frameworks/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java302 public static void nConcat(long nCanvas, long nMatrix) { argument
304 Canvas_Delegate canvasDelegate = Canvas_Delegate.getDelegate(nCanvas);
330 public static void nSetMatrix(long nCanvas, long nMatrix) { argument
332 Canvas_Delegate canvasDelegate = Canvas_Delegate.getDelegate(nCanvas);
360 public static boolean nClipRect(long nCanvas, argument
365 Canvas_Delegate canvasDelegate = Canvas_Delegate.getDelegate(nCanvas);
H A DBaseCanvas_Delegate.java420 /*package*/ static void nDrawBitmapMatrix(long nCanvas, Bitmap bitmap, argument
423 BaseCanvas_Delegate canvasDelegate = sManager.getDelegate(nCanvas);
458 /*package*/ static void nDrawBitmapMesh(long nCanvas, Bitmap bitmap, argument
467 /*package*/ static void nDrawVertices(long nCanvas, int mode, int n, argument
545 private static void draw(long nCanvas, long nPaint, boolean compositeOnly, boolean forceSrcMode, argument
548 BaseCanvas_Delegate canvasDelegate = sManager.getDelegate(nCanvas);
565 private static void draw(long nCanvas, GcSnapshot.Drawable drawable) { argument
567 BaseCanvas_Delegate canvasDelegate = sManager.getDelegate(nCanvas);

Completed in 28 milliseconds