| 177 | { |
| 178 | } |
| 179 | void attach( |
| 180 | unsigned char* buf, unsigned width, unsigned height, int stride) |
| 181 | { |
| 182 | renBuf.attach(buf, width, height, stride); |
| 183 | } |
| 184 | int width() const |
| 185 | { |
| 186 | return renBuf.width(); |
no outgoing calls
no test coverage detected