From 676ecc296a65ac490633149dde175661d77caa99 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 15 Oct 2002 22:09:51 +0000 Subject: - implemented clock sweep on 90 degree angles to compensate for aspect ratio. Original commit message from CVS: - implemented clock sweep on 90 degree angles to compensate for aspect ratio. - implemented remaining clock wipes --- gst/smpte/paint.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gst/smpte/paint.h') diff --git a/gst/smpte/paint.h b/gst/smpte/paint.h index 4eacbd59..4c34cf92 100644 --- a/gst/smpte/paint.h +++ b/gst/smpte/paint.h @@ -39,4 +39,9 @@ void gst_smpte_paint_triangle_clock (guint32 *dest, gint stride, gint x1, gint y1, gint c1, gint x2, gint y2, gint c2); +void gst_smpte_paint_box_clock (guint32 *dest, gint stride, + gint x0, gint y0, gint c0, + gint x1, gint y1, gint c1, + gint x2, gint y2, gint c2); + #endif /* __GST_SMPTE_PAINT_H__ */ -- cgit v1.2.1