Lines Matching refs:PaletteConverter
321 class PaletteConverter { class
323 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 PaletteConverter
374 PaletteConverter::PaletteConverter(const rgb_color *palette) in PaletteConverter() function in PaletteConverter
387 PaletteConverter::PaletteConverter(const color_map *colorMap) in PaletteConverter() function in PaletteConverter
398 PaletteConverter::~PaletteConverter() in ~PaletteConverter()
409 PaletteConverter::SetTo(const rgb_color *palette) in SetTo()
460 PaletteConverter::SetTo(const color_map *colorMap) in SetTo()
480 PaletteConverter::InitCheck() const in InitCheck()
494 PaletteConverter::IndexForRGB15(uint16 rgb) const in IndexForRGB15()
510 PaletteConverter::IndexForRGB15(uint8 red, uint8 green, uint8 blue) const in IndexForRGB15()
525 PaletteConverter::IndexForRGB16(uint16 rgb) const in IndexForRGB16()
541 PaletteConverter::IndexForRGB16(uint8 red, uint8 green, uint8 blue) const in IndexForRGB16()
556 PaletteConverter::IndexForRGB24(uint32 rgb) const in IndexForRGB24()
573 PaletteConverter::IndexForRGB24(uint8 red, uint8 green, uint8 blue) const in IndexForRGB24()
588 PaletteConverter::IndexForGray(uint8 gray) const in IndexForGray()
602 PaletteConverter::RGBColorForIndex(uint8 index) const in RGBColorForIndex()
617 PaletteConverter::RGB15ColorForIndex(uint8 index) const in RGB15ColorForIndex()
634 PaletteConverter::RGB16ColorForIndex(uint8 index) const in RGB16ColorForIndex()
651 PaletteConverter::RGB24ColorForIndex(uint8 index) const in RGB24ColorForIndex()
672 PaletteConverter::RGB24ColorForIndex(uint8 index, uint8 &red, uint8 &green, in RGB24ColorForIndex()
691 PaletteConverter::GrayColorForIndex(uint8 index) const in GrayColorForIndex()
699 static PaletteConverter gPaletteConverter;
705 static const PaletteConverter*
829 CMAP8Reader(const void *data, const PaletteConverter &converter) in CMAP8Reader()
845 const PaletteConverter &converter;
1051 CMAP8Writer(void *data, const PaletteConverter &converter) in CMAP8Writer()
1066 const PaletteConverter &converter;
1296 Reader reader, const PaletteConverter &paletteConverter) in set_bits()
1830 const PaletteConverter &paletteConverter = *palette_converter(); in ImportBits()