Home
last modified time | relevance | path

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

/external/toybox/toys/other/
Dhexedit.c88 static void draw_char(int ch) in draw_char() function
130 for (x=0; x<xx; x++) draw_char(TT.data[yy+x]); in draw_line()
167 draw_char(cc); in highlight()
/external/libkmsxx/kms++util/src/
Ddrawing.cpp471 static void draw_char(IFramebuffer& buf, uint32_t xpos, uint32_t ypos, char c, RGB color) in draw_char() function
554 draw_char(buf, (x + 8 * i), y, str[i], color); in draw_text()