Searched refs:SHeight (Results 1 – 3 of 3) sorted by relevance
446 …ole_printf("width = %td, height = %td\n", (ptrdiff_t)GifFile->SWidth, (ptrdiff_t)GifFile->SHeight); in MstDGifProcess()461 image_roi.height = GifFile->SHeight; in MstDGifProcess()463 frame_size = ((GifFile->SWidth * pixelbytes + 7) & ~7) * GifFile->SHeight; in MstDGifProcess()525 GifFile->Image.Top + GifFile->Image.Height > GifFile->SHeight) in MstDGifProcess()895 DGifGetWord(GifFile, &GifFile->SHeight) == GIF_ERROR) in MstDGifGetScreenDesc()
166 pic_info->u32Height = GifFile->SHeight; in mdrv_gpd_decode()
168 MS_U32 SWidth, SHeight; /* Screen dimensions. */ member