Searched refs:Interlace (Results 1 - 3 of 3) sorted by relevance

/external/giflib/
H A Degif_lib.c363 const bool Interlace,
384 GifFile->Image.Interlace = Interlace;
408 (Interlace ? 0x40 : 0x00) |
1113 sp->ImageDesc.Interlace,
1117 if (sp->ImageDesc.Interlace) {
358 EGifPutImageDesc(GifFileType *GifFile, const int Left, const int Top, const int Width, const int Height, const bool Interlace, const ColorMapObject *ColorMap) argument
H A Dgif_lib.h49 bool Interlace; /* Sequential/Interlaced lines. */ member in struct:GifImageDesc
H A Ddgif_lib.c365 GifFile->Image.Interlace = (Buf[0] & 0x40) ? true : false;
1118 if (sp->ImageDesc.Interlace) {

Completed in 62 milliseconds