Searched refs:font_weight (Results 1 – 17 of 17) sorted by relevance
/third_party/flutter/engine/flutter/third_party/txt/src/skia/ |
D | paragraph_builder_skia.cc | 32 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/ |
D | paragraph_style.cc | 25 result.font_weight = font_weight; in GetTextStyle()
|
D | text_style.cc | 40 if (font_weight != other.font_weight) in equals()
|
D | text_style.h | 44 FontWeight font_weight = FontWeight::w400; variable
|
D | paragraph_style.h | 48 FontWeight font_weight = FontWeight::w400;
|
D | paragraph_txt.cc | 130 return GetWeight(style.font_weight); in GetWeight()
|
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/ |
D | cr-style.c | 1621 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 …]
|
D | cr-style.h | 281 enum CRFontWeight font_weight ; member
|
/third_party/flutter/engine/flutter/lib/ui/text/ |
D | paragraph_builder.cc | 182 style.font_weight = in ParagraphBuilder() 330 style.font_weight = in pushStyle()
|
/third_party/gstreamer/gstplugins_bad/ext/ttml/ |
D | subtitle.h | 387 GstSubtitleFontWeight font_weight; member
|
D | gstttmlrender.c | 1393 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()
|
D | ttmlparse.c | 513 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/ |
D | BUILD.gn | 89 "src/txt/font_weight.h",
|
/third_party/flutter/engine/flutter/third_party/txt/tests/ |
D | paragraph_unittests.cc | 1191 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/ |
D | term-styled-ostream.oo.c | 322 switch (style->font_weight) in style_compute_font_weight_value()
|
/third_party/python/Lib/idlelib/ |
D | configdialog.py | 452 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/ |
D | licenses_flutter | 1143 FILE: ../../../flutter/third_party/txt/src/txt/font_weight.h
|