Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPath_Delegate.java74 public static Path_Delegate getDelegate(long nPath) { in getDelegate()
107 /*package*/ static long init2(long nPath) { in init2()
121 /*package*/ static void native_reset(long nPath) { in native_reset()
131 /*package*/ static void native_rewind(long nPath) { in native_rewind()
153 /*package*/ static boolean native_isConvex(long nPath) { in native_isConvex()
160 /*package*/ static int native_getFillType(long nPath) { in native_getFillType()
170 public static void native_setFillType(long nPath, int ft) { in native_setFillType()
180 /*package*/ static boolean native_isEmpty(long nPath) { in native_isEmpty()
187 /*package*/ static boolean native_isRect(long nPath, RectF rect) { in native_isRect()
207 /*package*/ static void native_computeBounds(long nPath, RectF bounds) { in native_computeBounds()
[all …]
/frameworks/base/graphics/java/android/graphics/
DPath.java810 private static native long init2(long nPath); in init2()
811 private static native void native_reset(long nPath); in native_reset()
812 private static native void native_rewind(long nPath); in native_rewind()
814 private static native boolean native_isConvex(long nPath); in native_isConvex()
815 private static native int native_getFillType(long nPath); in native_getFillType()
816 private static native void native_setFillType(long nPath, int ft); in native_setFillType()
817 private static native boolean native_isEmpty(long nPath); in native_isEmpty()
818 private static native boolean native_isRect(long nPath, RectF rect); in native_isRect()
819 private static native void native_computeBounds(long nPath, RectF bounds); in native_computeBounds()
820 private static native void native_incReserve(long nPath, int extraPtCount); in native_incReserve()
[all …]