Home
last modified time | relevance | path

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

/external/giflib/
Degif_lib.c37 static int EGifCompressLine(GifFileType * GifFile, GifPixelType * Line,
471 return EGifCompressLine(GifFile, Line, LineLen); in EGifPutLine()
498 return EGifCompressLine(GifFile, &Pixel, 1); in EGifPutPixel()
881 EGifCompressLine(GifFileType *GifFile, in EGifCompressLine() function