Searched refs:draw_char (Results 1 – 3 of 3) sorted by relevance
/external/toybox/toys/other/ |
D | hexedit.c | 40 static int draw_char(FILE *fp, wchar_t broiled) 80 for (x=0; x<xx; x++) draw_char(stdout, TT.data[yy+x]); in draw_line() 115 draw_char(stdout, cc); in highlight()
|
/external/libkmsxx/kms++util/src/ |
D | drawing.cpp | 211 static void draw_char(IFramebuffer& buf, uint32_t xpos, uint32_t ypos, char c, RGB color) in draw_char() function 272 draw_char(buf, (x + 8 * i), y, str[i], color); in draw_text()
|
/external/toybox/toys/pending/ |
D | vi.c | 59 static void draw_char(char c, int x, int y, int highlight); 806 static void draw_char(char c, int x, int y, int highlight) in draw_char() function
|