Searched refs:nOp (Results 1 – 2 of 2) sorted by relevance
182 if (nOp(path1.mNativePath, path2.mNativePath, op.ordinal(), this.mNativePath)) { in op()858 private static native boolean nOp(long path1, long path2, int op, long result); in nOp() method in Path
473 /*package*/ static boolean nOp(long nPath1, long nPath2, int op, long result) { in nOp() method in Path_Delegate