Home
last modified time | relevance | path

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

/reactos/dll/win32/windowscodecs/
H A Dungif.c112 static int DGifDecompressLine(GifFileType *GifFile, GifPixelType *Line, int LineLen);
489 if (DGifDecompressLine(GifFile, Line, LineLen) == GIF_OK) { in DGifGetLine()
644 DGifDecompressLine(GifFileType * GifFile, in DGifDecompressLine() function