Home
last modified time | relevance | path

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

/third_party/giflib/
Dgif2rgb.c350 InterlacedOffset[] = { 0, 4, 2, 1 }, /* The way Interlaced image should. */ in GIF2RGB() local
426 for (j = Row + InterlacedOffset[i]; j < Row + Height; in GIF2RGB()
Degif_lib.c1131 int InterlacedOffset[] = { 0, 4, 2, 1 }; in EGifSpew() local
1136 for (j = InterlacedOffset[k]; in EGifSpew()
Ddgif_lib.c1171 int InterlacedOffset[] = { 0, 4, 2, 1 }; in DGifSlurp() local
1175 for (j = InterlacedOffset[i]; in DGifSlurp()