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

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_PrintControl.cpp769 jint *wid_ht = env->GetIntArrayElements(obj, local
773 if (wid_ht != NULL && wid_ht[0] != 0 && wid_ht[1] != 0) {
777 (double)wid_ht[0],
778 (double)wid_ht[1],
782 env->ReleaseIntArrayElements(obj, wid_ht, 0);

Completed in 25 milliseconds