Searched refs:GifFilePrivateType (Results 1 - 2 of 2) sorted by last modified time

/external/giflib/
H A Ddgif_lib.c47 (((GifFilePrivateType*)_gif->Private)->Read ? \
48 ((GifFilePrivateType*)_gif->Private)->Read(_gif,_buf,_len) : \
49 fread(_buf,1,_len,((GifFilePrivateType*)_gif->Private)->File))
94 GifFilePrivateType *Private;
106 Private = (GifFilePrivateType *)malloc(sizeof(GifFilePrivateType));
174 GifFilePrivateType *Private;
184 Private = (GifFilePrivateType *)malloc(sizeof(GifFilePrivateType));
237 GifFilePrivateType *Privat
[all...]
H A Dgif_lib_private.h33 typedef struct GifFilePrivateType { struct
55 } GifFilePrivateType; typedef in typeref:struct:GifFilePrivateType

Completed in 53 milliseconds