Home
last modified time | relevance | path

Searched refs:STYLE_BACKGROUND (Results 1 – 18 of 18) sorted by relevance

/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/common/font/
H A Dtext_buffer_manager.cpp401 if (m_styleFlags & STYLE_BACKGROUND in appendGlyph()
416 setVertex(vertexCount + 0, x0, y0, m_backgroundColor, STYLE_BACKGROUND); in appendGlyph()
417 setVertex(vertexCount + 1, x0, y1, m_backgroundColor, STYLE_BACKGROUND); in appendGlyph()
418 setVertex(vertexCount + 2, x1, y1, m_backgroundColor, STYLE_BACKGROUND); in appendGlyph()
419 setVertex(vertexCount + 3, x1, y0, m_backgroundColor, STYLE_BACKGROUND); in appendGlyph()
559 if (m_styleBuffer[ii] == STYLE_BACKGROUND) in verticalCenterLastLine()
H A Dtext_buffer_manager.h33 STYLE_BACKGROUND = 1 << 3, enumerator
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/examples/common/font/
H A Dtext_buffer_manager.cpp401 if (m_styleFlags & STYLE_BACKGROUND in appendGlyph()
416 setVertex(vertexCount + 0, x0, y0, m_backgroundColor, STYLE_BACKGROUND); in appendGlyph()
417 setVertex(vertexCount + 1, x0, y1, m_backgroundColor, STYLE_BACKGROUND); in appendGlyph()
418 setVertex(vertexCount + 2, x1, y1, m_backgroundColor, STYLE_BACKGROUND); in appendGlyph()
419 setVertex(vertexCount + 3, x1, y0, m_backgroundColor, STYLE_BACKGROUND); in appendGlyph()
559 if (m_styleBuffer[ii] == STYLE_BACKGROUND) in verticalCenterLastLine()
H A Dtext_buffer_manager.h33 STYLE_BACKGROUND = 1 << 3, enumerator
/dports/cad/magic/magic-8.3.245/utils/
H A Dstyles.h102 #define STYLE_BACKGROUND 23 macro
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/10-font/
H A Dfont.cpp148 m_textBufferManager->setStyle(m_staticText, STYLE_BACKGROUND); in init()
164 m_textBufferManager->setStyle(m_staticText, STYLE_BACKGROUND | STYLE_STRIKE_THROUGH); in init()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/examples/10-font/
H A Dfont.cpp148 m_textBufferManager->setStyle(m_staticText, STYLE_BACKGROUND); in init()
164 m_textBufferManager->setStyle(m_staticText, STYLE_BACKGROUND | STYLE_STRIKE_THROUGH); in init()
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_text_style.h105 #define STYLE_BACKGROUND (1 << 4) macro
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Dscte18.c199 p_spu_sys->p_default_style->i_style_flags = STYLE_BOLD | STYLE_BACKGROUND; in Decode()
H A Dstl.c174 p_group->p_style->i_style_flags |= STYLE_BACKGROUND; in GroupParseTeletext()
H A Dzvbi.c468 p_spu_sys->region.p_segments->style->i_style_flags = STYLE_BACKGROUND; in Decode()
H A Dcc.c519 p_spu_sys->p_default_style->i_style_flags |= STYLE_BACKGROUND; in Subtitle()
H A Dcea708.c871 s->i_style_flags |= STYLE_BACKGROUND; in CEA708PenStyleToSegment()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/webvtt/
H A Dcss_style.c147 p_style->i_style_flags |= STYLE_BACKGROUND; in webvtt_FillStyleFromCssDeclaration()
H A Dsubsvtt.c1418 p_dfltstyle->i_style_flags |= STYLE_BACKGROUND; in ComputeStyle()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/ttml/
H A Dsubsttml.c332 p_text_style->i_style_flags |= STYLE_BACKGROUND; in FillTextStyle()
829 … p_segment->style->i_features &= ~(STYLE_BACKGROUND|STYLE_OUTLINE|STYLE_STRIKEOUT|STYLE_SHADOW); in AppendTextToRegion()
/dports/cad/magic/magic-8.3.245/windows/
H A DwindDisp.c981 GrClipBox(&area, STYLE_BACKGROUND);
/dports/multimedia/vlc/vlc-3.0.16/modules/text_renderer/freetype/
H A Dfreetype.c813 if( p_char->p_style->i_style_flags & STYLE_BACKGROUND ) in RenderBackground()