Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Ddgif_lib.c446 …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()
H A Dmdrvgpd.c165 pic_info->u32Width = GifFile->SWidth; in mdrv_gpd_decode()
H A Dgif_lib.h168 MS_U32 SWidth, SHeight; /* Screen dimensions. */ member