Home
last modified time | relevance | path

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

/external/giflib/
Dgif_lib_private.h48 InputFunc Read; /* function to read gif input (TVT) */
Dgif_lib.h115 typedef int (*InputFunc) (GifFileType *, GifByteType *, int); typedef
188 GifFileType *DGifOpen(void *userPtr, InputFunc readFunc); /* new one
Ddgif_lib.c170 InputFunc readFunc) { in DGifOpen()