Home
last modified time | relevance | path

Searched refs:SColorResolution (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Dgif_lib.h169 MS_U32 SColorResolution, /* How many colors can we generate? */ member
H A Ddgif_lib.c903 GifFile->SColorResolution = (((Buf[0] & 0x70) + 1) >> 4) + 1; in MstDGifGetScreenDesc()