Home
last modified time | relevance | path

Searched refs:PrintPixelBlock (Results 1 – 1 of 1) sorted by last modified time

/dports/graphics/giflib/giflib-5.2.1/
H A Dgiftext.c39 static void PrintPixelBlock(GifByteType *PixelBlock, int Len, bool Reset);
200 PrintPixelBlock(Line, GifFile->Image.Width, i == 0); in main()
202 PrintPixelBlock(NULL, GifFile->Image.Width, false); in main()
407 static void PrintPixelBlock(GifByteType *PixelBlock, int Len, bool Reset) in PrintPixelBlock() function