Home
last modified time | relevance | path

Searched refs:fontmap (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_base/ext/pango/
Dgsttextrender.c663 PangoFontMap *fontmap; in gst_text_render_init() local
683 fontmap = pango_cairo_font_map_new (); in gst_text_render_init()
685 pango_font_map_create_context (PANGO_FONT_MAP (fontmap)); in gst_text_render_init()
686 g_object_unref (fontmap); in gst_text_render_init()
Dgstbasetextoverlay.c692 PangoFontMap *fontmap; in gst_base_text_overlay_init() local
694 fontmap = pango_cairo_font_map_new (); in gst_base_text_overlay_init()
696 pango_font_map_create_context (PANGO_FONT_MAP (fontmap)); in gst_base_text_overlay_init()
697 g_object_unref (fontmap); in gst_base_text_overlay_init()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstceaccoverlay.c205 PangoFontMap *fontmap; in gst_base_cea_cc_overlay_base_init() local
213 fontmap = pango_cairo_font_map_get_default (); in gst_base_cea_cc_overlay_base_init()
215 pango_font_map_create_context (PANGO_FONT_MAP (fontmap)); in gst_base_cea_cc_overlay_base_init()
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dgstttmlrender.c233 PangoFontMap *fontmap; in gst_ttml_render_base_init() local
240 fontmap = pango_cairo_font_map_get_default (); in gst_ttml_render_base_init()
242 pango_font_map_create_context (PANGO_FONT_MAP (fontmap)); in gst_ttml_render_base_init()
/third_party/gstreamer/gstplugins_base/
DChangeLog17959 PangoCairo is thread-safe as long as the context and fontmap are not
17962 was also not completely safe yet: the same fontmap might've been used by
17963 different classes from different threads as the thread-default fontmap