Home
last modified time | relevance | path

Searched refs:getFieldIDCheck (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DBitmapFactory.cpp650 static jfieldID getFieldIDCheck(JNIEnv* env, jclass clazz, in getFieldIDCheck() function
660 gOptions_bitmapFieldID = getFieldIDCheck(env, options_class, "inBitmap", in register_android_graphics_BitmapFactory()
662 gOptions_justBoundsFieldID = getFieldIDCheck(env, options_class, "inJustDecodeBounds", "Z"); in register_android_graphics_BitmapFactory()
663 gOptions_sampleSizeFieldID = getFieldIDCheck(env, options_class, "inSampleSize", "I"); in register_android_graphics_BitmapFactory()
664 gOptions_configFieldID = getFieldIDCheck(env, options_class, "inPreferredConfig", in register_android_graphics_BitmapFactory()
666 gOptions_premultipliedFieldID = getFieldIDCheck(env, options_class, "inPremultiplied", "Z"); in register_android_graphics_BitmapFactory()
667 gOptions_mutableFieldID = getFieldIDCheck(env, options_class, "inMutable", "Z"); in register_android_graphics_BitmapFactory()
668 gOptions_ditherFieldID = getFieldIDCheck(env, options_class, "inDither", "Z"); in register_android_graphics_BitmapFactory()
669 gOptions_purgeableFieldID = getFieldIDCheck(env, options_class, "inPurgeable", "Z"); in register_android_graphics_BitmapFactory()
670 gOptions_shareableFieldID = getFieldIDCheck(env, options_class, "inInputShareable", "Z"); in register_android_graphics_BitmapFactory()
[all …]
DGraphics.cpp636 static jfieldID getFieldIDCheck(JNIEnv* env, jclass clazz, in getFieldIDCheck() function
650 gRect_leftFieldID = getFieldIDCheck(env, gRect_class, "left", "I"); in register_android_graphics_Graphics()
651 gRect_topFieldID = getFieldIDCheck(env, gRect_class, "top", "I"); in register_android_graphics_Graphics()
652 gRect_rightFieldID = getFieldIDCheck(env, gRect_class, "right", "I"); in register_android_graphics_Graphics()
653 gRect_bottomFieldID = getFieldIDCheck(env, gRect_class, "bottom", "I"); in register_android_graphics_Graphics()
656 gRectF_leftFieldID = getFieldIDCheck(env, gRectF_class, "left", "F"); in register_android_graphics_Graphics()
657 gRectF_topFieldID = getFieldIDCheck(env, gRectF_class, "top", "F"); in register_android_graphics_Graphics()
658 gRectF_rightFieldID = getFieldIDCheck(env, gRectF_class, "right", "F"); in register_android_graphics_Graphics()
659 gRectF_bottomFieldID = getFieldIDCheck(env, gRectF_class, "bottom", "F"); in register_android_graphics_Graphics()
662 gPoint_xFieldID = getFieldIDCheck(env, gPoint_class, "x", "I"); in register_android_graphics_Graphics()
[all …]
/frameworks/base/core/jni/
Dandroid_emoji_EmojiFactory.cpp268 static jfieldID getFieldIDCheck(JNIEnv* env, jclass clazz, in getFieldIDCheck() function