From 4bdfebf9d76c15ed4aee7b9384f66f388e34de4b Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 15 Oct 2002 00:00:27 +0000 Subject: Some more wipes, added radial wipes Original commit message from CVS: Some more wipes, added radial wipes --- gst/smpte/paint.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gst/smpte/paint.h') diff --git a/gst/smpte/paint.h b/gst/smpte/paint.h index d57e84b9..4eacbd59 100644 --- a/gst/smpte/paint.h +++ b/gst/smpte/paint.h @@ -34,5 +34,9 @@ void gst_smpte_paint_triangle_linear (guint32 *dest, gint stride, gint x1, gint y1, gint c1, gint x2, gint y2, gint c2); +void gst_smpte_paint_triangle_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