Home
last modified time | relevance | path

Searched refs:draw_byte (Results 1 – 2 of 2) sorted by relevance

/linux/arch/sparc/kernel/
H A Dbtext.c23 static void draw_byte(unsigned char c, long locX, long locY);
161 draw_byte(c, g_loc_X++, g_loc_Y); in btext_drawchar()
180 draw_byte(' ', x, g_loc_Y); in btext_drawchar()
191 static void draw_byte(unsigned char c, long locX, long locY) in draw_byte() function
/linux/arch/powerpc/kernel/
H A Dbtext.c462 static noinline void draw_byte(unsigned char c, long locX, long locY) in draw_byte() function
512 draw_byte(c, g_loc_X++, g_loc_Y); in btext_drawchar()
531 draw_byte(' ', x, g_loc_Y); in btext_drawchar()