synfig-core  1.0.3
cairo_renddesc.h
Go to the documentation of this file.
1 /* === S Y N F I G ========================================================= */
21 /* ========================================================================= */
22 
23 /* === S T A R T =========================================================== */
24 
25 #ifndef __SYNFIG_CAIRO_RENDDESC_H
26 #define __SYNFIG_CAIRO_RENDDESC_H
27 
28 /* === H E A D E R S ======================================================= */
29 #include "renddesc.h"
30 #include "cairo.h"
31 
32 /* === M A C R O S ========================================================= */
33 
34 /* === T Y P E D E F S ===================================================== */
35 
36 /* === C L A S S E S & S T R U C T S ======================================= */
37 
38 // Helper function to untransform the RendDesc by the inverse of the current
39 // Cairo matrix from the Cairo context.
40 // It doesn't count the initial scale and translation performed to
41 // convert the user coordinates to pixels.
42 // See implementation comments for more details
43 bool cairo_renddesc_untransform(cairo_t* cr, synfig::RendDesc &renddesc);
44 
45 /* === E N D =============================================================== */
46 
47 #endif