Searched refs:GetIntArrayRegion (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Djava_awt_SplashScreen.c63 /* we need a copy anyway, so we'll be using GetIntArrayRegion */
64 (*env)->GetIntArrayRegion(env, data, 0, dataSize,
/openjdk7/jdk/src/share/native/sun/awt/image/
H A Dawt_parseImage.c250 (*env)->GetIntArrayRegion(env, jmask, 0,
252 (*env)->GetIntArrayRegion(env, joffs, 0,
254 (*env)->GetIntArrayRegion(env, jnbits, 0,
354 (*env)->GetIntArrayRegion(env, joffs, 0, rasterP->numDataElements,
474 (*env)->GetIntArrayRegion(env, jnBits, 0, cmP->numComponents,
/openjdk7/jdk/src/share/back/
H A DArrayReferenceImpl.c146 JNI_FUNC_PTR(env,GetIntArrayRegion)(env, array, index, length, components);
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_Font.c799 (*env)->GetIntArrayRegion(env, widths, 0, widlen, (jint *) tempWidths);
H A DX11Color.c1383 (*env)->GetIntArrayRegion (env, colors, 0,
H A Dawt_MToolkit.c3064 (*env)->GetIntArrayRegion (env, systemColors, 0,
/openjdk7/jdk/src/share/native/sun/font/
H A DfreetypeScaler.c1367 (*env)->GetIntArrayRegion(env, glyphArray, 0, numGlyphs, glyphs);
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h694 void (JNICALL *GetIntArrayRegion) member in struct:JNINativeInterface_
1746 void GetIntArrayRegion(jintArray array, function in struct:JNIEnv_
1748 functions->GetIntArrayRegion(this,array,start,len,buf);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h694 void (JNICALL *GetIntArrayRegion) member in struct:JNINativeInterface_
1746 void GetIntArrayRegion(jintArray array, function in struct:JNIEnv_
1748 functions->GetIntArrayRegion(this,array,start,len,buf);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_DnDDS.cpp108 env->GetIntArrayRegion(ia, 0, iPointCoint, (jint*)ph.m_pPoints);

Completed in 137 milliseconds