Searched refs:InputFunc (Results 1 – 3 of 3) sorted by relevance
47 InputFunc Read; /* function to read gif input (TVT) */
98 typedef int (*InputFunc) (GifFileType *, GifByteType *, int); typedef182 GifFileType *DGifOpen(void *userPtr, InputFunc readFunc, int *Error); /* new one (TVT) */
159 DGifOpen(void *userData, InputFunc readFunc, int *Error) in DGifOpen()