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

/openjdk7/jdk/src/share/native/sun/awt/image/
H A DimageInitIDs.h69 IMGEXTERN jfieldID g_SCRscanstrID; variable
H A DimageInitIDs.c111 g_SCRscanstrID = (*env)->GetFieldID(env, cls, "scanlineStride", "I");
116 if (g_SCRdataID == NULL || g_SCRscanstrID == NULL ||
H A Dawt_parseImage.c296 rasterP->scanlineStride = (*env)->GetIntField(env, jraster, g_SCRscanstrID);

Completed in 34 milliseconds