Searched refs:rune_bytes (Results 1 – 1 of 1) sorted by relevance
969 int rune_bytes = 0; in draw_str_until() local974 rune_bytes = utf8_lnw(&rune_width, end, 4); in draw_str_until()975 if (!rune_bytes) break; in draw_str_until()978 bytes -= rune_bytes; in draw_str_until()979 end += rune_bytes; in draw_str_until()982 rune_bytes = utf8_lnw(&rune_width, end, 4); in draw_str_until()983 if (!rune_bytes) break; in draw_str_until()985 bytes -= rune_bytes; in draw_str_until()986 end += rune_bytes; in draw_str_until()