Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching defs:tobj

966 	jobject tobj;
976 jobject tobj=params->tobj, cfobj=params->cfobj;
1019 planeRegionObj, componentIndex, transformIndex, tobj);
1075 jobject tobj, cfobj;
1077 bailif0(tobj=(*env)->GetObjectArrayElement(env, tobjs, i));
1078 bailif0(_cls=(*env)->GetObjectClass(env, tobj));
1080 t[i].op=(*env)->GetIntField(env, tobj, _fid);
1082 t[i].options=(*env)->GetIntField(env, tobj, _fid);
1084 t[i].r.x=(*env)->GetIntField(env, tobj, _fid);
1086 t[i].r.y=(*env)->GetIntField(env, tobj, _fid);
1088 t[i].r.w=(*env)->GetIntField(env, tobj, _fid);
1090 t[i].r.h=(*env)->GetIntField(env, tobj, _fid);
1094 cfobj=(*env)->GetObjectField(env, tobj, _fid);
1098 params[i].tobj=tobj;