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

/openjdk7/jdk/src/share/native/sun/awt/image/
H A DimageInitIDs.h59 IMGEXTERN jfieldID g_BCRpixstrID; variable
H A DimageInitIDs.c82 g_BCRpixstrID = (*env)->GetFieldID(env, cls, "pixelStride", "I");
87 g_BCRpixstrID == NULL || g_BCRbandoffsID == NULL ||
H A Dawt_ImageRep.c283 pixelStride =(*env)->GetIntField(env, jbct, g_BCRpixstrID);
H A Dawt_parseImage.c285 rasterP->pixelStride = (*env)->GetIntField(env, jraster, g_BCRpixstrID);

Completed in 34 milliseconds