Searched refs:drcs_glyph (Results 1 – 1 of 1) sorted by relevance
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/ |
H A D | ui_draw_str.c | 395 u_int32_t *pic_glyph, char **drcs_glyph, int *draw_alone) { in get_state() argument 400 *drcs_glyph = NULL; in get_state() 408 if ((*drcs_glyph = vt_drcs_get_glyph(ch_cs, ch_code))) { in get_state() 497 char *drcs_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() 574 if (drcs_glyph) { in fc_draw_str() 575 drcs_glyphs[str_len++] = drcs_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() 865 char *drcs_glyph; in xcore_draw_str() local 943 drcs_glyphs[str_len++] = drcs_glyph; in xcore_draw_str() [all …]
|