Home
last modified time | relevance | path

Searched defs:RGB15Writer (Results 1 – 1 of 1) sorted by relevance

/haiku/src/build/libbe/interface/
H A DBitmap.cpp1022 struct RGB15Writer : public BaseWriter<_PixelType> { struct
1026 RGB15Writer(void *data) : BaseWriter<_PixelType>(data) {} in RGB15Writer() argument
1028 inline void Write(const rgb_color_value &color) in Write()
1038 inline void Write(const gray_color_value &gray) in Write()