Home
last modified time | relevance | path

Searched refs:QuantizedColor (Results 1 – 1 of 1) sorted by relevance

/external/giflib/
Dquantize.c73 QuantizedColorType *ColorArrayEntries, *QuantizedColor; in GifQuantizeBuffer() local
114 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 …]