coreboot-kgpe-d16/payloads/libpayload/drivers
Yu-Ping Wu a26986e1a7 libpayload: cbgfx: Support drawing a box with rounded corners
A function draw_rounded_box() is added to draw a box with rounded
corners. In addition, this function is different from draw_box() in 2
ways:
- The position and size arguments are relative to the canvas.
- This function supports drawing only the border of a box (linear time
  complexity when the thickness is fixed).

BRANCH=none
BUG=b:146105976
TEST=emerge-nami libpayload

Change-Id: Ie480410d2fd8316462d5ff874999ae2317de04f9
Signed-off-by: Yu-Ping Wu <yupingso@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37757
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Hung-Te Lin <hungte@chromium.org>
2020-01-14 18:25:36 +00:00
..
i8042 libpayload/drivers/i8042: add error messages to i8042_probe 2019-12-20 17:43:17 +00:00
serial
storage
timer Remove MIPS architecture 2019-11-20 10:10:48 +00:00
udc Change all clrsetbits_leXX() to clrsetbitsXX() 2019-12-04 14:11:17 +00:00
usb
video libpayload: cbgfx: Support drawing a box with rounded corners 2020-01-14 18:25:36 +00:00
Makefile.inc Remove imgtec/pistachio SoC 2019-11-20 10:10:44 +00:00
cbmem_console.c libpayload: Implement reading from CBMEM console 2019-12-16 09:47:38 +00:00
hid.c
mouse_cursor.c
nvram.c
options.c
pci.c
speaker.c