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

/openjdk7/jdk/src/share/native/sun/awt/image/gif/
H A Dgifdecoder.c101 static jfieldID suffixID; variable
111 suffixID = (*env)->GetFieldID(env, this, "suffix", "[B");
181 jbyteArray suffixh = (*env)->GetObjectField(env, this, suffixID);

Completed in 33 milliseconds