Home
last modified time | relevance | path

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

/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/
H A Dui_draw_str.c395 u_int32_t *pic_glyph, char **drcs_glyph, int *draw_alone) { in get_state() argument
399 *pic_glyph = vt_char_code(comb_chars) | (vt_char_picture_id(comb_chars) << PICTURE_POS_BITS); in get_state()
406 *pic_glyph = 0; in get_state()
495 u_int32_t pic_glyph; in fc_draw_str() local
550 if ((state = get_state(ch_cs, ch_code, comb_chars, &pic_glyph, &drcs_glyph, &draw_alone)) == 0 && in fc_draw_str()
577 pic_glyphs[str_len++] = pic_glyph; in fc_draw_str()
617 if ((next_state = get_state(ch_cs, ch_code, next_comb_chars, &pic_glyph, &drcs_glyph, in fc_draw_str()
863 u_int32_t pic_glyph; in xcore_draw_str() local
940 if (pic_glyph) { in xcore_draw_str()
941 pic_glyphs[str_len++] = pic_glyph; in xcore_draw_str()
[all …]