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

/openjdk7/jdk/src/share/native/sun/awt/image/
H A DimageInitIDs.h65 IMGEXTERN jfieldID g_BPRpixstrID; variable
H A DimageInitIDs.c98 g_BPRpixstrID = (*env)->GetFieldID(env, cls, "pixelBitStride", "I");
102 g_BPRpixstrID == NULL || g_BPRtypeID == NULL)
H A Dawt_parseImage.c306 rasterP->pixelStride = (*env)->GetIntField(env, jraster, g_BPRpixstrID);

Completed in 34 milliseconds