Searched refs:nPath (Results 1 – 2 of 2) sorted by relevance
68 public static Path_Delegate getDelegate(long nPath) { in getDelegate() argument69 return sManager.getDelegate(nPath); in getDelegate()101 /*package*/ static long init2(long nPath) { in init2() argument106 Path_Delegate pathDelegate = sManager.getDelegate(nPath); in init2()115 /*package*/ static void native_reset(long nPath) { in native_reset() argument116 Path_Delegate pathDelegate = sManager.getDelegate(nPath); in native_reset()125 /*package*/ static void native_rewind(long nPath) { in native_rewind() argument128 native_reset(nPath); in native_rewind()147 /*package*/ static boolean native_isConvex(long nPath) { in native_isConvex() argument154 /*package*/ static int native_getFillType(long nPath) { in native_getFillType() argument[all …]
781 private static native long init2(long nPath); in init2() argument782 private static native void native_reset(long nPath); in native_reset() argument783 private static native void native_rewind(long nPath); in native_rewind() argument785 private static native boolean native_isConvex(long nPath); in native_isConvex() argument786 private static native int native_getFillType(long nPath); in native_getFillType() argument787 private static native void native_setFillType(long nPath, int ft); in native_setFillType() argument788 private static native boolean native_isEmpty(long nPath); in native_isEmpty() argument789 private static native boolean native_isRect(long nPath, RectF rect); in native_isRect() argument790 private static native void native_computeBounds(long nPath, RectF bounds); in native_computeBounds() argument791 private static native void native_incReserve(long nPath, int extraPtCount); in native_incReserve() argument[all …]