Home
last modified time | relevance | path

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

/haiku/headers/private/interface/
H A DColorConversion.h38 inline uint8 IndexForRGB15(uint16 rgb) const;
39 inline uint8 IndexForRGB15(uint8 red, uint8 green, uint8 blue) const;
/haiku/src/build/libbe/interface/
H A DBitmap.cpp332 inline uint8 IndexForRGB15(uint16 rgb) const;
333 inline uint8 IndexForRGB15(uint8 red, uint8 green, uint8 blue) const;
494 PaletteConverter::IndexForRGB15(uint16 rgb) const in IndexForRGB15() function in PaletteConverter
510 PaletteConverter::IndexForRGB15(uint8 red, uint8 green, uint8 blue) const in IndexForRGB15() function in PaletteConverter
/haiku/src/kits/interface/
H A DColorConversion.cpp219 PaletteConverter::IndexForRGB15(uint16 rgb) const in IndexForRGB15() function in BPrivate::PaletteConverter
236 PaletteConverter::IndexForRGB15(uint8 red, uint8 green, uint8 blue) const in IndexForRGB15() function in BPrivate::PaletteConverter