Searched defs:native_path (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DPathDashPathEffect.java48 private static native int nativeCreate(int native_path, float advance, argument
H A DPathMeasure.java141 private static native int native_create(int native_path, boolean forceClosed); argument
142 private static native void native_setPath(int native_instance, int native_path, boolean forceClosed); argument
146 private static native boolean native_getSegment(int native_instance, float startD, float stopD, int native_path, boolean startWithMoveTo); argument
H A DRegion.java413 private static native boolean nativeSetPath(int native_dst, int native_path, argument
417 int native_path);
416 nativeGetBoundaryPath(int native_region, int native_path) argument
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPathDashPathEffect_Delegate.java65 /*package*/ static int nativeCreate(int native_path, float advance, float phase, argument
H A DRegion_Delegate.java308 /*package*/ static boolean nativeSetPath(int native_dst, int native_path, int native_clip) { argument
314 Path_Delegate path = Path_Delegate.getDelegate(native_path);
350 /*package*/ static boolean nativeGetBoundaryPath(int native_region, int native_path) { argument
356 Path_Delegate path = Path_Delegate.getDelegate(native_path);

Completed in 69 milliseconds