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

/openjdk7/jdk/src/share/native/sun/awt/image/
H A DimageInitIDs.h58 IMGEXTERN jfieldID g_BCRscanstrID; variable
H A DimageInitIDs.c81 g_BCRscanstrID = (*env)->GetFieldID(env, cls, "scanlineStride", "I");
86 if (g_BCRdataID == NULL || g_BCRscanstrID == NULL ||
H A Dawt_ImageRep.c282 sStride = (*env)->GetIntField(env, jbct, g_BCRscanstrID);
H A Dawt_parseImage.c284 rasterP->scanlineStride = (*env)->GetIntField(env, jraster, g_BCRscanstrID);

Completed in 36 milliseconds