Searched refs:RGB15Writer (Results 1 - 1 of 1) sorted by relevance

/haiku/src/build/libbe/interface/
H A DBitmap.cpp1020 // RGB15Writer
1022 struct RGB15Writer : public BaseWriter<_PixelType> { struct in inherits:BaseWriter
1026 RGB15Writer(void *data) : BaseWriter<_PixelType>(data) {} function in struct:RGB15Writer
1357 typedef RGB15Writer<rgb16_pixel> Writer;
1366 typedef RGB15Writer<rgb16_big_pixel> Writer;

Completed in 102 milliseconds