29 #ifndef PT_GFX_VIEWBASE_H
30 #define PT_GFX_VIEWBASE_H
32 #include <Pt/Gfx/Api.h>
42 typedef Pt::ssize_t pos_t;
43 typedef Pt::ssize_t length_t;
52 ViewBase(Pt::ssize_t width, Pt::ssize_t height,
59 Pt::ssize_t width()
const
62 Pt::ssize_t height()
const
66 {
return _width == 0 || _height == 0; }
68 Pt::ssize_t stride()
const
76 void setDimensions(Pt::ssize_t w, Pt::ssize_t h,