Lines Matching refs:options
120 jint inputY, jint inputWidth, jint inputHeight, jobject options, jlong inBitmapHandle, in nativeDecodeRegion() argument
131 if (NULL != options) { in nativeDecodeRegion()
132 sampleSize = env->GetIntField(options, gOptions_sampleSizeFieldID); in nativeDecodeRegion()
133 jobject jconfig = env->GetObjectField(options, gOptions_configFieldID); in nativeDecodeRegion()
136 requireUnpremul = !env->GetBooleanField(options, gOptions_premultipliedFieldID); in nativeDecodeRegion()
137 javaBitmap = env->GetObjectField(options, gOptions_bitmapFieldID); in nativeDecodeRegion()
143 env->SetIntField(options, gOptions_widthFieldID, -1); in nativeDecodeRegion()
144 env->SetIntField(options, gOptions_heightFieldID, -1); in nativeDecodeRegion()
145 env->SetObjectField(options, gOptions_mimeFieldID, 0); in nativeDecodeRegion()
146 env->SetObjectField(options, gOptions_outConfigFieldID, 0); in nativeDecodeRegion()
147 env->SetObjectField(options, gOptions_outColorSpaceFieldID, 0); in nativeDecodeRegion()
192 if (NULL != options) { in nativeDecodeRegion()
193 env->SetIntField(options, gOptions_widthFieldID, bitmap.width()); in nativeDecodeRegion()
194 env->SetIntField(options, gOptions_heightFieldID, bitmap.height()); in nativeDecodeRegion()
196 env->SetObjectField(options, gOptions_mimeFieldID, in nativeDecodeRegion()
208 env->SetObjectField(options, gOptions_outConfigFieldID, config); in nativeDecodeRegion()
210 env->SetObjectField(options, gOptions_outColorSpaceFieldID, in nativeDecodeRegion()