Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
cairo-helpers.cpp File Reference

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_tcairo_t_from_object (boost::python::object cr)
 

Variables

static Pycairo_CAPI_t * Pycairo_CAPI = 0
 

Function Documentation

◆ cairo_convex_hull()

void cairo_convex_hull ( cairo_t cr,
ConvexHull const &  ch 
)

Definition at line 35 of file cairo-helpers.cpp.

◆ cairo_curve()

void cairo_curve ( cairo_t cr,
Curve const &  c 
)

Definition at line 43 of file cairo-helpers.cpp.

Referenced by cairo_curve(), and cairo_path().

◆ cairo_curve_to()

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().

◆ cairo_d2_pw_sb()

void cairo_d2_pw_sb ( cairo_t cr,
D2< Piecewise< SBasis > > const &  p 
)

Definition at line 127 of file cairo-helpers.cpp.

◆ cairo_d2_sb()

void cairo_d2_sb ( cairo_t cr,
D2< SBasis > const &  B 
)

Definition at line 123 of file cairo-helpers.cpp.

Referenced by cairo_pw_d2_sb().

◆ cairo_line_to()

void cairo_line_to ( cairo_t cr,
Geom::Point  p1 
)

◆ cairo_move_to()

void cairo_move_to ( cairo_t cr,
Geom::Point  p1 
)

◆ cairo_path() [1/2]

void cairo_path ( cairo_t cr,
Path const &  p 
)

Definition at line 73 of file cairo-helpers.cpp.

Referenced by cairo_d2_sb(), and cairo_path().

◆ cairo_path() [2/2]

void cairo_path ( cairo_t cr,
PathVector const &  p 
)

Definition at line 108 of file cairo-helpers.cpp.

◆ cairo_path_stitches() [1/2]

void cairo_path_stitches ( cairo_t cr,
Path const &  p 
)

Definition at line 90 of file cairo-helpers.cpp.

Referenced by cairo_path_stitches().

◆ cairo_path_stitches() [2/2]

void cairo_path_stitches ( cairo_t cr,
PathVector const &  p 
)

Definition at line 115 of file cairo-helpers.cpp.

◆ cairo_pw_d2_sb()

void cairo_pw_d2_sb ( cairo_t cr,
Piecewise< D2< SBasis > > const &  p 
)

Definition at line 131 of file cairo-helpers.cpp.

Referenced by cairo_d2_pw_sb().

◆ cairo_rectangle()

void cairo_rectangle ( cairo_t cr,
Rect const &  r 
)

Definition at line 31 of file cairo-helpers.cpp.

Referenced by cairo_rectangle().

◆ cairo_t_from_object()

Variable Documentation

◆ Pycairo_CAPI

Pycairo_CAPI_t* Pycairo_CAPI = 0
static

Definition at line 137 of file cairo-helpers.cpp.

Referenced by cairo_t_from_object().