| 444 | |
| 445 | template <typename TestedDevice, typename ReferenceDevice> |
| 446 | void TestWriteRectWindowSimple(BlendingMode blending_mode, |
| 447 | Orientation orientation) { |
| 448 | TestDisplayDevice<TestedDevice, ReferenceDevice> screen(8, 12, |
| 449 | Color(0x00000000)); |
| 450 | screen.setOrientation(orientation); |
| 451 | fillRandom(&screen, blending_mode, 2, 3, 6, 7); |
| 452 | EXPECT_CONSISTENT(screen); |
| 453 | } |
| 454 | |
| 455 | template <typename TestedDevice, typename ReferenceDevice> |
| 456 | void TestWriteRectWindowStress(BlendingMode blending_mode, |
nothing calls this directly
no test coverage detected