Searched refs:gfx_putchar (Results 1 - 7 of 7) sorted by relevance

/fuchsia/zircon/system/ulib/gfx/include/gfx/
H A Dgfx.h74 void gfx_putchar(gfx_surface*, const gfx_font*, unsigned ch, unsigned x, unsigned y, unsigned fg, unsigned bg);
/fuchsia/zircon/kernel/lib/gfx/include/lib/
H A Dgfx.h89 void gfx_putchar(struct gfx_surface* surface, const struct gfx_font* font,
/fuchsia/zircon/kernel/lib/gfxconsole/
H A Dgfxconsole.cpp61 gfx_putchar(gfxconsole.surface, font, c,
/fuchsia/zircon/system/core/virtcon/
H A Dvc-gfx.cpp28 gfx_putchar(vc_gfx, vc->font, vc_char_get_char(ch),
H A Dvc-device.cpp356 gfx_putchar(vc_tb_gfx, vc_font, c, x, 0, fg, bg);
/fuchsia/zircon/kernel/lib/gfx/
H A Dgfx.cpp439 void gfx_putchar(gfx_surface* surface, const struct gfx_font* font, function
/fuchsia/zircon/system/ulib/gfx/
H A Dgfx.c201 void gfx_putchar(gfx_surface* surface, const gfx_font* font, unsigned ch, unsigned x, unsigned y, unsigned fg, unsigned bg) {

Completed in 63 milliseconds