OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nativeop
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/graphics/java/android/graphics/
Region.java
243
return
nativeOp
(mNativeRegion, r.left, r.top, r.right, r.bottom,
252
return
nativeOp
(mNativeRegion, left, top, right, bottom,
269
return
nativeOp
(mNativeRegion, rect, region.mNativeRegion,
278
return
nativeOp
(mNativeRegion, region1.mNativeRegion,
361
private static native boolean
nativeOp
(int native_dst, int left, int top,
363
private static native boolean
nativeOp
(int native_dst, Rect rect,
365
private static native boolean
nativeOp
(int native_dst, int native_region1,
/frameworks/base/core/jni/android/graphics/
Region.cpp
235
{ "
nativeOp
", "(IIIIII)Z", (void*)Region_op0 },
236
{ "
nativeOp
", "(ILandroid/graphics/Rect;II)Z", (void*)Region_op1 },
237
{ "
nativeOp
", "(IIII)Z", (void*)Region_op2 },
Completed in 23 milliseconds