Home
last modified time | relevance | path

Searched refs:InputFunc (Results 1 – 3 of 3) sorted by relevance

/external/giflib/
Dgif_lib_private.h47 InputFunc Read; /* function to read gif input (TVT) */
Dgif_lib.h98 typedef int (*InputFunc) (GifFileType *, GifByteType *, int); typedef
182 GifFileType *DGifOpen(void *userPtr, InputFunc readFunc, int *Error); /* new one (TVT) */
Ddgif_lib.c159 DGifOpen(void *userData, InputFunc readFunc, int *Error) in DGifOpen()