| 126 | } |
| 127 | |
| 128 | Valdi::Ref<TestBitmap> BitmapBuilder::build() { |
| 129 | SC_ASSERT(_currentRow + 1 == _height); |
| 130 | return _bitmap; |
| 131 | } |
| 132 | |
| 133 | std::ostream& operator<<(std::ostream& os, const TestBitmap& bitmap) { |
| 134 | auto info = bitmap.getInfo(); |
no outgoing calls
no test coverage detected