|
XenevaOS
|

Functions | |
| void | fill_rrect_neon (uint32_t *fb, int fb_stride, int x, int y, int w, int h, int radius, uint32_t color) |
| void | fill_rrect_neon_aa (uint32_t *fb, int fb_stride, int x, int y, int w, int h, int radius, uint32_t color) |
| void | draw_rrect_filled (ChCanvas *canv, int x, int y, int w, int h, int radius, uint32_t color) |
| draw_rrect_filled – draws rounded rectangle filled | |
draw_rrect_filled – draws rounded rectangle filled
| canv | – Pointer to canvas |
| x | – X coordinate |
| y | – Y coordinate |
| w | – width of the rounded rect |
| h | – Height of the rounded rectangle |
| void fill_rrect_neon | ( | uint32_t * | fb, |
| int | fb_stride, | ||
| int | x, | ||
| int | y, | ||
| int | w, | ||
| int | h, | ||
| int | radius, | ||
| uint32_t | color | ||
| ) |