Searched refs:ColorItem (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/add-ons/translators/gif/
H A DSavePalette.cpp162 class ColorItem : public HashItem { class in inherits:HashItem
164 ColorItem(unsigned int k, unsigned int c, function in class:ColorItem
222 ColorItem* ci = (ColorItem*)hash.GetItem(key);
224 ci = new(nothrow) ColorItem(key, 1, r, g, b);
327 ColorItem **topcolors = (ColorItem **)malloc(fSize * sizeof(ColorItem *));
333 ColorItem *dummy = new ColorItem(
[all...]

Completed in 85 milliseconds