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

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dawt_ImagingLib.c2038 jobject jpixels = NULL; local
2061 jpixels = (*env)->CallObjectMethod(env, imageP->jimage,
2064 jpixels,0, rasterP->width);
2065 if (jpixels == NULL) {
2070 pixels = (*env)->GetPrimitiveArrayCritical(env, jpixels, NULL);
2073 (*env)->ReleasePrimitiveArrayCritical(env, jpixels, pixels,
2090 jintArray jpixels; local
2092 jpixels = (*env)->NewIntArray(env, nbytes);
2093 if (JNU_IsNull(env, jpixels)) {
2103 pixels = (*env)->GetPrimitiveArrayCritical(env, jpixels, NUL
[all...]

Completed in 30 milliseconds