Searched refs:tem_get_colors (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | tem.h | 69 void tem_get_colors(tem_vt_state_t, text_color_t *, text_color_t *);
|
H A D | tem_impl.h | 291 void tem_get_colors(tem_vt_state_t, text_color_t *, text_color_t *);
|
/illumos-gate/usr/src/boot/common/ |
H A D | gfx_fb.c | 1309 tem_get_colors((tem_vt_state_t)tems.ts_active, &fg, &bg); in gfx_fb_setpixel() 1330 tem_get_colors((tem_vt_state_t)tems.ts_active, &fg, &bg); in gfx_fb_drawrect()
|
H A D | tem.c | 2927 tem_get_colors(tem_vt_state_t tem_arg, text_color_t *fg, text_color_t *bg) in tem_get_colors() function
|