Searched defs:coordsarray (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/java2d/windows/
H A DGDIRenderer.cpp704 jarray coordsarray = (jarray) env->GetObjectField(p2df, local
706 if (coordsarray == NULL) {
715 jint maxcoords = env->GetArrayLength(coordsarray);
728 jfloat *coords = (jfloat *) env->GetPrimitiveArrayCritical(coordsarray,
823 env->ReleasePrimitiveArrayCritical(coordsarray, coords, JNI_ABORT);

Completed in 32 milliseconds