Home | History | Annotate | Download | only in nativehelper

Lines Matching defs:GetDoubleArrayRegion

448     void        (*GetDoubleArrayRegion)(JNIEnv*, jdoubleArray,
960 void GetDoubleArrayRegion(jdoubleArray array, jsize start, jsize len,
962 { functions->GetDoubleArrayRegion(this, array, start, len, buf); }