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

/openjdk7/jdk/src/share/native/sun/awt/image/
H A DimageInitIDs.h70 IMGEXTERN jfieldID g_SCRpixstrID; variable
H A DimageInitIDs.c112 g_SCRpixstrID = (*env)->GetFieldID(env, cls, "pixelStride", "I");
117 g_SCRpixstrID == NULL || g_SCRbandoffsID == NULL ||
H A Dawt_parseImage.c297 rasterP->pixelStride = (*env)->GetIntField(env, jraster, g_SCRpixstrID);

Completed in 34 milliseconds