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

/openjdk7/jdk/src/share/native/sun/awt/image/
H A DimageInitIDs.h48 IMGEXTERN jfieldID g_RasterMinYID; variable
H A DimageInitIDs.c55 g_RasterMinYID = (*env)->GetFieldID(env, cls, "minY", "I");
69 || g_RasterMinXID == NULL || g_RasterMinYID == NULL
H A Dawt_parseImage.c204 rasterP->minY = (*env)->GetIntField(env, jraster, g_RasterMinYID);

Completed in 35 milliseconds