Home
last modified time | relevance | path

Searched refs:font_weight (Results 1 – 17 of 17) sorted by relevance

/third_party/flutter/engine/flutter/third_party/txt/src/skia/
Dparagraph_builder_skia.cc32 SkFontStyle::Weight GetSkFontStyleWeight(txt::FontWeight font_weight) { in GetSkFontStyleWeight() argument
33 return static_cast<SkFontStyle::Weight>(static_cast<int>(font_weight) * 100 + in GetSkFontStyleWeight()
37 SkFontStyle MakeSkFontStyle(txt::FontWeight font_weight, in MakeSkFontStyle() argument
40 GetSkFontStyleWeight(font_weight), SkFontStyle::Width::kNormal_Width, 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.cc25 result.font_weight = font_weight; in GetTextStyle()
Dtext_style.cc40 if (font_weight != other.font_weight) in equals()
Dtext_style.h44 FontWeight font_weight = FontWeight::w400; variable
Dparagraph_style.h48 FontWeight font_weight = FontWeight::w400;
Dparagraph_txt.cc130 return GetWeight(style.font_weight); in GetWeight()
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-style.c1621 a_style->font_weight = FONT_WEIGHT_NORMAL; in set_prop_font_weight_from_value()
1624 a_style->font_weight = FONT_WEIGHT_BOLD; in set_prop_font_weight_from_value()
1627 a_style->font_weight = FONT_WEIGHT_BOLDER; in set_prop_font_weight_from_value()
1630 a_style->font_weight = FONT_WEIGHT_LIGHTER; in set_prop_font_weight_from_value()
1633 a_style->font_weight = FONT_WEIGHT_INHERIT; in set_prop_font_weight_from_value()
1647 a_style->font_weight = FONT_WEIGHT_100; in set_prop_font_weight_from_value()
1649 a_style->font_weight = FONT_WEIGHT_200; in set_prop_font_weight_from_value()
1651 a_style->font_weight = FONT_WEIGHT_300; in set_prop_font_weight_from_value()
1653 a_style->font_weight = FONT_WEIGHT_400; in set_prop_font_weight_from_value()
1655 a_style->font_weight = FONT_WEIGHT_500; in set_prop_font_weight_from_value()
[all …]
Dcr-style.h281 enum CRFontWeight font_weight ; member
/third_party/flutter/engine/flutter/lib/ui/text/
Dparagraph_builder.cc182 style.font_weight = in ParagraphBuilder()
330 style.font_weight = in pushStyle()
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dsubtitle.h387 GstSubtitleFontWeight font_weight; member
Dgstttmlrender.c1393 const gchar *font_style, *font_weight, *underline; in gst_ttml_render_generate_pango_markup() local
1404 font_weight = (style_set->font_weight == in gst_ttml_render_generate_pango_markup()
1414 "font_weight=\"", font_weight, "\" ", in gst_ttml_render_generate_pango_markup()
Dttmlparse.c513 style_set->font_weight = GST_SUBTITLE_FONT_WEIGHT_BOLD; in ttml_update_style_set()
515 style_set->font_weight = GST_SUBTITLE_FONT_WEIGHT_NORMAL; in ttml_update_style_set()
/third_party/flutter/engine/flutter/third_party/txt/
DBUILD.gn89 "src/txt/font_weight.h",
/third_party/flutter/engine/flutter/third_party/txt/tests/
Dparagraph_unittests.cc1191 text_style2.font_weight = txt::FontWeight::w600; in TEST_F()
1289 text_style.font_weight = txt::FontWeight::w900; in TEST_F()
2529 text_style.font_weight = FontWeight::w500; in TEST_F()
2659 text_style.font_weight = FontWeight::w500; in TEST_F()
2750 text_style.font_weight = FontWeight::w500; in TEST_F()
2899 text_style.font_weight = FontWeight::w500; in TEST_F()
3048 text_style.font_weight = FontWeight::w500; in TEST_F()
3280 text_style.font_weight = FontWeight::w500; in TEST_F()
3387 text_style.font_weight = FontWeight::w500; in TEST_F()
3465 text_style.font_weight = FontWeight::w500; in TEST_F()
[all …]
/third_party/gettext/libtextstyle/gnulib-local/lib/
Dterm-styled-ostream.oo.c322 switch (style->font_weight) in style_compute_font_weight_value()
/third_party/python/Lib/idlelib/
Dconfigdialog.py452 font_weight = tkfont.BOLD if self.font_bold.get() else tkfont.NORMAL
453 new_font = (font_name, self.font_size.get(), font_weight)
/third_party/flutter/engine/flutter/ci/licenses_golden/
Dlicenses_flutter1143 FILE: ../../../flutter/third_party/txt/src/txt/font_weight.h