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

/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gif.c102 if (!SAFE_TO_ALLOC(gif->SHeight, stride)) {
109 bufferSize = stride * gif->SHeight;
122 splash->height = gif->SHeight;
147 cy = FIX_POINT(desc->Top, 0, gif->SHeight);
149 ch = FIX_LENGTH(desc->Top, desc->Height, gif->SHeight);
/openjdk7/jdk/src/share/native/sun/awt/giflib/
H A Dgif_lib.h104 int SWidth, SHeight, /* Screen dimensions. */ member in struct:GifFileType
H A Ddgif_lib.c269 DGifGetWord(GifFile, &GifFile->SHeight) == GIF_ERROR)

Completed in 40 milliseconds