Searched refs:EGifOpenFileHandle (Results 1 – 16 of 16) sorted by relevance
/third_party/giflib/ |
D | gifsponge.c | 46 if ((GifFileOut = EGifOpenFileHandle(1, &ErrorCode)) == NULL) { in main()
|
D | giffilter.c | 70 if ((GifFileOut = EGifOpenFileHandle(1, &ErrorCode)) == NULL) { in main()
|
D | gifwedge.c | 80 if ((GifFile = EGifOpenFileHandle(1, &ErrorCode)) == NULL) { in main()
|
D | gifcolor.c | 76 if ((GifFile = EGifOpenFileHandle(1, &ErrorCode)) == NULL) { in main()
|
D | gifecho.c | 118 if ((GifFile = EGifOpenFileHandle(1, &ErrorCode)) == NULL) { in main()
|
D | giffix.c | 83 if ((GifFileOut = EGifOpenFileHandle(1, &ErrorCode)) == NULL) { in main()
|
D | gifhisto.c | 189 if ((GifFileOut = EGifOpenFileHandle(1, &ErrorCode)) == NULL) { in main()
|
D | gif_lib.h | 130 GifFileType *EGifOpenFileHandle(const int GifFileHandle, int *Error);
|
D | gifbg.c | 202 if ((GifFile = EGifOpenFileHandle(1, &ErrorCode)) == NULL) { in main()
|
D | gifclrmp.c | 124 if ((GifFileOut = EGifOpenFileHandle(1, &ErrorCode)) == NULL) { in main()
|
D | giftool.c | 220 if ((GifFileOut = EGifOpenFileHandle(1, &ErrorCode)) == NULL) { in main()
|
D | egif_lib.c | 81 GifFile = EGifOpenFileHandle(FileHandle, Error); in EGifOpenFileName() 95 EGifOpenFileHandle(const int FileHandle, int *Error) in EGifOpenFileHandle() function
|
D | gif2rgb.c | 171 if ((GifFile = EGifOpenFileHandle(1, &Error)) == NULL) { in SaveGif()
|
D | ChangeLog | 534 error occurs in EGifOpenFileHandle 603 * lib/egif_lib.c: (EGifOpenFileHandle) Move the write of the 610 EGifOpenFileHandle.
|
D | gifbuild.c | 138 if ((GifFileOut = EGifOpenFileHandle(fdout, &ErrorCode)) == NULL) { in Icon2Gif()
|
D | NEWS | 329 EGifOpenFileName(), EGifOpenFileHandle(), and EGifOpen() - all now take
|