Home | History | Annotate | Download | only in giflib

Lines Matching refs:Line

53 static int DGifDecompressLine(GifFileType *GifFile, GifPixelType *Line,
424 * Get one full scanned line (Line) of length LineLen from GIF file.
428 GifPixelType * Line,
452 if (DGifDecompressLine(GifFile, Line, LineLen) == GIF_OK) {
728 * This version decompress the given gif file into Line of length LineLen.
729 * This routine can be called few times (one per scan line, for example), in
734 GifPixelType * Line,
758 Line[i++] = Stack[--StackPtr];
788 Line[i++] = CrntCode;
832 Line[i++] = Stack[--StackPtr];