| 136 | typedef AddrWindowDevice<TestTarget<ColorMode, byte_order>> Base; |
| 137 | |
| 138 | TestDevice(int16_t width, int16_t height, Color color) |
| 139 | : Base(TestTarget<ColorMode, byte_order>(width, height, color)) { |
| 140 | Base::init(); |
| 141 | } |
| 142 | |
| 143 | const Color* data() const { return Base::target_.data(); } |
| 144 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected