Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DRegion_Delegate.java371 /*package*/ static boolean nativeOp(int native_dst, in nativeOp() method in Region_Delegate
390 /*package*/ static boolean nativeOp(int native_dst, Rect rect, int native_region, int op) { in nativeOp() method in Region_Delegate
408 /*package*/ static boolean nativeOp(int native_dst, in nativeOp() method in Region_Delegate
/frameworks/base/graphics/java/android/graphics/
DRegion.java419 private static native boolean nativeOp(int native_dst, int left, int top, in nativeOp() method in Region
421 private static native boolean nativeOp(int native_dst, Rect rect, in nativeOp() method in Region
423 private static native boolean nativeOp(int native_dst, int native_region1, in nativeOp() method in Region