OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:native_region
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/graphics/java/android/graphics/
RegionIterator.java
48
private static native int nativeConstructor(int
native_region
);
Region.java
349
private static native void nativeDestructor(int
native_region
);
357
private static native boolean nativeGetBounds(int
native_region
, Rect rect);
358
private static native boolean nativeGetBoundaryPath(int
native_region
,
364
int
native_region
, int op);
369
private static native boolean nativeWriteToParcel(int
native_region
,
/frameworks/base/core/jni/
android_view_Surface.cpp
82
jfieldID
native_region
;
member in struct:android::no_t
520
SkRegion* nativeRegion = (SkRegion*)env->GetIntField(argRegion, no.
native_region
);
696
no.
native_region
= env->GetFieldID(region, "mNativeRegion", "I");
Completed in 27 milliseconds