Home
last modified time | relevance | path

Searched refs:nPath (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPath_Delegate.java68 public static Path_Delegate getDelegate(long nPath) { in getDelegate() argument
69 return sManager.getDelegate(nPath); in getDelegate()
101 /*package*/ static long init2(long nPath) { in init2() argument
106 Path_Delegate pathDelegate = sManager.getDelegate(nPath); in init2()
115 /*package*/ static void native_reset(long nPath) { in native_reset() argument
116 Path_Delegate pathDelegate = sManager.getDelegate(nPath); in native_reset()
125 /*package*/ static void native_rewind(long nPath) { in native_rewind() argument
128 native_reset(nPath); in native_rewind()
147 /*package*/ static boolean native_isConvex(long nPath) { in native_isConvex() argument
154 /*package*/ static int native_getFillType(long nPath) { in native_getFillType() argument
[all …]
/frameworks/base/graphics/java/android/graphics/
DPath.java781 private static native long init2(long nPath); in init2() argument
782 private static native void native_reset(long nPath); in native_reset() argument
783 private static native void native_rewind(long nPath); in native_rewind() argument
785 private static native boolean native_isConvex(long nPath); in native_isConvex() argument
786 private static native int native_getFillType(long nPath); in native_getFillType() argument
787 private static native void native_setFillType(long nPath, int ft); in native_setFillType() argument
788 private static native boolean native_isEmpty(long nPath); in native_isEmpty() argument
789 private static native boolean native_isRect(long nPath, RectF rect); in native_isRect() argument
790 private static native void native_computeBounds(long nPath, RectF bounds); in native_computeBounds() argument
791 private static native void native_incReserve(long nPath, int extraPtCount); in native_incReserve() argument
[all …]