Searched refs:CrntSlot (Results 1 - 1 of 1) sorted by last modified time

/external/giflib/
H A Dgifalloc.c117 int i, j, CrntSlot, RoundUpTo, NewGifBitSize; local
138 CrntSlot = ColorIn1->ColorCount;
143 * Back CrntSlot down past all contiguous {0, 0, 0} slots at the end
147 while (ColorIn1->Colors[CrntSlot - 1].Red == 0
148 && ColorIn1->Colors[CrntSlot - 1].Green == 0
149 && ColorIn1->Colors[CrntSlot - 1].Blue == 0)
150 CrntSlot--;
153 for (i = 0; i < ColorIn2->ColorCount && CrntSlot <= 256; i++) {
164 ColorUnion->Colors[CrntSlot] = ColorIn2->Colors[i];
165 ColorTransIn2[i] = CrntSlot
[all...]

Completed in 124 milliseconds