Searched refs:utf8_width (Results 1 – 2 of 2) sorted by relevance
252 utf8_width(const unsigned char *s) in utf8_width() function1032 temp += utf8_width(ptr); in scanline()1161 d = utf8_width(temp); in draw_line()1183 int dw = utf8_width(temp); in draw_line()1651 int dw = utf8_width(point); in find_pos()2011 j += utf8_width((const unsigned char *)stemp); in scan()2115 g_horz += utf8_width( in get_string()
170 #define utf8_width(C) 1 macro