Home
last modified time | relevance | path

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

/dports/graphics/sam2p/sam2p-0.49.4/
H A Dcgif.c45 #define CGIFFF macro
314 void CGIFFF FreeMapObject(CGIFFF ColorMapObject *Object) in FreeMapObject()
463 int CGIFFF AddExtensionBlock(CGIFFF SavedImage *New, int Len, CGIFFF GifByteType ExtData[]) in AddExtensionBlock()
488 void CGIFFF FreeExtension(CGIFFF SavedImage *Image) in FreeExtension()
503 CGIFFF SavedImage *CGIFFF MakeSavedImage(CGIFFF GifFileType *GifFile, CGIFFF SavedImage *CopyFrom) in MakeSavedImage()
799 int CGIFFF DGifGetRecordType(CGIFFF GifFileType *GifFile, CGIFFF GifRecordType *Type)
916 int CGIFFF DGifGetLine(CGIFFF GifFileType *GifFile, CGIFFF GifPixelType *Line, int LineLen)
957 int CGIFFF DGifGetPixel(CGIFFF GifFileType *GifFile, CGIFFF GifPixelType Pixel)
1027 int CGIFFF DGifGetExtensionNext(CGIFFF GifFileType *GifFile, CGIFFF GifByteType **Extension)
1131 int CGIFFF DGifGetCodeNext(CGIFFF GifFileType *GifFile, CGIFFF GifByteType **CodeBlock)
[all …]
H A Din_gif.cpp37 #undef CGIFFF
38 #define CGIFFF CGIF:: macro
42 CGIFFF GifFileType *giff; in in_gif_reader()
43 CGIFFF SavedImage *sp; in in_gif_reader()
44 CGIFFF ColorMapObject *cm; in in_gif_reader()
48 …if (0==(giff=CGIFFF DGifOpenFILE(((Filter::UngetFILED*)ufd)->getFILE(/*seekable:*/false))) || GIF_… in in_gif_reader()
49 …Error::sev(Error::EERROR) << "GIF: " << ((err=CGIFFF GetGifError()) ? err : "unknown error") << (E… in in_gif_reader()
56 CGIFFF GifColorType *co=cm->Colors, *ce=co+cm->ColorCount; in in_gif_reader()
66 CGIFFF DGifCloseFile(giff); /* also frees memory structure */ in in_gif_reader()