Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Ddgif_lib.c120 static MS_U32 DGifDecompressLine(GifFileType *GifFile, GifPixelType *Line,
1169 if (DGifDecompressLine(GifFile, Line, LineLen) == GIF_OK) {
1208 if (DGifDecompressLine(GifFile, &Pixel, 1) == GIF_OK) {
1285 static MS_U32 DGifDecompressLine(GifFileType *GifFile, GifPixelType *Line, function