Searched refs:QuantizedColor (Results 1 – 1 of 1) sorted by relevance
73 QuantizedColorType *ColorArrayEntries, *QuantizedColor; in GifQuantizeBuffer() local114 QuantizedColor = NewColorSubdiv[0].QuantizedColors = &ColorArrayEntries[i]; in GifQuantizeBuffer()118 QuantizedColor->Pnext = &ColorArrayEntries[i]; in GifQuantizeBuffer()119 QuantizedColor = &ColorArrayEntries[i]; in GifQuantizeBuffer()122 QuantizedColor->Pnext = NULL; in GifQuantizeBuffer()143 QuantizedColor = NewColorSubdiv[i].QuantizedColors; in GifQuantizeBuffer()145 while (QuantizedColor) { in GifQuantizeBuffer()146 QuantizedColor->NewColorIndex = i; in GifQuantizeBuffer()147 Red += QuantizedColor->RGB[0]; in GifQuantizeBuffer()148 Green += QuantizedColor->RGB[1]; in GifQuantizeBuffer()[all …]