Home
last modified time | relevance | path

Searched refs:font_style (Results 1 – 19 of 19) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstcea708decoder.c674 window->pen_attributes.font_style = FONT_STYLE_DEFAULT; in gst_cea708dec_set_pen_style()
689 window->pen_attributes.font_style = FONT_STYLE_DEFAULT; in gst_cea708dec_set_pen_style()
693 window->pen_attributes.font_style = FONT_STYLE_MONO_SERIF; in gst_cea708dec_set_pen_style()
697 window->pen_attributes.font_style = FONT_STYLE_PROP_SERIF; in gst_cea708dec_set_pen_style()
701 window->pen_attributes.font_style = FONT_STYLE_MONO_SANS; in gst_cea708dec_set_pen_style()
705 window->pen_attributes.font_style = FONT_STYLE_PROP_SANS; in gst_cea708dec_set_pen_style()
709 window->pen_attributes.font_style = FONT_STYLE_MONO_SANS; in gst_cea708dec_set_pen_style()
714 window->pen_attributes.font_style = FONT_STYLE_PROP_SANS; in gst_cea708dec_set_pen_style()
926 span_control->font_style = FONT_STYLE_DEFAULT; in pango_span_markup_init()
1057 current->pen_attributes.font_style, in gst_cea708dec_show_pango_window()
[all …]
Dgstcea708decoder.h337 FontStyle font_style; member
343 FontStyle font_style; member
/third_party/flutter/engine/flutter/third_party/txt/src/skia/
Dparagraph_builder_skia.cc38 txt::FontStyle font_style) { in MakeSkFontStyle() argument
41 font_style == txt::FontStyle::normal ? SkFontStyle::Slant::kUpright_Slant in MakeSkFontStyle()
49 text_style.setFontStyle(MakeSkFontStyle(txt.font_weight, txt.font_style)); in TxtToSkia()
92 skia.setFontStyle(MakeSkFontStyle(txt.font_weight, txt.font_style)); in TxtToSkia()
/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dparagraph_style.cc26 result.font_style = font_style; in GetTextStyle()
Dtext_style.cc42 if (font_style != other.font_style) in equals()
Dtext_style.h45 FontStyle font_style = FontStyle::normal; variable
Dparagraph_style.h49 FontStyle font_style = FontStyle::normal; variable
Dparagraph_txt.cc134 switch (style.font_style) { in GetItalic()
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-style.c1580 a_style->font_style = FONT_STYLE_NORMAL; in set_prop_font_style_from_value()
1584 a_style->font_style = FONT_STYLE_ITALIC; in set_prop_font_style_from_value()
1588 a_style->font_style = FONT_STYLE_OBLIQUE; in set_prop_font_style_from_value()
1592 a_style->font_style = FONT_STYLE_INHERIT; in set_prop_font_style_from_value()
1832 a_this->font_style = FONT_STYLE_INHERIT; in cr_style_set_props_to_default_values()
1925 a_this->font_style = FONT_STYLE_NORMAL; in cr_style_set_props_to_initial_values()
1988 if (a_this->font_style == FONT_STYLE_INHERIT) { in cr_style_resolve_inherited_properties()
1989 a_this->font_style = a_this->parent_style->font_style; in cr_style_resolve_inherited_properties()
2805 tmp_str = (gchar *) cr_font_style_to_string (a_this->font_style); in cr_style_to_string()
Dcr-style.h279 enum CRFontStyle font_style ; member
/third_party/flutter/engine/flutter/lib/ui/text/
Dparagraph_builder.cc187 style.font_style = static_cast<txt::FontStyle>(encoded[psFontStyleIndex]); in ParagraphBuilder()
334 style.font_style = static_cast<txt::FontStyle>(encoded[tsFontStyleIndex]); in pushStyle()
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dsubtitle.h386 GstSubtitleFontStyle font_style; member
Dgstttmlrender.c1393 const gchar *font_style, *font_weight, *underline; in gst_ttml_render_generate_pango_markup() local
1402 font_style = (style_set->font_style == in gst_ttml_render_generate_pango_markup()
1413 "font_style=\"", font_style, "\" ", in gst_ttml_render_generate_pango_markup()
Dttmlparse.c506 style_set->font_style = GST_SUBTITLE_FONT_STYLE_ITALIC; in ttml_update_style_set()
508 style_set->font_style = GST_SUBTITLE_FONT_STYLE_NORMAL; in ttml_update_style_set()
/third_party/flutter/engine/flutter/third_party/txt/
DBUILD.gn88 "src/txt/font_style.h",
/third_party/gettext/libtextstyle/gnulib-local/lib/
Dterm-styled-ostream.oo.c377 switch (style->font_style) in style_compute_font_posture_value()
/third_party/flutter/engine/flutter/third_party/txt/tests/
Dparagraph_unittests.cc2126 text_style.font_style = txt::FontStyle::italic; in TEST_F()
2141 ASSERT_EQ(paragraph->records_[1].style().font_style, txt::FontStyle::italic); in TEST_F()
2142 ASSERT_EQ(paragraph->records_[2].style().font_style, txt::FontStyle::normal); in TEST_F()
2143 ASSERT_EQ(paragraph->records_[0].style().font_style, txt::FontStyle::normal); in TEST_F()
/third_party/flutter/engine/flutter/ci/licenses_golden/
Dlicenses_flutter1142 FILE: ../../../flutter/third_party/txt/src/txt/font_style.h
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch73215 SkFontStyle font_style) {