Searched refs:gfx_copyrect (Results 1 – 3 of 3) sorted by relevance
/lk-master/lib/gfx/include/lib/ |
A D | gfx.h | 63 void gfx_copyrect(gfx_surface *surface, uint x, uint y, uint width, uint height, uint x2, uint y2);
|
/lk-master/lib/gfxconsole/ |
A D | gfxconsole.c | 88 …gfx_copyrect(gfxconsole.surface, 0, FONT_Y, gfxconsole.surface->width, gfxconsole.surface->height … in gfxconsole_putc()
|
/lk-master/lib/gfx/ |
A D | gfx.c | 81 void gfx_copyrect(gfx_surface *surface, uint x, uint y, uint width, uint height, uint x2, uint y2) { in gfx_copyrect() function
|
Completed in 4 milliseconds