Home
last modified time | relevance | path

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

/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_text_style.h75 STYLE_WRAP_DEFAULT = 0, /**< Breaks on whitespace or fallback on char */ enumerator
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/webvtt/
H A Dcss_style.c237 p_style->e_wrapinfo = STYLE_WRAP_DEFAULT; in webvtt_FillStyleFromCssDeclaration()
/dports/multimedia/vlc/vlc-3.0.16/src/misc/
H A Dtext_style.c68 p_style->e_wrapinfo = STYLE_WRAP_DEFAULT; in text_style_Create()
/dports/multimedia/vlc/vlc-3.0.16/modules/text_renderer/freetype/
H A Dtext_layout.c1446 p_run->p_style->e_wrapinfo == STYLE_WRAP_DEFAULT ) in LayoutParagraph()
1460 if( i_last_space > i_line_start && p_run->p_style->e_wrapinfo == STYLE_WRAP_DEFAULT ) in LayoutParagraph()