Searched refs:InterlacedOffset (Results 1 – 3 of 3) sorted by relevance
/third_party/giflib/ |
D | gif2rgb.c | 350 InterlacedOffset[] = { 0, 4, 2, 1 }, /* The way Interlaced image should. */ in GIF2RGB() local 426 for (j = Row + InterlacedOffset[i]; j < Row + Height; in GIF2RGB()
|
D | egif_lib.c | 1131 int InterlacedOffset[] = { 0, 4, 2, 1 }; in EGifSpew() local 1136 for (j = InterlacedOffset[k]; in EGifSpew()
|
D | dgif_lib.c | 1171 int InterlacedOffset[] = { 0, 4, 2, 1 }; in DGifSlurp() local 1175 for (j = InterlacedOffset[i]; in DGifSlurp()
|