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

/external/giflib/
H A Dgifalloc.c108 ColorIn1 is copied as is to ColorUnion, while colors from ColorIn2 are
110 ColorIn2 into the ColorUnion color map table./
114 const ColorMapObject *ColorIn2,
128 ColorIn2->ColorCount) * 2, NULL);
152 /* Copy ColorIn2 to ColorUnion (use old colors if they exist): */
153 for (i = 0; i < ColorIn2->ColorCount && CrntSlot <= 256; i++) {
156 if (memcmp (&ColorIn1->Colors[j], &ColorIn2->Colors[i],
164 ColorUnion->Colors[CrntSlot] = ColorIn2->Colors[i];
113 GifUnionColorMap(const ColorMapObject *ColorIn1, const ColorMapObject *ColorIn2, GifPixelType ColorTransIn2[]) argument

Completed in 131 milliseconds