Searched refs:font_family (Results 1 – 12 of 12) sorted by relevance
46 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()
380 gchar *font_family; member
1392 gchar *ret, *font_family, *font_size, *fgcolor; in gst_ttml_render_generate_pango_markup() local1398 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()
463 g_free (style_set->font_family); in ttml_update_style_set()464 style_set->font_family = g_strdup (attr); in ttml_update_style_set()
1299 CRFontFamily *font_family = NULL, in set_prop_font_family_from_value() local1311 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 …]
272 CRFontFamily *font_family ; member
27 result.font_families = std::vector<std::string>({font_family}); in GetTextStyle()
50 std::string font_family = ""; variable
52 text_style.setFontFamilies({SkString(txt.font_family.c_str())}); in TxtToSkia()
191 style.font_family = fontFamily; in ParagraphBuilder()
178 paragraph_style.font_family = "Roboto"; in BM_ParagraphTextBigO()
1255 paragraph_style.font_family = "Roboto"; in TEST_F()3964 paragraph_style.font_family = "Roboto"; in TEST_F()