Home
last modified time | relevance | path

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

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