Searched refs:native_path (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | PathMeasure.java | 141 private static native int native_create(int native_path, boolean forceClosed); in native_create() argument 142 …private static native void native_setPath(int native_instance, int native_path, boolean forceClose… in native_setPath() argument 146 … native_getSegment(int native_instance, float startD, float stopD, int native_path, boolean startW… in native_getSegment() argument
|
D | PathDashPathEffect.java | 48 private static native int nativeCreate(int native_path, float advance, in nativeCreate() argument
|
D | Region.java | 413 private static native boolean nativeSetPath(int native_dst, int native_path, in nativeSetPath() argument 417 int native_path); in nativeGetBoundaryPath() argument
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | PathDashPathEffect_Delegate.java | 65 /*package*/ static int nativeCreate(int native_path, float advance, float phase, in nativeCreate() argument
|
D | Region_Delegate.java | 308 /*package*/ static boolean nativeSetPath(int native_dst, int native_path, int native_clip) { in nativeSetPath() argument 314 Path_Delegate path = Path_Delegate.getDelegate(native_path); in nativeSetPath() 350 /*package*/ static boolean nativeGetBoundaryPath(int native_region, int native_path) { in nativeGetBoundaryPath() argument 356 Path_Delegate path = Path_Delegate.getDelegate(native_path); in nativeGetBoundaryPath()
|