Searched refs:copyrect (Results 1 – 2 of 2) sorted by relevance
| /kernel/lib/gfx/ |
| A D | gfx.cpp | 120 surface->copyrect(surface, x, y, width, height, x2, y2); in gfx_copyrect() 172 static void copyrect(gfx_surface* surface, uint x, uint y, uint width, uint height, uint x2, uint y… in copyrect() function 522 surface->copyrect = ©rect<uint16_t>; in gfx_init_surface() 532 surface->copyrect = ©rect<uint32_t>; in gfx_init_surface() 541 surface->copyrect = ©rect<uint8_t>; in gfx_init_surface() 550 surface->copyrect = ©rect<uint8_t>; in gfx_init_surface() 559 surface->copyrect = ©rect<uint8_t>; in gfx_init_surface()
|
| /kernel/lib/gfx/include/lib/ |
| A D | gfx.h | 57 … void (*copyrect)(struct gfx_surface*, uint x, uint y, uint width, uint height, uint x2, uint y2); member
|
Completed in 29 milliseconds