Searched defs:gfx_surface (Results 1 – 1 of 1) sorted by relevance
/lk-master/lib/gfx/include/lib/ |
A D | gfx.h | 43 typedef struct gfx_surface { struct 56 … void (*copyrect)(struct gfx_surface *, uint x, uint y, uint width, uint height, uint x2, uint y2); argument 57 void (*fillrect)(struct gfx_surface *, uint x, uint y, uint width, uint height, uint color); argument 58 void (*putpixel)(struct gfx_surface *, uint x, uint y, uint color); argument 60 } gfx_surface; typedef
|
Completed in 2 milliseconds