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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djpegdecoder.c55 static jmethodID sendPixelsIntID; variable
468 sendPixelsIntID = (*env)->GetMethodID(env, cls, "sendPixels", "([II)Z");
691 ret = (*env)->CallBooleanMethod(env, this, sendPixelsIntID,

Completed in 30 milliseconds