Home
last modified time | relevance | path

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

12

/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmenu/
H A Dmenu.c488 vo_font->pic_b[font]->bmp+vo_font->start[c], in menu_draw_text()
489 vo_font->pic_a[font]->bmp+vo_font->start[c], in menu_draw_text()
493 x+=vo_font->width[c]+vo_font->charspace; in menu_draw_text()
584 ll += vo_font->width[c]+vo_font->charspace; in menu_draw_text_full()
629 sx -= vo_font->width[c]+vo_font->charspace; in menu_draw_text_full()
634 sx += vo_font->width[c]+vo_font->charspace; in menu_draw_text_full()
647 sx += vo_font->width[c]+vo_font->charspace; in menu_draw_text_full()
668 sx+=vo_font->width[c]+vo_font->charspace; in menu_draw_text_full()
681 l += vo_font->width[c]+vo_font->charspace; in menu_text_length()
701 i += vo_font->width[c]+vo_font->charspace; in menu_text_size()
[all …]
H A Dmenu_txt.c114 …mpriv->disp_lines = (mpi->h + mpriv->hspace - 2*mpriv->minb) / ( vo_font->height + mpriv->hspace… in draw()
127 y += vo_font->height + mpriv->hspace; in draw()
H A Dmenu_list.c70 if(h - vo_font->height <= 0 || w - ptr_l <= 0 || dw <= 0 || dh <= 0) in menu_list_draw()
73 line_h = mpriv->vspace + vo_font->height; in menu_list_draw()
178 for( ; m != NULL && dy + vo_font->height < dh ; m = m->next ) { in menu_list_draw()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmenu/
H A Dmenu.c488 vo_font->pic_b[font]->bmp+vo_font->start[c], in menu_draw_text()
489 vo_font->pic_a[font]->bmp+vo_font->start[c], in menu_draw_text()
493 x+=vo_font->width[c]+vo_font->charspace; in menu_draw_text()
584 ll += vo_font->width[c]+vo_font->charspace; in menu_draw_text_full()
629 sx -= vo_font->width[c]+vo_font->charspace; in menu_draw_text_full()
634 sx += vo_font->width[c]+vo_font->charspace; in menu_draw_text_full()
647 sx += vo_font->width[c]+vo_font->charspace; in menu_draw_text_full()
668 sx+=vo_font->width[c]+vo_font->charspace; in menu_draw_text_full()
681 l += vo_font->width[c]+vo_font->charspace; in menu_text_length()
701 i += vo_font->width[c]+vo_font->charspace; in menu_text_size()
[all …]
H A Dmenu_txt.c114 …mpriv->disp_lines = (mpi->h + mpriv->hspace - 2*mpriv->minb) / ( vo_font->height + mpriv->hspace… in draw()
127 y += vo_font->height + mpriv->hspace; in draw()
H A Dmenu_list.c70 if(h - vo_font->height <= 0 || w - ptr_l <= 0 || dw <= 0 || dh <= 0) in menu_list_draw()
73 line_h = mpriv->vspace + vo_font->height; in menu_list_draw()
178 for( ; m != NULL && dy + vo_font->height < dh ; m = m->next ) { in menu_list_draw()
H A Dvf_menu.c222 load_font_ft(width,height,&vo_font,font_name,osd_font_scale_factor); in config()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/sub/
H A Dsub.c213 x+=vo_font->width[c]+vo_font->charspace; in vo_update_text_osd()
231 vo_font->pic_b[font]->bmp+vo_font->start[c], in vo_update_text_osd()
232 vo_font->pic_a[font]->bmp+vo_font->start[c], in vo_update_text_osd()
234 x+=vo_font->width[c]+vo_font->charspace; in vo_update_text_osd()
459vo_font->pic_b[font]->bmp+vo_font->start[tc.unicode]-vo_font->charspace*vo_font->pic_a[font]->w, in vo_update_text_teletext()
592 minw += vo_font->width[vo_osd_progbar_type]+vo_font->charspace+vo_font->spacewidth; in vo_update_text_progbar()
638 x+=vo_font->width[c]+vo_font->charspace; in vo_update_text_progbar()
644 s=vo_font->pic_b[font]->bmp+vo_font->start[c]; in vo_update_text_progbar()
645 sa=vo_font->pic_a[font]->bmp+vo_font->start[c]; in vo_update_text_progbar()
657 s =vo_font->pic_b[font]->bmp+vo_font->start[c]; in vo_update_text_progbar()
[all …]
H A Dfont_load.h84 extern font_desc_t* vo_font;
H A Dfont_load_ft.c1120 font_desc_t *vo_font = *fontp; in load_font_ft() local
1125 if (vo_font && !vo_font->dynamic) return; in load_font_ft()
1127 if (vo_font) free_font_desc(vo_font); in load_font_ft()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/sub/
H A Dsub.c213 x+=vo_font->width[c]+vo_font->charspace; in vo_update_text_osd()
231 vo_font->pic_b[font]->bmp+vo_font->start[c], in vo_update_text_osd()
232 vo_font->pic_a[font]->bmp+vo_font->start[c], in vo_update_text_osd()
234 x+=vo_font->width[c]+vo_font->charspace; in vo_update_text_osd()
459vo_font->pic_b[font]->bmp+vo_font->start[tc.unicode]-vo_font->charspace*vo_font->pic_a[font]->w, in vo_update_text_teletext()
592 minw += vo_font->width[vo_osd_progbar_type]+vo_font->charspace+vo_font->spacewidth; in vo_update_text_progbar()
638 x+=vo_font->width[c]+vo_font->charspace; in vo_update_text_progbar()
644 s=vo_font->pic_b[font]->bmp+vo_font->start[c]; in vo_update_text_progbar()
645 sa=vo_font->pic_a[font]->bmp+vo_font->start[c]; in vo_update_text_progbar()
657 s =vo_font->pic_b[font]->bmp+vo_font->start[c]; in vo_update_text_progbar()
[all …]
H A Dfont_load.h84 extern font_desc_t* vo_font;
H A Dfont_load_ft.c1120 font_desc_t *vo_font = *fontp; in load_font_ft() local
1125 if (vo_font && !vo_font->dynamic) return; in load_font_ft()
1127 if (vo_font) free_font_desc(vo_font); in load_font_ft()
/dports/multimedia/dvdauthor/dvdauthor-d5bb0b/src/
H A Dsubrender.c239 if (!the_sub || !vo_font) in vo_update_text_sub()
248 max_line_height = vo_font->height; in vo_update_text_sub()
319 newelt->osd_kerning = vo_font->charspace + vo_font->width[' ']; in vo_update_text_sub()
415 linewidth = -2 * vo_font->charspace - vo_font->width[' ']; in vo_update_text_sub()
671 if (sub_max_bottom_font_height < vo_font->pic_b[vo_font->font[40]]->h) in vo_update_text_sub()
672 sub_max_bottom_font_height = vo_font->pic_b[vo_font->font[40]]->h; in vo_update_text_sub()
704 vo_font->pic_b[vo_font->font[40]]->h; in vo_update_text_sub()
719 vo_font->height in vo_update_text_sub()
800 /*src =*/ vo_font->pic_b[font]->bmp + vo_font->start[curch], in vo_update_text_sub()
805 x += vo_font->width[curch] + vo_font->charspace; in vo_update_text_sub()
[all …]
H A Dsubfont.c62 font_desc_t* vo_font = NULL; variable
942 free_font_desc(vo_font); in done_freetype()
943 vo_font = NULL; in done_freetype()
960 free_font_desc(vo_font); in load_font_ft()
961 vo_font = read_font_desc_ft(sub_font, movie_width, movie_height); in load_font_ft()
H A Dsubfont.h48 extern font_desc_t* vo_font;
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libvo/
H A Dvo_aa.c263 vo_font->dynamic = 0; in config()
266 vo_font->spacewidth=1; in config()
267 vo_font->charspace=0; in config()
268 vo_font->height=1; in config()
273 vo_font->pic_a[0]->w=1; in config()
274 vo_font->pic_a[0]->h=1; in config()
276 vo_font->width[i]=1; in config()
277 vo_font->font[i]=0; in config()
278 vo_font->start[i]=i; in config()
279 vo_font->pic_a[0]->bmp[i]=i; in config()
[all …]
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libvo/
H A Dvo_aa.c263 vo_font->dynamic = 0; in config()
266 vo_font->spacewidth=1; in config()
267 vo_font->charspace=0; in config()
268 vo_font->height=1; in config()
273 vo_font->pic_a[0]->w=1; in config()
274 vo_font->pic_a[0]->h=1; in config()
276 vo_font->width[i]=1; in config()
277 vo_font->font[i]=0; in config()
278 vo_font->start[i]=i; in config()
279 vo_font->pic_a[0]->bmp[i]=i; in config()
[all …]
/dports/multimedia/mencoder/mplayer-export-2021-12-29/
H A Dmpcommon.c617 vo_font = read_font_desc(font_name, font_factor, verbose>1); in common_init()
618 if (!vo_font) in common_init()
624 vo_font = read_font_desc(desc_path, font_factor, verbose>1); in common_init()
626 if (!vo_font) in common_init()
627 vo_font = read_font_desc(MPLAYER_DATADIR "/font/font.desc", font_factor, verbose>1); in common_init()
632 sub_font = vo_font; in common_init()
648 if (sub_font && sub_font != vo_font) in common_uninit()
651 if (vo_font) in common_uninit()
652 free_font_desc(vo_font); in common_uninit()
653 vo_font = NULL; in common_uninit()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/
H A Dmpcommon.c617 vo_font = read_font_desc(font_name, font_factor, verbose>1); in common_init()
618 if (!vo_font) in common_init()
624 vo_font = read_font_desc(desc_path, font_factor, verbose>1); in common_init()
626 if (!vo_font) in common_init()
627 vo_font = read_font_desc(MPLAYER_DATADIR "/font/font.desc", font_factor, verbose>1); in common_init()
632 sub_font = vo_font; in common_init()
648 if (sub_font && sub_font != vo_font) in common_uninit()
651 if (vo_font) in common_uninit()
652 free_font_desc(vo_font); in common_uninit()
653 vo_font = NULL; in common_uninit()
/dports/multimedia/transcode/transcode-1.1.7/filter/subtitler/
H A Dsubtitler.h101 extern font_desc_t *vo_font;
H A Dframe_list.c165 pa -> pfd = vo_font; in add_frame()
H A Dfilter_subtitler.c35 font_desc_t *vo_font; variable
409 vo_font = add_font(temp, default_subtitle_symbols, 28, 15, 1.0, 0.1); in tc_filter()
410 if(! vo_font) in tc_filter()
418 subtitle_current_font_descriptor = vo_font; in tc_filter()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/gui/
H A Dinterface.c1301 free_font_desc(vo_font); in mplayer()
1304 vo_font = read_font_desc(font_name, font_factor, 0); in mplayer()
1306 if (!vo_font) in mplayer()
1313 vo_font = read_font_desc(font_name, font_factor, 0); in mplayer()
1315 if (!vo_font) { in mplayer()
1317 vo_font = read_font_desc(font_name, font_factor, 0); in mplayer()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/gui/
H A Dinterface.c1301 free_font_desc(vo_font); in mplayer()
1304 vo_font = read_font_desc(font_name, font_factor, 0); in mplayer()
1306 if (!vo_font) in mplayer()
1313 vo_font = read_font_desc(font_name, font_factor, 0); in mplayer()
1315 if (!vo_font) { in mplayer()
1317 vo_font = read_font_desc(font_name, font_factor, 0); in mplayer()

12