()
| 102 | } |
| 103 | |
| 104 | function pattern() { |
| 105 | let pattern = parseBMP(new Resource("pattern1.bmp")); |
| 106 | poco.fillPattern(pattern, 0, 0, poco.width, poco.height); |
| 107 | poco.fillPattern(pattern, 28, 28, 63, 35, 21, 14, 7, 7); |
| 108 | } |
| 109 | |
| 110 | function grayBitmap() { |
| 111 | poco.fillRectangle(gray, 0, 0, poco.width, poco.height); |
nothing calls this directly
no test coverage detected