Lines Matching refs:GetDoubleArrayElements
416 jdouble* (*GetDoubleArrayElements)(JNIEnv*, jdoubleArray, jboolean*);929 jdouble* GetDoubleArrayElements(jdoubleArray array, jboolean* isCopy)930 { return functions->GetDoubleArrayElements(this, array, isCopy); }