Searched refs:ink_rect (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_base/ext/pango/ |
D | gstbasetextoverlay.c | 1586 *xpos = overlay->ink_rect.x - overlay->logical_rect.x; in gst_base_text_overlay_get_pos() 1597 *xpos = MIN (overlay->width - overlay->ink_rect.width, *xpos); in gst_base_text_overlay_get_pos() 1601 *xpos = CLAMP (*xpos, 0, overlay->width - overlay->ink_rect.width); in gst_base_text_overlay_get_pos() 1613 *ypos = overlay->ink_rect.y - overlay->logical_rect.y; in gst_base_text_overlay_get_pos() 1619 *ypos = MIN (overlay->height - overlay->ink_rect.height, *ypos); in gst_base_text_overlay_get_pos() 1631 *ypos = CLAMP (*ypos, 0, overlay->height - overlay->ink_rect.height); in gst_base_text_overlay_get_pos() 1662 render_width = overlay->ink_rect.width; in gst_base_text_overlay_set_composition() 1663 render_height = overlay->ink_rect.height; in gst_base_text_overlay_set_composition() 1715 PangoRectangle ink_rect, logical_rect; in gst_base_text_overlay_render_pangocairo() local 1795 pango_layout_get_pixel_extents (overlay->layout, &ink_rect, &logical_rect); in gst_base_text_overlay_render_pangocairo() [all …]
|
D | gstbasetextoverlay.h | 226 PangoRectangle ink_rect; member
|
D | gsttextrender.c | 257 PangoRectangle ink_rect, logical_rect; in gst_text_render_render_pangocairo() local 260 pango_layout_get_pixel_extents (render->layout, &ink_rect, &logical_rect); in gst_text_render_render_pangocairo()
|
/third_party/gstreamer/gstplugins_bad/ext/ttml/ |
D | gstttmlrender.c | 1435 PangoRectangle ink_rect; in gst_ttml_render_get_pango_font_metrics() local 1442 pango_layout_get_pixel_extents (render->layout, &ink_rect, NULL); in gst_ttml_render_get_pango_font_metrics() 1445 ret.height = ink_rect.height; in gst_ttml_render_get_pango_font_metrics() 1447 - ink_rect.y; in gst_ttml_render_get_pango_font_metrics() 1581 PangoRectangle ink_rect; in gst_ttml_render_get_line_char_ranges() local 1612 pango_layout_get_pixel_extents (render->layout, &ink_rect, NULL); in gst_ttml_render_get_line_char_ranges() 1614 ink_rect.x, ink_rect.y, ink_rect.width, ink_rect.height); in gst_ttml_render_get_line_char_ranges() 1946 PangoRectangle logical_rect, ink_rect; in gst_ttml_render_draw_text() local 1959 pango_layout_get_pixel_extents (render->layout, &ink_rect, &logical_rect); in gst_ttml_render_draw_text() 1963 bounding_box_x1 = MIN (logical_rect.x, ink_rect.x); in gst_ttml_render_draw_text() [all …]
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 56444 transformation matrix as the ink_rect position might not be at
|