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

/openjdk7/jdk/src/share/native/sun/awt/image/
H A DimageInitIDs.h75 IMGEXTERN jfieldID g_ICRscanstrID; variable
H A DimageInitIDs.c126 g_ICRscanstrID = (*env)->GetFieldID(env, cls, "scanlineStride", "I");
133 if (g_ICRdataID == NULL || g_ICRscanstrID == NULL
H A Dawt_ImageRep.c149 sStride = (*env)->GetIntField(env, jict, g_ICRscanstrID);
H A Dawt_parseImage.c272 rasterP->scanlineStride = (*env)->GetIntField(env, jraster, g_ICRscanstrID);

Completed in 35 milliseconds