Searched defs:native_path (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/ |
H A D | PathMeasure_Delegate.java | 53 private PathMeasure_Delegate(long native_path, boolean forceClosed) { in PathMeasure_Delegate() 69 /*package*/ static long native_create(long native_path, boolean forceClosed) { in native_create() 102 /*package*/ static void native_setPath(long native_instance, long native_path, boolean in native_setPath()
|
H A D | PathDashPathEffect_Delegate.java | 65 /*package*/ static long nativeCreate(long native_path, float advance, float phase, in nativeCreate()
|
H A D | Region_Delegate.java | 307 /*package*/ static boolean nativeSetPath(long native_dst, long native_path, long native_clip) { in nativeSetPath() 349 /*package*/ static boolean nativeGetBoundaryPath(long native_region, long native_path) { in nativeGetBoundaryPath()
|
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | PathMeasure.java | 160 private static native long native_create(long native_path, boolean forceClosed); in native_create() 161 …private static native void native_setPath(long native_instance, long native_path, boolean forceClo… in native_setPath() 165 … native_getSegment(long native_instance, float startD, float stopD, long native_path, boolean star… in native_getSegment()
|
H A D | PathDashPathEffect.java | 48 private static native long nativeCreate(long native_path, float advance, in nativeCreate()
|
H A D | Region.java | 432 private static native boolean nativeSetPath(long native_dst, long native_path, in nativeSetPath() 436 long native_path); in nativeGetBoundaryPath()
|