Home
last modified time | relevance | path

Searched refs:drcs (Results 1 – 25 of 26) sorted by relevance

12

/dports/x11/mlterm/mlterm-3.9.1/vtemu/
H A Dvt_drcs.c21 void vt_drcs_select(vt_drcs_t *drcs) { in vt_drcs_select() argument
22 cur_drcs = drcs; in vt_drcs_select()
63 if (!drcs) { in vt_drcs_get_font()
72 if (!drcs->fonts[cs]) { in vt_drcs_get_font()
78 return drcs->fonts[cs]; in vt_drcs_get_font()
82 if (drcs) { in vt_drcs_final()
83 if (drcs->fonts[cs]) { in vt_drcs_final()
90 free(drcs->fonts[cs]); in vt_drcs_final()
91 drcs->fonts[cs] = NULL; in vt_drcs_final()
96 void vt_drcs_final_full(vt_drcs_t *drcs) { in vt_drcs_final_full() argument
[all …]
H A Dvt_drcs.h30 #define vt_drcs_destroy(drcs) \ argument
31 vt_drcs_final_full(drcs); \
32 free(drcs);
34 void vt_drcs_select(vt_drcs_t *drcs);
38 vt_drcs_font_t *vt_drcs_get_font(vt_drcs_t *drcs, ef_charset_t cs, int create);
40 void vt_drcs_final(vt_drcs_t *drcs, ef_charset_t cs);
42 void vt_drcs_final_full(vt_drcs_t *drcs);
H A Dvt_parser.h246 vt_drcs_t *drcs; member
425 #define vt_parser_select_drcs(vt_parser) vt_drcs_select((vt_parser)->drcs)
H A Dvt_parser.c159 #define destroy_drcs(drcs) \ argument
160 vt_drcs_destroy(drcs); \
161 (drcs) = NULL;
1085 (font = vt_drcs_get_font(vt_parser->drcs, in put_char()
2125 if (!vt_parser->drcs) { in define_drcs_picture()
2126 vt_parser->drcs = vt_drcs_new(); in define_drcs_picture()
4201 destroy_drcs(vt_parser->drcs); in full_reset()
6286 destroy_drcs(vt_parser->drcs); in parse_vt100_escape_sequence()
6295 if (!vt_parser->drcs) { in parse_vt100_escape_sequence()
6296 vt_parser->drcs = vt_drcs_new(); in parse_vt100_escape_sequence()
[all …]
/dports/graphics/seq2gif/seq2gif-0.10.4/
H A Ddcs.c618 if (term->drcs[i] != NULL) { in decdld_parse_header()
619 free(term->drcs[i]); in decdld_parse_header()
620 term->drcs[i] = NULL; in decdld_parse_header()
625 if (term->drcs[charset] != NULL) { in decdld_parse_header()
626 free(term->drcs[charset]); in decdld_parse_header()
627 term->drcs[charset] = NULL; in decdld_parse_header()
631 if (term->drcs[charset] == NULL) /* always allcate 96 chars buffer */ in decdld_parse_header()
632 term->drcs[charset] = ecalloc(GLYPH_PER_CHARSET, sizeof(struct glyph_t)); in decdld_parse_header()
634 decdld_parse_data(cp + 1, start_char, term->drcs[charset]); /* skil final char */ in decdld_parse_header()
H A Dterminal.c215 && (term->drcs[ku - 0x40] != NULL)) in drcsch()
216 return &term->drcs[ku - 0x40][ten - 0x20]; /* sub each offset */ in drcsch()
415 term->drcs[i] = NULL; in term_init()
433 if (term->drcs[i] != NULL) in term_die()
434 free(term->drcs[i]); in term_die()
H A Dyaft.h180 struct glyph_t *drcs[DRCS_CHARSETS]; /* DRCS chars */ member
/dports/devel/libzvbi/zvbi-0.2.35/src/
H A Dpacket.c116 uint8_t *p = vtp->data.drcs.chars[0]; in dump_drcs()
377 vtp->data.drcs.invalid = 0; in convert_drcs()
396 d = vtp->data.drcs.chars[0]; in convert_drcs()
399 switch (vtp->data.drcs.mode[i]) { in convert_drcs()
461 vtp->data.drcs.invalid |= (1ULL << i); in convert_drcs()
1025 memmove (&page.data.drcs.lop, in vbi_convert_page()
1027 sizeof (page.data.drcs.lop)); in vbi_convert_page()
1028 CLEAR (page.data.drcs.mode); in vbi_convert_page()
2079 memmove (&cvtp->data.drcs.lop, in parse_28_29()
2081 sizeof (cvtp->data.drcs.lop)); in parse_28_29()
[all …]
H A Dformat.h385 uint8_t * drcs[32]; member
H A Dcache-priv.h271 } gdrcs, drcs; member
H A Dteletext.c399 memset(pg->drcs, 0, sizeof(pg->drcs)); in top_index()
2084 if (dvtp->data.drcs.invalid & (1ULL << offset)) { in enhance()
2091 pg->drcs[page] = dvtp->data.drcs.chars[0]; in enhance()
2518 memset(pg->drcs, 0, sizeof(pg->drcs)); in vbi_format_vt_page()
H A Dexp-gfx.c676 uint8_t *font = pg->drcs[(unicode >> 6) & 0x1F]; in vbi_draw_vt_page_region()
1211 uint8_t *font = pg->drcs[(unicode >> 6) & 0x1F]; in draw_row_indexed()
1238 uint8_t *font = pg->drcs[(unicode >> 6) & 0x1F]; in draw_row_indexed()
1264 uint8_t *font = pg->drcs[(unicode >> 6) & 0x1F]; in draw_row_indexed()
H A Dlibzvbi.h830 uint8_t * drcs[32]; member
H A Dcache.c888 return header_size + sizeof (cp->data.drcs); in cache_page_size()
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/
H A Dui_picture.c374 vt_drcs_t *drcs; in check_inline_pictures_drcs() local
376 if ((drcs = term->parser->drcs)) { in check_inline_pictures_drcs()
379 for (count = 0; count < sizeof(drcs->fonts) / sizeof(drcs->fonts[0]); count++) { in check_inline_pictures_drcs()
380 if (drcs->fonts[count] && vt_drcs_has_picture(drcs->fonts[count])) { in check_inline_pictures_drcs()
381 flags[drcs->fonts[count]->pic_id] = 1; in check_inline_pictures_drcs()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/video/
H A DTeletextDefines.h333 unsigned char drcs:1; /* 1: link to (G)DRCS, 0: (G)POP */ member
420 short pop, gpop, drcs, gdrcs; member
H A DTeletext.cpp2536 …g_application.GetAppPlayer().LoadPage((Attribute->charset & 0x10) ? m_txtCache->drcs : m_txtCache-… in RenderChar()
3190 m_txtCache->pop = m_txtCache->gpop = m_txtCache->drcs = m_txtCache->gdrcs = 0; in Eval_l25()
3209 m_txtCache->drcs = p27[3].page; in Eval_l25()
3343 if (!m_txtCache->drcs || !(p[odrcs] & 0x08)) /* no p27 data or higher prio of MOT link */ in Eval_l25()
3345 m_txtCache->drcs = ((p[odrcs] << 8) | (p[odrcs+1] << 4) | p[odrcs+2]) & 0x7ff; in Eval_l25()
3346 if ((m_txtCache->drcs & 0xff) == 0xff) in Eval_l25()
3347 m_txtCache->drcs = 0; in Eval_l25()
3348 else if (m_txtCache->drcs < 0x100) in Eval_l25()
3349 m_txtCache->drcs += 0x800; in Eval_l25()
3358 if (m_txtCache->astCachetable[m_txtCache->drcs][0]) in Eval_l25()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/
H A DVideoPlayerTeletext.cpp524 p->drcs = !!(i & 0x02); in Process()
547 pageinfo_link->function = p->drcs ? FUNC_DRCS : FUNC_POP; in Process()
549 pageinfo_link->function = p->drcs ? FUNC_GDRCS : FUNC_GPOP; in Process()
/dports/x11-fonts/tv-fonts/tv-fonts-1.1/code/
H A Dexp-gfx.c637 uint8_t *font = pg->drcs[(unicode >> 6) & 0x1F];
1039 uint8_t *font = pg->drcs[(unicode >> 6) & 0x1F];
1066 uint8_t *font = pg->drcs[(unicode >> 6) & 0x1F];
1092 uint8_t *font = pg->drcs[(unicode >> 6) & 0x1F];
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/marvell/mwifiex/
H A Dsta_cmd.c29 static bool drcs; variable
30 module_param(drcs, bool, 0644);
31 MODULE_PARM_DESC(drcs, "multi-channel operation:1, single-channel operation:0");
2346 if (drcs) { in mwifiex_sta_init_cmd()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/marvell/mwifiex/
H A Dsta_cmd.c29 static bool drcs; variable
30 module_param(drcs, bool, 0644);
31 MODULE_PARM_DESC(drcs, "multi-channel operation:1, single-channel operation:0");
2346 if (drcs) { in mwifiex_sta_init_cmd()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/marvell/mwifiex/
H A Dsta_cmd.c29 static bool drcs; variable
30 module_param(drcs, bool, 0644);
31 MODULE_PARM_DESC(drcs, "multi-channel operation:1, single-channel operation:0");
2346 if (drcs) { in mwifiex_sta_init_cmd()
/dports/multimedia/handbrake/HandBrake-1.4.2/test/
H A Dtest.c5042 char **drcs = dynamic_range_compression; in PrepareJob() local
5043 for (; drcs[ii] != NULL && ii < track_count; ii++) in PrepareJob()
5045 drc = atof(drcs[ii]); in PrepareJob()
5049 if (drcs[ii] != NULL) in PrepareJob()
/dports/x11/mlterm/mlterm-3.9.1/doc/en/
H A DReleaseNote628 from drcs to unicode private area. (Disabled by default.)
815 (http://github.com/saitoha/vim-powerline/tree/drcs works!)
/dports/x11/mlterm/mlterm-3.9.1/
H A DChangeLog3509 - 0x30-0x3f character set is accepted for drcs.
3516 to handle drcs correctly.
3580 - 'vt_drcs_t *drcs' is added to arguments of vt_drcs_get_font(),
3599 to handle drcs correctly.
9217 * x_draw_str.c: The position of drawing drcs glyphs is fixed.
9278 * ml_drcs.[ch], ml_vt100_parser.[ch], x_screen.c: Each pty has its own drcs database.
9792 drcs before mkf_iso2022_illegal_char() is set to conv->illegal_char.
12279 - Segfault in drcs using ESC(I is fixed. (Thanks to saitoha san)
12303 * x_draw_str.c: x_window_fill_with() is used for drawing drcs instead

12