Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DPath.java182 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
/frameworks/layoutlib/bridge/src/android/graphics/
DPath_Delegate.java473 /*package*/ static boolean nOp(long nPath1, long nPath2, int op, long result) { in nOp() method in Path_Delegate