Searched refs:GetDoubleField (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DGraphicsPrimitiveMgr.c527 pTxInfo->dxdx = (*env)->GetDoubleField(env, txform, m00ID);
528 pTxInfo->dxdy = (*env)->GetDoubleField(env, txform, m01ID);
529 pTxInfo->tx = (*env)->GetDoubleField(env, txform, m02ID);
530 pTxInfo->dydx = (*env)->GetDoubleField(env, txform, m10ID);
531 pTxInfo->dydy = (*env)->GetDoubleField(env, txform, m11ID);
532 pTxInfo->ty = (*env)->GetDoubleField(env, txform, m12ID);
/openjdk7/jdk/src/share/native/common/
H A Djni_util.c1110 result.d = (*env)->GetDoubleField(env, obj, fid);
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h471 jdouble (JNICALL *GetDoubleField) member in struct:JNINativeInterface_
1306 jdouble GetDoubleField(jobject obj, jfieldID fieldID) { function in struct:JNIEnv_
1307 return functions->GetDoubleField(this,obj,fieldID);
H A Djni.cpp4967 jni_NativeInterface.GetDoubleField = (GetDoubleField_t)func;
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h471 jdouble (JNICALL *GetDoubleField) member in struct:JNINativeInterface_
1306 jdouble GetDoubleField(jobject obj, jfieldID fieldID) { function in struct:JNIEnv_
1307 return functions->GetDoubleField(this,obj,fieldID);
/openjdk7/jdk/src/share/back/
H A Dutil.c385 JNI_FUNC_PTR(env,GetDoubleField)(env, object, field));

Completed in 81 milliseconds