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

/xnu-2782.1.97/osfmk/console/
H A Dvideo_console.c131 void (*paint_char)(unsigned int xx, unsigned int yy, unsigned char ch, member in struct:__anon872
497 gc_ops.paint_char(xx, yy, character, attribute, 0, 0);
537 gc_ops.paint_char(xx, yy, ch, attrs, 0, 0);
1062 gc_ops.paint_char( /* xx */ column,
1071 gc_ops.paint_char( /* xx */ column,
1106 gc_ops.paint_char( /* xx */ column,
1115 gc_ops.paint_char( /* xx */ column,
1171 gc_ops.paint_char( /* xx */ column,
1180 gc_ops.paint_char( /* xx */ column,
1215 gc_ops.paint_char( /* x
[all...]

Completed in 22 milliseconds