Searched refs:utf8_width (Results 1 – 2 of 2) sorted by relevance
252 utf8_width(const unsigned char *s) in utf8_width() function1027 temp += utf8_width(ptr); in scanline()1156 d = utf8_width(temp); in draw_line()1178 int dw = utf8_width(temp); in draw_line()1646 int dw = utf8_width(point); in find_pos()2006 j += utf8_width((const unsigned char *)stemp); in scan()2110 g_horz += utf8_width( in get_string()
170 #define utf8_width(C) 1 macro