Home
last modified time | relevance | path

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

/third_party/giflib/
Degif_lib.c37 static int EGifPutWord(int Word, GifFileType * GifFile);
322 (void)EGifPutWord(Width, GifFile); in EGifPutScreenDesc()
323 (void)EGifPutWord(Height, GifFile); in EGifPutScreenDesc()
413 (void)EGifPutWord(Left, GifFile); in EGifPutImageDesc()
414 (void)EGifPutWord(Top, GifFile); in EGifPutImageDesc()
415 (void)EGifPutWord(Width, GifFile); in EGifPutImageDesc()
416 (void)EGifPutWord(Height, GifFile); in EGifPutImageDesc()
829 EGifPutWord(int Word, GifFileType *GifFile) in EGifPutWord() function