Searched refs:ColorUnion (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./
118 ColorMapObject *ColorUnion; local
127 ColorUnion = GifMakeMapObject(MAX(ColorIn1->ColorCount,
130 if (ColorUnion == NULL)
134 * Copy ColorIn1 to ColorUnion.
137 ColorUnion->Colors[i] = ColorIn1->Colors[i];
152 /* Copy ColorIn2 to ColorUnion (use old colors if they exist): */
164 ColorUnion->Colors[CrntSlot] = ColorIn2->Colors[i];
170 GifFreeMapObject(ColorUnion);
[all...]

Completed in 585 milliseconds