Searched defs:fillrect (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/kernel/lib/gfx/include/lib/
H A Dgfx.h58 void (*fillrect)(struct gfx_surface*, uint x, uint y, uint width, uint height, uint color); member in struct:gfx_surface
/fuchsia/zircon/system/ulib/gfx/include/gfx/
H A Dgfx.h52 void (*fillrect)(gfx_surface*, unsigned x, unsigned y, unsigned width, unsigned height, unsigned color); member in struct:gfx_surface
/fuchsia/zircon/kernel/lib/gfx/
H A Dgfx.cpp208 static void fillrect(gfx_surface* surface, uint x, uint y, uint width, uint height, uint _color) { function
[all...]

Completed in 29 milliseconds