Home
last modified time | relevance | path

Searched refs:native_path (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DPathMeasure.java141 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
DPathDashPathEffect.java48 private static native int nativeCreate(int native_path, float advance, in nativeCreate() argument
DRegion.java413 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/
DPathDashPathEffect_Delegate.java65 /*package*/ static int nativeCreate(int native_path, float advance, float phase, in nativeCreate() argument
DRegion_Delegate.java308 /*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()