Searched defs:RoundUpTo (Results 1 - 1 of 1) sorted by relevance

/external/giflib/
H A Dgifalloc.c117 int i, j, CrntSlot, RoundUpTo, NewGifBitSize; local
175 RoundUpTo = (1 << NewGifBitSize);
177 if (RoundUpTo != ColorUnion->ColorCount) {
185 for (j = CrntSlot; j < RoundUpTo; j++)
189 if (RoundUpTo < ColorUnion->ColorCount)
191 sizeof(GifColorType) * RoundUpTo);
194 ColorUnion->ColorCount = RoundUpTo;

Completed in 119 milliseconds