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

/fuchsia/zircon/system/core/virtcon/
H A Dtextcon.cpp26 static inline vc_char_t make_vc_char(textcon_t* tc, uint8_t ch) { function
80 fill(ptr, make_vc_char(tc, ' '), end - ptr);
131 *dst++ = make_vc_char(tc, ' ');
144 fill(get_start_of_line(tc, y), make_vc_char(tc, ' '), line_count * tc->w);
550 dataxy(tc, tc->x, tc->y)[0] = make_vc_char(tc, c);
592 fill(dataxy(tc, 0, tc->scroll_y1 + y), make_vc_char(tc, ' '), tc->w);

Completed in 31 milliseconds