RasBuf
RasBuf<Color>
RasBuf<Color>::Clip(int x, int y, int w, int h) const
RasBuf<Color> vb = *this;
template class RasBuf<uint8>;
template class RasBuf<uint32>;
RasBuf<Color> Clip(int x, int y, int w, int h) const;
typedef RasBuf<uint8> RasBuf8;
typedef RasBuf<uint32> RasBuf32;