Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Ddgif_lib.c266 if (GifFile->SColorMap && GifFile->SBackGroundColor < GifFile->SColorMap->ColorCount) in FillBkColor()
269 red = palette[GifFile->SBackGroundColor].Red; in FillBkColor()
270 green = palette[GifFile->SBackGroundColor].Green; in FillBkColor()
271 blue = palette[GifFile->SBackGroundColor].Blue; in FillBkColor()
905 GifFile->SBackGroundColor = Buf[1]; in MstDGifGetScreenDesc()
H A Dgif_lib.h170 SBackGroundColor, /* I hope you understand this one... */ member