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

/haiku/src/build/libbe/interface/
H A DBitmap.cpp993 // RGB16Writer
995 struct RGB16Writer : public BaseWriter<_PixelType> { struct in inherits:BaseWriter
999 RGB16Writer(void *data) : BaseWriter<_PixelType>(data) {} function in struct:RGB16Writer
1339 typedef RGB16Writer<rgb16_pixel> Writer;
1348 typedef RGB16Writer<rgb16_big_pixel> Writer;

Completed in 33 milliseconds