From 8129984603de569e01563d810a334765c2ec5062 Mon Sep 17 00:00:00 2001 From: Soren Sandmann Pedersen Date: Wed, 23 May 2007 16:38:38 -0400 Subject: [PATCH] Declare the two new trapezoid functions in pixman.h --- pixman/pixman.h | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/pixman/pixman.h b/pixman/pixman.h index e1c6ab2..b6d3a95 100644 --- a/pixman/pixman.h +++ b/pixman/pixman.h @@ -556,10 +556,20 @@ void pixman_line_fixed_edge_init (pixman_edge_t *e, pixman_line_fixed_t *line, int x_off, int y_off); -void pixman_rasterize_edges (pixman_image_t *image, - pixman_edge_t *l, - pixman_edge_t *r, - pixman_fixed_t t, - pixman_fixed_t b); +void pixman_rasterize_edges (pixman_image_t *image, + pixman_edge_t *l, + pixman_edge_t *r, + pixman_fixed_t t, + pixman_fixed_t b); +void pixman_add_traps (pixman_image_t *image, + int16_t x_off, + int16_t y_off, + int ntrap, + pixman_trap_t *traps); +void pixman_rasterize_trapezoid (pixman_image_t *image, + pixman_trapezoid_t *trap, + int x_off, + int y_off); + #endif /* PIXMAN_H__ */ -- 2.7.4