| 114 | |
| 115 | const Box& extents() const { return window_; } |
| 116 | std::unique_ptr<NibbleRectWindowIteratorRawStream> createRawStream() const { |
| 117 | return std::unique_ptr<NibbleRectWindowIteratorRawStream>( |
| 118 | new NibbleRectWindowIteratorRawStream(rect_, window_)); |
| 119 | } |
| 120 | |
| 121 | Grayscale4 color_mode() const { return Grayscale4(); } |
| 122 |
nothing calls this directly
no outgoing calls
no test coverage detected