Searched defs:draw_str (Results 1 – 2 of 2) sorted by relevance
/external/toybox/lib/ | ||
D | linestack.c | 125 int draw_str(char *start, int width) in draw_str() function |
/external/opencv3/samples/python2/ | ||
D | common.py | 73 def draw_str(dst, (x, y), s): function |