Lines Matching refs:FILE
49 fread(_buf,1,_len,((GifFilePrivateType*)_gif->Private)->File))
62 * Open a new gif file for read, given by its name.
85 * Update a new gif file, given its file handle.
95 FILE *f;
126 Private->File = f;
131 /* Lets see if this is a GIF file: */
193 Private->File = 0;
199 /* Lets see if this is a GIF file: */
230 * this routine is called automatically from DGif file open routines.
240 /* This file was NOT open for reading: */
245 /* Put the screen descriptor into the file: */
295 /* This file was NOT open for reading: */
337 /* This file was NOT open for reading: */
424 * Get one full scanned line (Line) of length LineLen from GIF file.
435 /* This file was NOT open for reading: */
468 * Put one pixel (Pixel) into GIF file.
478 /* This file was NOT open for reading: */
508 * Get an extension block (see GIF manual) from gif file. This routine only
523 /* This file was NOT open for reading: */
538 * Get a following extension block (see GIF manual) from gif file. This
567 * This routine should be called last, to close the GIF file.
573 FILE *File;
581 /* This file was NOT open for reading: */
586 File = Private->File;
610 if (File && (fclose(File) != 0)) {
618 * Get 2 bytes (word) from the given file:
650 /* This file was NOT open for reading: */
704 READ(GifFile, &CodeSize, 1); /* Read Code size from file. */
728 * This version decompress the given gif file into Line of length LineLen.
756 /* Let pop the stack off before continueing to read the gif file: */
893 /* This file was NOT open for reading: */