Home
last modified time | relevance | path

Searched refs:pen_attributes (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstcea708decoder.c673 window->pen_attributes.pen_size = PEN_SIZE_STANDARD; in gst_cea708dec_set_pen_style()
674 window->pen_attributes.font_style = FONT_STYLE_DEFAULT; in gst_cea708dec_set_pen_style()
675 window->pen_attributes.offset = PEN_OFFSET_NORMAL; in gst_cea708dec_set_pen_style()
676 window->pen_attributes.italics = FALSE; in gst_cea708dec_set_pen_style()
677 window->pen_attributes.underline = FALSE; in gst_cea708dec_set_pen_style()
678 window->pen_attributes.edge_type = EDGE_TYPE_NONE; in gst_cea708dec_set_pen_style()
689 window->pen_attributes.font_style = FONT_STYLE_DEFAULT; in gst_cea708dec_set_pen_style()
693 window->pen_attributes.font_style = FONT_STYLE_MONO_SERIF; in gst_cea708dec_set_pen_style()
697 window->pen_attributes.font_style = FONT_STYLE_PROP_SERIF; in gst_cea708dec_set_pen_style()
701 window->pen_attributes.font_style = FONT_STYLE_MONO_SANS; in gst_cea708dec_set_pen_style()
[all …]
Dgstcea708decoder.h355 cea708PenAttributes pen_attributes; member
372 cea708PenAttributes pen_attributes; member