Searched refs:gfx_line (Results 1 – 2 of 2) sorted by relevance
/lk-master/lib/gfx/include/lib/ |
A D | gfx.h | 72 void gfx_line(gfx_surface *surface, uint x1, uint y1, uint x2, uint y2, uint color);
|
/lk-master/lib/gfx/ |
A D | gfx.c | 316 void gfx_line(gfx_surface *surface, uint x1, uint y1, uint x2, uint y2, uint color) { in gfx_line() function
|
Completed in 4 milliseconds