/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | gstcea708decoder.c | 674 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 …]
|
D | gstcea708decoder.h | 337 FontStyle font_style; member 343 FontStyle font_style; member
|
/third_party/flutter/engine/flutter/third_party/txt/src/skia/ |
D | paragraph_builder_skia.cc | 38 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/ |
D | paragraph_style.cc | 26 result.font_style = font_style; in GetTextStyle()
|
D | text_style.cc | 42 if (font_style != other.font_style) in equals()
|
D | text_style.h | 45 FontStyle font_style = FontStyle::normal; variable
|
D | paragraph_style.h | 49 FontStyle font_style = FontStyle::normal; variable
|
D | paragraph_txt.cc | 134 switch (style.font_style) { in GetItalic()
|
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/ |
D | cr-style.c | 1580 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()
|
D | cr-style.h | 279 enum CRFontStyle font_style ; member
|
/third_party/flutter/engine/flutter/lib/ui/text/ |
D | paragraph_builder.cc | 187 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/ |
D | subtitle.h | 386 GstSubtitleFontStyle font_style; member
|
D | gstttmlrender.c | 1393 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()
|
D | ttmlparse.c | 506 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/ |
D | BUILD.gn | 88 "src/txt/font_style.h",
|
/third_party/gettext/libtextstyle/gnulib-local/lib/ |
D | term-styled-ostream.oo.c | 377 switch (style->font_style) in style_compute_font_posture_value()
|
/third_party/flutter/engine/flutter/third_party/txt/tests/ |
D | paragraph_unittests.cc | 2126 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/ |
D | licenses_flutter | 1142 FILE: ../../../flutter/third_party/txt/src/txt/font_style.h
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 73215 SkFontStyle font_style) {
|