Searched refs:native_path (Results 1 – 6 of 6) sorted by relevance
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | PathMeasure_Delegate.java | 54 private PathMeasure_Delegate(long native_path, boolean forceClosed) { in PathMeasure_Delegate() argument 55 mNativePath = native_path; in PathMeasure_Delegate() 56 if (native_path != 0) { in PathMeasure_Delegate() 59 native_path = Path_Delegate.nInit(native_path); in PathMeasure_Delegate() 60 Path_Delegate.nClose(native_path); in PathMeasure_Delegate() 63 Path_Delegate pathDelegate = Path_Delegate.getDelegate(native_path); in PathMeasure_Delegate() 70 /*package*/ static long native_create(long native_path, boolean forceClosed) { in native_create() argument 71 return sManager.addNewDelegate(new PathMeasure_Delegate(native_path, forceClosed)); in native_create() 103 /*package*/ static void native_setPath(long native_instance, long native_path, boolean in native_setPath() argument 108 if (native_path != 0) { in native_setPath() [all …]
|
D | PathDashPathEffect_Delegate.java | 65 /*package*/ static long nativeCreate(long native_path, float advance, float phase, in nativeCreate() argument
|
D | Region_Delegate.java | 307 /*package*/ static boolean nativeSetPath(long native_dst, long native_path, long native_clip) { in nativeSetPath() argument 313 Path_Delegate path = Path_Delegate.getDelegate(native_path); in nativeSetPath() 349 /*package*/ static boolean nativeGetBoundaryPath(long native_region, long native_path) { in nativeGetBoundaryPath() argument 355 Path_Delegate path = Path_Delegate.getDelegate(native_path); in nativeGetBoundaryPath()
|
/frameworks/base/graphics/java/android/graphics/ |
D | PathMeasure.java | 160 private static native long native_create(long native_path, boolean forceClosed); in native_create() argument 161 …private static native void native_setPath(long native_instance, long native_path, boolean forceClo… in native_setPath() argument 165 …ative_getSegment(long native_instance, float startD, float stopD, long native_path, boolean startW… in native_getSegment() argument
|
D | PathDashPathEffect.java | 48 private static native long nativeCreate(long native_path, float advance, in nativeCreate() argument
|
D | Region.java | 431 private static native boolean nativeSetPath(long native_dst, long native_path, in nativeSetPath() argument 435 long native_path); in nativeGetBoundaryPath() argument
|