(pixels, offsetIn, count)
| 35 | } |
| 36 | begin(x, y, width, height) { return native("xs_BufferOut_begin").call(this, x, y, width, height); } |
| 37 | send(pixels, offsetIn, count) { return native("xs_BufferOut_send").call(this, pixels, offsetIn, count); } |
| 38 | end() { |
| 39 | } |
| 40 | continue() { |