Home
last modified time | relevance | path

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

/haiku/headers/private/interface/
H A DColorConversion.h40 inline uint8 IndexForRGB16(uint16 rgb) const;
41 inline uint8 IndexForRGB16(uint8 red, uint8 green, uint8 blue) const;
/haiku/src/build/libbe/interface/
H A DBitmap.cpp334 inline uint8 IndexForRGB16(uint16 rgb) const;
335 inline uint8 IndexForRGB16(uint8 red, uint8 green, uint8 blue) const;
525 PaletteConverter::IndexForRGB16(uint16 rgb) const in IndexForRGB16() function in PaletteConverter
541 PaletteConverter::IndexForRGB16(uint8 red, uint8 green, uint8 blue) const in IndexForRGB16() function in PaletteConverter
/haiku/src/kits/interface/
H A DColorConversion.cpp252 PaletteConverter::IndexForRGB16(uint16 rgb) const in IndexForRGB16() function in BPrivate::PaletteConverter
269 PaletteConverter::IndexForRGB16(uint8 red, uint8 green, uint8 blue) const in IndexForRGB16() function in BPrivate::PaletteConverter