Home
last modified time | relevance | path

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

/reactos/dll/win32/windowscodecs/
H A Dungif.h142 #define GRAPHICS_EXT_FUNC_CODE 0xf9 /* graphics control */ macro
H A Dgifformat.c738 if (eb->Function == GRAPHICS_EXT_FUNC_CODE && eb->ByteCount == 8) { in GifFrameDecode_CopyPalette()
976 if (This->frame->Extensions.ExtensionBlocks[i].Function == GRAPHICS_EXT_FUNC_CODE) in GifFrameDecode_Block_GetReaderByIndex()
1231 if (eb->Function == GRAPHICS_EXT_FUNC_CODE && eb->ByteCount == 8) in GifDecoder_CopyPalette()
H A Dungif.c928 if (GifFile->ImageCount || Function == GRAPHICS_EXT_FUNC_CODE) in DGifSlurp()