Home
last modified time | relevance | path

Searched refs:pixel_t (Results 1 – 1 of 1) sorted by relevance

/haiku/src/build/libbe/interface/
H A DBitmap.cpp723 typedef _PixelType pixel_t; typedef
725 BaseReader(const void *data) : pixels((const pixel_t*)data) {} in BaseReader()
727 inline void SetTo(const void *data) { pixels = (const pixel_t*)data; } in SetTo()
731 pixels = (const pixel_t*)((const char*)pixels + skip); in NextRow()
734 const pixel_t *pixels;
741 typedef _PixelType pixel_t; typedef
747 const pixel_t &pixel = *BaseReader<_PixelType>::pixels; in Read()
767 typedef _PixelType pixel_t; typedef
775 const pixel_t &pixel = *BaseReader<_PixelType>::pixels; in Read()
798 typedef _PixelType pixel_t; typedef
[all …]