Searched refs:native_dst (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Region_Delegate.java | 278 /*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 …]
|
D | Path_Delegate.java | 132 /*package*/ static void native_set(long native_dst, long native_src) { in native_set() argument 133 Path_Delegate pathDstDelegate = sManager.getDelegate(native_dst); in native_set()
|
D | Paint_Delegate.java | 707 /*package*/ static void native_set(long native_dst, long native_src) { in native_set() argument 709 Paint_Delegate delegate_dst = sManager.getDelegate(native_dst); in native_set()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Region.java | 410 private static native void nativeSetRegion(long native_dst, long native_src); in nativeSetRegion() argument 411 private static native boolean nativeSetRect(long native_dst, int left, in nativeSetRect() argument 413 private static native boolean nativeSetPath(long native_dst, long native_path, in nativeSetPath() argument 419 private static native boolean nativeOp(long native_dst, int left, int top, in nativeOp() argument 421 private static native boolean nativeOp(long native_dst, Rect rect, in nativeOp() argument 423 private static native boolean nativeOp(long native_dst, long native_region1, in nativeOp() argument
|
D | Path.java | 784 private static native void native_set(long native_dst, long native_src); in native_set() argument
|
D | Paint.java | 2446 private static native void native_set(long native_dst, long native_src); in native_set() argument
|