Searched refs:GetFloatArrayElements (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A DCUPSfuncs.c357 dims = (*env)->GetFloatArrayElements(env, sizeArray, NULL);
/openjdk7/jdk/src/windows/native/sun/windows/
H A DWPrinterJob.cpp290 jfloat *iPrintables = env->GetFloatArrayElements(printableArray,
H A Dawt_PrintJob.cpp2283 glyphPos = env->GetFloatArrayElements(positions, NULL);
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h664 jfloat * (JNICALL *GetFloatArrayElements) member in struct:JNINativeInterface_
1682 jfloat * GetFloatArrayElements(jfloatArray array, jboolean *isCopy) { function in struct:JNIEnv_
1683 return functions->GetFloatArrayElements(this,array,isCopy);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h664 jfloat * (JNICALL *GetFloatArrayElements) member in struct:JNINativeInterface_
1682 jfloat * GetFloatArrayElements(jfloatArray array, jboolean *isCopy) { function in struct:JNIEnv_
1683 return functions->GetFloatArrayElements(this,array,isCopy);

Completed in 78 milliseconds