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

/haiku/src/build/libbe/interface/
H A DBitmap.cpp966 // RGB24Writer
968 struct RGB24Writer : public BaseWriter<_PixelType> { struct in inherits:BaseWriter
972 RGB24Writer(void *data) : BaseWriter<_PixelType>(data) {} function in struct:RGB24Writer
1321 typedef RGB24Writer<rgb24_pixel> Writer;
1330 typedef RGB24Writer<rgb24_big_pixel> Writer;

Completed in 19 milliseconds