Inkscape
Vector Graphics Editor
|
Go to the source code of this file.
Functions | |
void | cairo_move_to (cairo_t *cr, Geom::Point p1) |
void | cairo_line_to (cairo_t *cr, Geom::Point p1) |
void | cairo_curve_to (cairo_t *cr, Geom::Point p1, Geom::Point p2, Geom::Point p3) |
void | cairo_rectangle (cairo_t *cr, Rect const &r) |
void | cairo_convex_hull (cairo_t *cr, ConvexHull const &ch) |
void | cairo_curve (cairo_t *cr, Curve const &c) |
void | cairo_path (cairo_t *cr, Path const &p) |
void | cairo_path_stitches (cairo_t *cr, Path const &p) |
void | cairo_path (cairo_t *cr, PathVector const &p) |
void | cairo_path_stitches (cairo_t *cr, PathVector const &p) |
void | cairo_d2_sb (cairo_t *cr, D2< SBasis > const &B) |
void | cairo_d2_pw_sb (cairo_t *cr, D2< Piecewise< SBasis > > const &p) |
void | cairo_pw_d2_sb (cairo_t *cr, Piecewise< D2< SBasis > > const &p) |
cairo_t * | cairo_t_from_object (boost::python::object cr) |
Variables | |
static Pycairo_CAPI_t * | Pycairo_CAPI = 0 |
void cairo_convex_hull | ( | cairo_t * | cr, |
ConvexHull const & | ch | ||
) |
Definition at line 35 of file cairo-helpers.cpp.
Definition at line 43 of file cairo-helpers.cpp.
Referenced by cairo_curve(), and cairo_path().
void cairo_curve_to | ( | cairo_t * | cr, |
Geom::Point | p1, | ||
Geom::Point | p2, | ||
Geom::Point | p3 | ||
) |
Definition at line 24 of file cairo-helpers.cpp.
Referenced by cairo_curve(), and cairo_curve_to().
Definition at line 127 of file cairo-helpers.cpp.
Definition at line 123 of file cairo-helpers.cpp.
Referenced by cairo_pw_d2_sb().
void cairo_line_to | ( | cairo_t * | cr, |
Geom::Point | p1 | ||
) |
Definition at line 19 of file cairo-helpers.cpp.
Referenced by cairo_convex_hull(), cairo_curve(), cairo_line_to(), cairo_path(), and cairo_path_stitches().
void cairo_move_to | ( | cairo_t * | cr, |
Geom::Point | p1 | ||
) |
Definition at line 14 of file cairo-helpers.cpp.
Referenced by cairo_convex_hull(), cairo_move_to(), cairo_path(), and cairo_path_stitches().
Definition at line 73 of file cairo-helpers.cpp.
Referenced by cairo_d2_sb(), and cairo_path().
void cairo_path | ( | cairo_t * | cr, |
PathVector const & | p | ||
) |
Definition at line 108 of file cairo-helpers.cpp.
Definition at line 90 of file cairo-helpers.cpp.
Referenced by cairo_path_stitches().
void cairo_path_stitches | ( | cairo_t * | cr, |
PathVector const & | p | ||
) |
Definition at line 115 of file cairo-helpers.cpp.
Definition at line 131 of file cairo-helpers.cpp.
Referenced by cairo_d2_pw_sb().
Definition at line 31 of file cairo-helpers.cpp.
Referenced by cairo_rectangle().
cairo_t * cairo_t_from_object | ( | boost::python::object | cr | ) |
Definition at line 140 of file cairo-helpers.cpp.
References Pycairo_CAPI.
Referenced by py_cairo_convex_hull(), py_cairo_curve(), py_cairo_d2_pw_sb(), py_cairo_d2_sb(), py_cairo_path(), py_cairo_path(), py_cairo_path_stitches(), py_cairo_path_stitches(), py_cairo_pw_d2_sb(), and py_cairo_rectangle().
|
static |
Definition at line 137 of file cairo-helpers.cpp.
Referenced by cairo_t_from_object().