Searched refs:InputFunc (Results 1 – 3 of 3) sorted by relevance
48 InputFunc Read; /* function to read gif input (TVT) */
115 typedef int (*InputFunc) (GifFileType *, GifByteType *, int); typedef188 GifFileType *DGifOpen(void *userPtr, InputFunc readFunc); /* new one
170 InputFunc readFunc) { in DGifOpen()