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

/openjdk7/jdk/src/share/native/sun/awt/image/
H A DimageInitIDs.h76 IMGEXTERN jfieldID g_ICRpixstrID; variable
H A DimageInitIDs.c127 g_ICRpixstrID = (*env)->GetFieldID(env, cls, "pixelStride", "I");
134 || g_ICRpixstrID == NULL || g_ICRbandoffsID == NULL
H A Dawt_ImageRep.c150 pixelStride = (*env)->GetIntField(env, jict, g_ICRpixstrID);
H A Dawt_parseImage.c273 rasterP->pixelStride = (*env)->GetIntField(env, jraster, g_ICRpixstrID);

Completed in 36 milliseconds