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

/haiku/headers/private/shared/
H A DColorQuantizer.h43 class BColorQuantizer { class in namespace:BPrivate
45 BColorQuantizer(uint32 maxColors,
47 virtual ~BColorQuantizer();
82 using BPrivate::BColorQuantizer;
/haiku/src/kits/shared/
H A DColorQuantizer.cpp43 struct BColorQuantizer::Node {
55 BColorQuantizer::BColorQuantizer(uint32 maxColors, uint32 bitsPerColor) function in class:BColorQuantizer
74 BColorQuantizer::~BColorQuantizer()
82 BColorQuantizer::ProcessImage(const uint8* const * rowPtrs, int width,
103 BColorQuantizer::GetColorCount() const
110 BColorQuantizer::GetColorTable(RGBA* table) const
151 BColorQuantizer::_AddColor(Node** _node, uint8 r, uint8 g, uint8 b, uint8 a,
181 BColorQuantizer
[all...]
/haiku/src/tools/
H A Dgenerate_boot_screen.cpp280 BColorQuantizer quantizer(256, 8);

Completed in 67 milliseconds