Searched refs:SWidth (Results 1 – 3 of 3) sorted by relevance
446 …console_printf("width = %td, height = %td\n", (ptrdiff_t)GifFile->SWidth, (ptrdiff_t)GifFile->SHei… in MstDGifProcess()462 image_roi.width = GifFile->SWidth; in MstDGifProcess()463 frame_size = ((GifFile->SWidth * pixelbytes + 7) & ~7) * GifFile->SHeight; in MstDGifProcess()524 if (GifFile->Image.Left + GifFile->Image.Width > GifFile->SWidth || in MstDGifProcess()894 if (DGifGetWord(GifFile, &GifFile->SWidth) == GIF_ERROR || in MstDGifGetScreenDesc()
165 pic_info->u32Width = GifFile->SWidth; in mdrv_gpd_decode()
168 MS_U32 SWidth, SHeight; /* Screen dimensions. */ member