Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DGraphics.cpp554 static jfieldID getFieldIDCheck(JNIEnv* env, jclass clazz, in getFieldIDCheck() function
568 gRect_leftFieldID = getFieldIDCheck(env, gRect_class, "left", "I"); in register_android_graphics_Graphics()
569 gRect_topFieldID = getFieldIDCheck(env, gRect_class, "top", "I"); in register_android_graphics_Graphics()
570 gRect_rightFieldID = getFieldIDCheck(env, gRect_class, "right", "I"); in register_android_graphics_Graphics()
571 gRect_bottomFieldID = getFieldIDCheck(env, gRect_class, "bottom", "I"); in register_android_graphics_Graphics()
574 gRectF_leftFieldID = getFieldIDCheck(env, gRectF_class, "left", "F"); in register_android_graphics_Graphics()
575 gRectF_topFieldID = getFieldIDCheck(env, gRectF_class, "top", "F"); in register_android_graphics_Graphics()
576 gRectF_rightFieldID = getFieldIDCheck(env, gRectF_class, "right", "F"); in register_android_graphics_Graphics()
577 gRectF_bottomFieldID = getFieldIDCheck(env, gRectF_class, "bottom", "F"); in register_android_graphics_Graphics()
580 gPoint_xFieldID = getFieldIDCheck(env, gPoint_class, "x", "I"); in register_android_graphics_Graphics()
[all …]
DBitmapFactory.cpp597 static jfieldID getFieldIDCheck(JNIEnv* env, jclass clazz, in getFieldIDCheck() function
607 gOptions_bitmapFieldID = getFieldIDCheck(env, options_class, "inBitmap", in register_android_graphics_BitmapFactory()
609 gOptions_justBoundsFieldID = getFieldIDCheck(env, options_class, "inJustDecodeBounds", "Z"); in register_android_graphics_BitmapFactory()
610 gOptions_sampleSizeFieldID = getFieldIDCheck(env, options_class, "inSampleSize", "I"); in register_android_graphics_BitmapFactory()
611 gOptions_configFieldID = getFieldIDCheck(env, options_class, "inPreferredConfig", in register_android_graphics_BitmapFactory()
613 gOptions_mutableFieldID = getFieldIDCheck(env, options_class, "inMutable", "Z"); in register_android_graphics_BitmapFactory()
614 gOptions_ditherFieldID = getFieldIDCheck(env, options_class, "inDither", "Z"); in register_android_graphics_BitmapFactory()
615 gOptions_purgeableFieldID = getFieldIDCheck(env, options_class, "inPurgeable", "Z"); in register_android_graphics_BitmapFactory()
616 gOptions_shareableFieldID = getFieldIDCheck(env, options_class, "inInputShareable", "Z"); in register_android_graphics_BitmapFactory()
617 gOptions_preferQualityOverSpeedFieldID = getFieldIDCheck(env, options_class, in register_android_graphics_BitmapFactory()
[all …]
/frameworks/base/core/jni/
Dandroid_emoji_EmojiFactory.cpp275 static jfieldID getFieldIDCheck(JNIEnv* env, jclass clazz, in getFieldIDCheck() function