tests: Expand bitmap_data

This commit is contained in:
relrelb 2021-03-13 19:08:12 +02:00 committed by Mike Welsh
parent 3b6f0f0ced
commit 72626825d3
3 changed files with 8 additions and 0 deletions

View File

@ -880,6 +880,14 @@ a: 32, r: 32, g:32, b:32
// src.getColorBoundsRect(0xFFFFFFFF, 0xFFFFFFFF, true) // src.getColorBoundsRect(0xFFFFFFFF, 0xFFFFFFFF, true)
(x=0, y=0, w=3, h=3) (x=0, y=0, w=3, h=3)
// src.getColorBoundsRect(0xFFFFFFFF, 0xFFFFFFFF, false) // src.getColorBoundsRect(0xFFFFFFFF, 0xFFFFFFFF, false)
(x=0, y=0, w=0, h=0)
// src.getColorBoundsRect(0xFFFFFFFF, 0xFFFFFFFF, true)
(x=0, y=0, w=3, h=3)
// src.getColorBoundsRect(0xFFFFFFFF, 0xFFFFFFFF, false)
(x=0, y=0, w=2, h=2)
// src.getColorBoundsRect(0xFFFFFFFF, 0xFFFFFFFF, true)
(x=0, y=0, w=3, h=3)
// src.getColorBoundsRect(0xFFFFFFFF, 0xFFFFFFFF, false)
(x=1, y=1, w=1, h=1) (x=1, y=1, w=1, h=1)
// src.getColorBoundsRect(0xFF000000, 0x00000000, false) // src.getColorBoundsRect(0xFF000000, 0x00000000, false)
(x=0, y=0, w=3, h=3) (x=0, y=0, w=3, h=3)