Searched defs:baseHeight (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dawt_ImagingLib.c1794 int baseHeight; local
1801 baseHeight = (*env)->GetIntField(env, jbaseraster, g_RasterHeightID);
1809 if (yOff + rasterP->height < baseYoff + baseHeight) {
2159 baseHeight = rasterP->baseRasterHeight;
2167 if (rasterP->minY + rasterP->height < baseYoff + baseHeight) {
2330 baseHeight = rasterP->baseRasterHeight;
2338 if (rasterP->minY + rasterP->height < baseYoff + baseHeight) {

Completed in 305 milliseconds