Searched refs:LIGHT_BLUE (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_bitblt.c | 23 static const struct efi_gop_pixel LIGHT_BLUE = {255, 192, 192, 0}; variable 139 ellipse(x, y, 36, 56, 42, 74, LIGHT_BLUE, &pix); in setup() 142 ellipse(x, y, 36, 76, 42, 94, LIGHT_BLUE, &pix); in setup() 172 ellipse(x, y, 51, 41, 198, 108, LIGHT_BLUE, &pix); in setup() 176 ellipse(x, y, 80, 58, 108, 81, LIGHT_BLUE, &pix); in setup() 187 ellipse(x, y, 160, 58, 188, 81, LIGHT_BLUE, &pix); in setup()
|