Home
last modified time | relevance | path

Searched refs:font_family (Results 1 – 12 of 12) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dsubtitle.c46 g_free (style_set->font_family); in _gst_subtitle_style_set_free()
70 ret->font_family = g_strdup ("default"); in gst_subtitle_style_set_new()
Dsubtitle.h380 gchar *font_family; member
Dgstttmlrender.c1392 gchar *ret, *font_family, *font_size, *fgcolor; in gst_ttml_render_generate_pango_markup() local
1398 font_family = in gst_ttml_render_generate_pango_markup()
1399 gst_ttml_render_resolve_generic_fontname (style_set->font_family); in gst_ttml_render_generate_pango_markup()
1400 if (!font_family) in gst_ttml_render_generate_pango_markup()
1401 font_family = g_strdup (style_set->font_family); in gst_ttml_render_generate_pango_markup()
1412 "font_family=\"", font_family, "\" ", in gst_ttml_render_generate_pango_markup()
1418 g_free (font_family); in gst_ttml_render_generate_pango_markup()
Dttmlparse.c463 g_free (style_set->font_family); in ttml_update_style_set()
464 style_set->font_family = g_strdup (attr); in ttml_update_style_set()
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-style.c1299 CRFontFamily *font_family = NULL, in set_prop_font_family_from_value() local
1311 font_family = cr_font_family_new (FONT_FAMILY_INHERIT, NULL); in set_prop_font_family_from_value()
1381 cur_ff2 = cr_font_family_append (font_family, cur_ff); in set_prop_font_family_from_value()
1383 font_family = cur_ff2; in set_prop_font_family_from_value()
1388 if (font_family) { in set_prop_font_family_from_value()
1389 if (a_style->font_family) { in set_prop_font_family_from_value()
1390 cr_font_family_destroy (a_style->font_family); in set_prop_font_family_from_value()
1391 a_style->font_family = NULL ; in set_prop_font_family_from_value()
1393 a_style->font_family = font_family; in set_prop_font_family_from_value()
1394 font_family = NULL ; in set_prop_font_family_from_value()
[all …]
Dcr-style.h272 CRFontFamily *font_family ; member
/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dparagraph_style.cc27 result.font_families = std::vector<std::string>({font_family}); in GetTextStyle()
Dparagraph_style.h50 std::string font_family = ""; variable
/third_party/flutter/engine/flutter/third_party/txt/src/skia/
Dparagraph_builder_skia.cc52 text_style.setFontFamilies({SkString(txt.font_family.c_str())}); in TxtToSkia()
/third_party/flutter/engine/flutter/lib/ui/text/
Dparagraph_builder.cc191 style.font_family = fontFamily; in ParagraphBuilder()
/third_party/flutter/engine/flutter/third_party/txt/benchmarks/
Dparagraph_benchmarks.cc178 paragraph_style.font_family = "Roboto"; in BM_ParagraphTextBigO()
/third_party/flutter/engine/flutter/third_party/txt/tests/
Dparagraph_unittests.cc1255 paragraph_style.font_family = "Roboto"; in TEST_F()
3964 paragraph_style.font_family = "Roboto"; in TEST_F()