Searched refs:PaletteConverter (Results 1 – 4 of 4) sorted by relevance
27 class PaletteConverter {29 PaletteConverter();30 PaletteConverter(const rgb_color *palette);31 PaletteConverter(const color_map *colorMap);32 ~PaletteConverter();
84 PaletteConverter::PaletteConverter() in PaletteConverter() function in BPrivate::PaletteConverter96 PaletteConverter::PaletteConverter(const rgb_color *palette) in PaletteConverter() function in BPrivate::PaletteConverter109 PaletteConverter::PaletteConverter(const color_map *colorMap) in PaletteConverter() function in BPrivate::PaletteConverter120 PaletteConverter::~PaletteConverter() in ~PaletteConverter()131 PaletteConverter::SetTo(const rgb_color *palette) in SetTo()184 PaletteConverter::SetTo(const color_map *colorMap) in SetTo()204 PaletteConverter::InitCheck() const in InitCheck()219 PaletteConverter::IndexForRGB15(uint16 rgb) const in IndexForRGB15()236 PaletteConverter::IndexForRGB15(uint8 red, uint8 green, uint8 blue) const in IndexForRGB15()252 PaletteConverter::IndexForRGB16(uint16 rgb) const in IndexForRGB16()[all …]
1479 status_t status = BPrivate::PaletteConverter::InitializeDefault(true); in _init_interface_kit_()
321 class PaletteConverter { class323 PaletteConverter();324 PaletteConverter(const rgb_color *palette);325 PaletteConverter(const color_map *colorMap);326 ~PaletteConverter();356 using BPrivate::PaletteConverter;362 PaletteConverter::PaletteConverter() in PaletteConverter() function in PaletteConverter374 PaletteConverter::PaletteConverter(const rgb_color *palette) in PaletteConverter() function in PaletteConverter387 PaletteConverter::PaletteConverter(const color_map *colorMap) in PaletteConverter() function in PaletteConverter398 PaletteConverter::~PaletteConverter() in ~PaletteConverter()[all …]