Searched refs:InputFunc (Results 1 – 3 of 3) sorted by relevance
209 typedef MS_U32 (*InputFunc)(GifFileType*,GifByteType*,int); typedef274 GifFileType *MstDGifOpenFileHandle(MS_U32 GifFileHandle,InputFunc read_fun, GifByteType* bitstream);275 GifFileType *MstDGifOpen( void* userPtr, InputFunc readFunc ); /* new one (TVT) */
117 InputFunc Read; /* function to read gif input (TVT) */
445 … GifFile = MstDGifOpenFileHandle(FileHandle, (InputFunc)READ_ram, (GifByteType*)(StreamBuffAddr)); in MstDGifProcess()773 GifFileType *MstDGifOpenFileHandle(MS_U32 FileHandle, InputFunc read_fun, GifByteType* bitstream) in MstDGifOpenFileHandle()