Searched defs:nPath (Results 1 – 2 of 2) sorted by relevance
78 public static Path_Delegate getDelegate(long nPath) { in getDelegate()113 /*package*/ static long nInit(long nPath) { in nInit()127 /*package*/ static void nReset(long nPath) { in nReset()137 /*package*/ static void nRewind(long nPath) { in nRewind()159 /*package*/ static boolean nIsConvex(long nPath) { in nIsConvex()166 /*package*/ static int nGetFillType(long nPath) { in nGetFillType()176 public static void nSetFillType(long nPath, int ft) { in nSetFillType()186 /*package*/ static boolean nIsEmpty(long nPath) { in nIsEmpty()323 /*package*/ static void nClose(long nPath) { in nClose()333 /*package*/ static void nAddRect(long nPath, in nAddRect()[all …]
833 private static native long nInit(long nPath); in nInit()850 private static native void nClose(long nPath); in nClose()863 private static native void nAddPath(long nPath, long src); in nAddPath()868 private static native void nTransform(long nPath, long matrix); in nTransform()875 private static native boolean nIsRect(long nPath, RectF rect); in nIsRect()880 private static native void nReset(long nPath); in nReset()882 private static native void nRewind(long nPath); in nRewind()884 private static native boolean nIsEmpty(long nPath); in nIsEmpty()886 private static native boolean nIsConvex(long nPath); in nIsConvex()888 private static native int nGetFillType(long nPath); in nGetFillType()[all …]