Searched refs:gfx_line (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/system/ulib/gfx/include/gfx/
H A Dgfx.h77 void gfx_line(gfx_surface* surface, unsigned x1, unsigned y1, unsigned x2, unsigned y2, unsigned color);
/fuchsia/zircon/kernel/lib/gfx/include/lib/
H A Dgfx.h78 void gfx_line(gfx_surface* surface, uint x1, uint y1, uint x2, uint y2, uint color);
/fuchsia/zircon/kernel/lib/gfx/
H A Dgfx.cpp229 void gfx_line(gfx_surface* surface, uint x1, uint y1, uint x2, uint y2, uint color) { function
/fuchsia/zircon/system/ulib/gfx/
H A Dgfx.c369 void gfx_line(gfx_surface* surface, unsigned x1, unsigned y1, unsigned x2, unsigned y2, unsigned color) { function
/fuchsia/zircon/system/uapp/gfxlatency/
H A Dmain.cpp1852 gfx_line(sprite_surface,
1887 gfx_line(surface, line.p1.x, line.p1.y, line.p2.x,

Completed in 93 milliseconds