Searched refs:RasBuf (Results 1 – 2 of 2) sorted by relevance
15 struct RasBuf { struct19 RasBuf<Color> Clip(int x, int y, int w, int h) const; argument22 typedef RasBuf<uint8> RasBuf8;23 typedef RasBuf<uint32> RasBuf32;
28 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>; variable49 template class RasBuf<uint32>; variable