Home
last modified time | relevance | path

Searched refs:native_dst (Results 1 – 5 of 5) sorted by relevance

/frameworks/layoutlib/bridge/src/android/graphics/
DRegion_Delegate.java278 /*package*/ static void nativeSetRegion(long native_dst, long native_src) { in nativeSetRegion() argument
279 Region_Delegate dstRegion = sManager.getDelegate(native_dst); in nativeSetRegion()
295 /*package*/ static boolean nativeSetRect(long native_dst, in nativeSetRect() argument
297 Region_Delegate dstRegion = sManager.getDelegate(native_dst); in nativeSetRect()
307 /*package*/ static boolean nativeSetPath(long native_dst, long native_path, long native_clip) { in nativeSetPath() argument
308 Region_Delegate dstRegion = sManager.getDelegate(native_dst); in nativeSetPath()
370 /*package*/ static boolean nativeOp(long native_dst, in nativeOp() argument
372 Region_Delegate region = sManager.getDelegate(native_dst); in nativeOp()
389 /*package*/ static boolean nativeOp(long native_dst, Rect rect, long native_region, int op) { in nativeOp() argument
390 Region_Delegate region = sManager.getDelegate(native_dst); in nativeOp()
[all …]
DPath_Delegate.java140 /*package*/ static void nSet(long native_dst, long nSrc) { in nSet() argument
141 Path_Delegate pathDstDelegate = sManager.getDelegate(native_dst); in nSet()
DPaint_Delegate.java727 /*package*/ static void nSet(long native_dst, long native_src) { in nSet() argument
729 Paint_Delegate delegate_dst = sManager.getDelegate(native_dst); in nSet()
/frameworks/base/graphics/java/android/graphics/
DRegion.java411 private static native void nativeSetRegion(long native_dst, long native_src); in nativeSetRegion() argument
412 private static native boolean nativeSetRect(long native_dst, int left, in nativeSetRect() argument
414 private static native boolean nativeSetPath(long native_dst, long native_path, in nativeSetPath() argument
420 private static native boolean nativeOp(long native_dst, int left, int top, in nativeOp() argument
422 private static native boolean nativeOp(long native_dst, Rect rect, in nativeOp() argument
424 private static native boolean nativeOp(long native_dst, long native_region1, in nativeOp() argument
DPath.java823 private static native void nSet(long native_dst, long nSrc); in nSet() argument