MCPcopy Create free account
hub / github.com/Firebasky/Java / GetFloatArrayRegion

Method GetFloatArrayRegion

JNI/jni/jni.h:1754–1757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1752 functions->GetLongArrayRegion(this,array,start,len,buf);
1753 }
1754 void GetFloatArrayRegion(jfloatArray array,
1755 jsize start, jsize len, jfloat *buf) {
1756 functions->GetFloatArrayRegion(this,array,start,len,buf);
1757 }
1758 void GetDoubleArrayRegion(jdoubleArray array,
1759 jsize start, jsize len, jdouble *buf) {
1760 functions->GetDoubleArrayRegion(this,array,start,len,buf);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected