Home
last modified time | relevance | path

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

/haiku/src/system/boot/platform/riscv/
H A Dgraphics.h15 struct RasBuf { struct
19 RasBuf<Color> Clip(int x, int y, int w, int h) const; argument
22 typedef RasBuf<uint8> RasBuf8;
23 typedef RasBuf<uint32> RasBuf32;
H A Dgraphics.cpp28 RasBuf<Color>
29 RasBuf<Color>::Clip(int x, int y, int w, int h) const in Clip()
31 RasBuf<Color> vb = *this; in Clip()
48 template class RasBuf<uint8>; variable
49 template class RasBuf<uint32>; variable