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

/haiku/src/build/libbe/interface/
H A DBitmap.cpp937 // RGB32Writer
939 struct RGB32Writer : public BaseWriter<_PixelType> { struct in inherits:BaseWriter
943 RGB32Writer(void *data) : BaseWriter<_PixelType>(data) {} function in struct:RGB32Writer
1303 typedef RGB32Writer<rgb32_pixel> Writer;
1312 typedef RGB32Writer<rgb32_big_pixel> Writer;

Completed in 80 milliseconds