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

/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gif.c94 if (!SAFE_TO_ALLOC(gif->SWidth, splash->imageFormat.depthBytes)) {
97 stride = gif->SWidth * splash->imageFormat.depthBytes;
121 splash->width = gif->SWidth;
146 cx = FIX_POINT(desc->Left, 0, gif->SWidth);
148 cw = FIX_LENGTH(desc->Left, desc->Width, gif->SWidth);
/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.c268 if (DGifGetWord(GifFile, &GifFile->SWidth) == GIF_ERROR ||

Completed in 87 milliseconds