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

/openjdk7/jdk/src/share/native/sun/awt/image/
H A DimageInitIDs.h79 IMGEXTERN jfieldID g_ICRtypeID; variable
H A DimageInitIDs.c132 g_ICRtypeID = (*env)->GetFieldID(env, cls, "type", "I");
135 || g_ICRputDataMID == NULL || g_ICRdataOffsetsID == NULL || g_ICRtypeID == NULL)
H A Dawt_parseImage.c271 rasterP->type = (*env)->GetIntField(env, jraster, g_ICRtypeID);

Completed in 35 milliseconds