Home
last modified time | relevance | path

Searched refs:DARK_BLUE (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_bitblt.c22 static const struct efi_gop_pixel DARK_BLUE = {128, 0, 0, 0}; variable
135 pix = DARK_BLUE; in setup()
151 ellipse(x, y, 131, 21, 149, 49, DARK_BLUE, &pix); in setup()
152 rectangle(x, y, 135, 10, 160, 50, DARK_BLUE, &pix); in setup()