Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DBitmapFactory.cpp588 static jfieldID getFieldIDCheck(JNIEnv* env, jclass clazz, in getFieldIDCheck() function
598 gOptions_bitmapFieldID = getFieldIDCheck(env, options_class, "inBitmap", in register_android_graphics_BitmapFactory()
600 gOptions_justBoundsFieldID = getFieldIDCheck(env, options_class, "inJustDecodeBounds", "Z"); in register_android_graphics_BitmapFactory()
601 gOptions_sampleSizeFieldID = getFieldIDCheck(env, options_class, "inSampleSize", "I"); in register_android_graphics_BitmapFactory()
602 gOptions_configFieldID = getFieldIDCheck(env, options_class, "inPreferredConfig", in register_android_graphics_BitmapFactory()
604 gOptions_premultipliedFieldID = getFieldIDCheck(env, options_class, "inPremultiplied", "Z"); in register_android_graphics_BitmapFactory()
605 gOptions_mutableFieldID = getFieldIDCheck(env, options_class, "inMutable", "Z"); in register_android_graphics_BitmapFactory()
606 gOptions_ditherFieldID = getFieldIDCheck(env, options_class, "inDither", "Z"); in register_android_graphics_BitmapFactory()
607 gOptions_preferQualityOverSpeedFieldID = getFieldIDCheck(env, options_class, in register_android_graphics_BitmapFactory()
609 gOptions_scaledFieldID = getFieldIDCheck(env, options_class, "inScaled", "Z"); in register_android_graphics_BitmapFactory()
[all …]
DGraphics.cpp595 static jfieldID getFieldIDCheck(JNIEnv* env, jclass clazz, in getFieldIDCheck() function
609 gRect_leftFieldID = getFieldIDCheck(env, gRect_class, "left", "I"); in register_android_graphics_Graphics()
610 gRect_topFieldID = getFieldIDCheck(env, gRect_class, "top", "I"); in register_android_graphics_Graphics()
611 gRect_rightFieldID = getFieldIDCheck(env, gRect_class, "right", "I"); in register_android_graphics_Graphics()
612 gRect_bottomFieldID = getFieldIDCheck(env, gRect_class, "bottom", "I"); in register_android_graphics_Graphics()
615 gRectF_leftFieldID = getFieldIDCheck(env, gRectF_class, "left", "F"); in register_android_graphics_Graphics()
616 gRectF_topFieldID = getFieldIDCheck(env, gRectF_class, "top", "F"); in register_android_graphics_Graphics()
617 gRectF_rightFieldID = getFieldIDCheck(env, gRectF_class, "right", "F"); in register_android_graphics_Graphics()
618 gRectF_bottomFieldID = getFieldIDCheck(env, gRectF_class, "bottom", "F"); in register_android_graphics_Graphics()
621 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