Searched refs:GifFilePrivateType (Results 1 - 2 of 2) sorted by relevance

/external/giflib/
H A Dgif_lib_private.h32 typedef struct GifFilePrivateType { struct
55 } GifFilePrivateType; typedef in typeref:struct:GifFilePrivateType
H A Ddgif_lib.c31 (((GifFilePrivateType*)_gif->Private)->Read ? \
32 ((GifFilePrivateType*)_gif->Private)->Read(_gif,_buf,_len) : \
33 fread(_buf,1,_len,((GifFilePrivateType*)_gif->Private)->File))
76 GifFilePrivateType *Private;
93 Private = (GifFilePrivateType *)malloc(sizeof(GifFilePrivateType));
160 GifFilePrivateType *Private;
175 Private = (GifFilePrivateType *)malloc(sizeof(GifFilePrivateType));
234 GifFilePrivateType *Privat
[all...]

Completed in 310 milliseconds