Searched refs:chars (Results 1 – 4 of 4) sorted by relevance
66 …(vline)->chars = chars_ptr; …144 memset(vline->chars, 0, sizeof(struct textui_char_chromatic_t) * window->chars_per_line); in __textui_new_line()178 vline->chars[vline->index].c = character; in __textui_putchar_window()179 vline->chars[vline->index].FRcolor = FRcolor & 0xffffff; in __textui_putchar_window()180 vline->chars[vline->index].BKcolor = BKcolor & 0xffffff; in __textui_putchar_window()244 window->vlines.chromatic[window->vline_operating].chars[tmp].c = ' '; in textui_putchar_window()245 … window->vlines.chromatic[window->vline_operating].chars[tmp].BKcolor = BKcolor & 0xffffff; in textui_putchar_window()253 memset(window->vlines.chromatic[window->vline_operating].chars, 0, in textui_putchar_window()
74 struct textui_char_normal_t *chars; // 字符对象数组 member84 struct textui_char_chromatic_t *chars; member
96 __textui_render_chromatic(actual_line_id, start + i, &vline->chars[start + i]); in textui_refresh_characters()
1055 for c in name.chars() { in validate_long_name()1754 let short_name = binding.chars().flat_map(|c| c.to_uppercase()); in eq_name()1756 let long_name = binding.chars().flat_map(|c| c.to_uppercase()); in eq_name()1757 let name = name.chars().flat_map(|c| c.to_uppercase()); in eq_name()1897 for c in src.chars() { in copy_part()1930 for c in name.chars() { in fletcher_16_checksum()2192 let mut name: Vec<u16> = name.chars().map(|c| c as u16).collect(); in new()