Searched refs:CrntSlot (Results 1 – 1 of 1) sorted by relevance
132 int i, j, CrntSlot, RoundUpTo, NewBitSize; in UnionColorMap() local149 CrntSlot = ColorIn1->ColorCount; in UnionColorMap()158 while (ColorIn1->Colors[CrntSlot - 1].Red == 0 in UnionColorMap()159 && ColorIn1->Colors[CrntSlot - 1].Green == 0 in UnionColorMap()160 && ColorIn1->Colors[CrntSlot - 1].Blue == 0) in UnionColorMap()161 CrntSlot--; in UnionColorMap()164 for (i = 0; i < ColorIn2->ColorCount && CrntSlot <= 256; i++) { in UnionColorMap()179 ColorUnion->Colors[CrntSlot] = ColorIn2->Colors[i]; in UnionColorMap()180 ColorTransIn2[i] = CrntSlot++; in UnionColorMap()184 if (CrntSlot > 256) { in UnionColorMap()[all …]