Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dvi.c968 int rune_width = 0; in draw_str_until() local
974 rune_bytes = utf8_lnw(&rune_width, end, 4); in draw_str_until()
976 if (width - rune_width < 0) goto write_bytes; in draw_str_until()
977 width -= rune_width; in draw_str_until()
982 rune_bytes = utf8_lnw(&rune_width, end, 4); in draw_str_until()
984 if (rune_width) break; in draw_str_until()