406cced8c436afdedee0fcf4f7c753f225c5120b
[rrdtool.git] / src / art_rgba_svp.h
1 #ifndef SP_ART_RGBA_SVP_H
2 #define SP_ART_RGBA_SVP_H
3
4 #include <libart_lgpl/art_misc.h>
5 #include <libart_lgpl/art_alphagamma.h>
6 #include <libart_lgpl/art_affine.h>
7 #include <libart_lgpl/art_svp.h>
8 #include <libart_lgpl/art_uta.h>
9
10 void      gnome_print_art_rgba_svp_alpha(
11     const ArtSVP * svp,
12     int x0,
13     int y0,
14     int x1,
15     int y1,
16     art_u32 rgba,
17     art_u8 * buf,
18     int rowstride,
19     ArtAlphaGamma * alphagamma);
20
21 #endif                          /* SP_ART_RGBA_SVP_H */