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

/openjdk7/jdk/src/share/native/sun/awt/image/
H A DimageInitIDs.h64 IMGEXTERN jfieldID g_BPRscanstrID; variable
H A DimageInitIDs.c97 g_BPRscanstrID = (*env)->GetFieldID(env, cls, "scanlineStride", "I");
101 if (g_BPRdataID == NULL || g_BPRscanstrID == NULL ||
H A Dawt_parseImage.c305 rasterP->scanlineStride = (*env)->GetIntField(env, jraster, g_BPRscanstrID);

Completed in 31 milliseconds