Searched refs:gfx_fillrect (Results 1 – 3 of 3) sorted by relevance
/lk-master/lib/gfx/include/lib/ |
A D | gfx.h | 66 void gfx_fillrect(gfx_surface *surface, uint x, uint y, uint width, uint height, uint color);
|
/lk-master/lib/gfxconsole/ |
A D | gfxconsole.c | 90 …gfx_fillrect(gfxconsole.surface, 0, gfxconsole.surface->height - FONT_Y - gfxconsole.extray, gfxco… in gfxconsole_putc()
|
/lk-master/lib/gfx/ |
A D | gfx.c | 112 void gfx_fillrect(gfx_surface *surface, uint x, uint y, uint width, uint height, uint color) { in gfx_fillrect() function
|
Completed in 5 milliseconds