Home
last modified time | relevance | path

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

/dports/multimedia/vlc/vlc-3.0.16/src/misc/
H A Dtext_style.c63 p_style->i_karaoke_background_color = 0xffffff; in text_style_Create()
122 MERGE(i_karaoke_background_color, STYLE_HAS_K_BACKGROUND_COLOR); in text_style_Merge()
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_text_style.h69 int i_karaoke_background_color;/**< Background color for karaoke 0xRRGGBB */ member
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Dsubsusf.c757 … p_ssa_style->p_style->i_karaoke_background_color = (col & 0x00ffffff); in ParseUSFHeaderTags()
/dports/multimedia/vlc/vlc-3.0.16/modules/text_renderer/freetype/
H A Dfreetype.c816 … ExtractComponents( p_char->b_in_karaoke ? p_char->p_style->i_karaoke_background_color : in RenderBackground()