OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:make_globalref
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/core/jni/android/graphics/
Graphics.cpp
787
static jclass
make_globalref
(JNIEnv* env, const char classname[])
function
807
gRect_class =
make_globalref
(env, "android/graphics/Rect");
813
gRectF_class =
make_globalref
(env, "android/graphics/RectF");
819
gPoint_class =
make_globalref
(env, "android/graphics/Point");
823
gPointF_class =
make_globalref
(env, "android/graphics/PointF");
827
gBitmap_class =
make_globalref
(env, "android/graphics/Bitmap");
832
gBitmapRegionDecoder_class =
make_globalref
(env, "android/graphics/BitmapRegionDecoder");
835
gBitmapConfig_class =
make_globalref
(env, "android/graphics/Bitmap$Config");
839
gCanvas_class =
make_globalref
(env, "android/graphics/Canvas");
842
gPicture_class =
make_globalref
(env, "android/graphics/Picture")
[
all
...]
Completed in 66 milliseconds