Searched refs:GetDoubleArrayElements (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/macosx/native/sun/awt/
H A DJavaTextAccessibility.m287 jdouble *values = (*env)->GetDoubleArrayElements(env, axBounds, 0);
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A DLCMS.c525 result = (*env)->GetDoubleArrayElements (env, *pDataObject, 0);
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h666 jdouble * (JNICALL *GetDoubleArrayElements) member in struct:JNINativeInterface_
1685 jdouble * GetDoubleArrayElements(jdoubleArray array, jboolean *isCopy) { function in struct:JNIEnv_
1686 return functions->GetDoubleArrayElements(this,array,isCopy);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h666 jdouble * (JNICALL *GetDoubleArrayElements) member in struct:JNINativeInterface_
1685 jdouble * GetDoubleArrayElements(jdoubleArray array, jboolean *isCopy) { function in struct:JNIEnv_
1686 return functions->GetDoubleArrayElements(this,array,isCopy);

Completed in 54 milliseconds