Lines Matching defs:cr

11 void cairo_rectangle(cairo_t *cr, Rect const& r) {  in cairo_rectangle()
15 void cairo_convex_hull(cairo_t *cr, ConvexHull const& ch) { in cairo_convex_hull()
23 void cairo_curve(cairo_t *cr, Curve const& c) { in cairo_curve()
56 void cairo_path(cairo_t *cr, Path const &p) { in cairo_path()
73 void cairo_path_stitches(cairo_t *cr, Path const &p) { in cairo_path_stitches()
95 void cairo_path(cairo_t *cr, PathVector const &p) { in cairo_path()
102 void cairo_path_stitches(cairo_t *cr, PathVector const &p) { in cairo_path_stitches()
109 void cairo_d2_sb(cairo_t *cr, D2<SBasis> const &B) { in cairo_d2_sb()
113 void cairo_d2_sb2d(cairo_t* cr, D2<SBasis2d> const &sb2, Point /*dir*/, double width) { in cairo_d2_sb2d()
135 void cairo_sb2d(cairo_t* cr, SBasis2d const &sb2, Point dir, double width) { in cairo_sb2d()
157 void cairo_d2_pw_sb(cairo_t *cr, D2<Piecewise<SBasis> > const &p) { in cairo_d2_pw_sb()
161 void cairo_pw_d2_sb(cairo_t *cr, Piecewise<D2<SBasis> > const &p) { in cairo_pw_d2_sb()
167 void draw_line_seg(cairo_t *cr, Geom::Point a, Geom::Point b) { in draw_line_seg()
173 void draw_spot(cairo_t *cr, Geom::Point h) { in draw_spot()
177 void draw_handle(cairo_t *cr, Geom::Point h) { in draw_handle()
186 void draw_cross(cairo_t *cr, Geom::Point h) { in draw_cross()
195 void draw_circ(cairo_t *cr, Geom::Point h) { in draw_circ()
203 void draw_ray(cairo_t *cr, Geom::Point h, Geom::Point dir) { in draw_ray()
213 cairo_move_to (cairo_t *cr, Geom::Point p1) { in cairo_move_to()
218 cairo_line_to (cairo_t *cr, Geom::Point p1) { in cairo_line_to()
223 cairo_curve_to (cairo_t *cr, Geom::Point p1, in cairo_curve_to()
257 void draw_line(cairo_t *cr, double a, double b, double c, const Geom::Rect& r) { in draw_line()
268 void draw_line(cairo_t* cr, const Geom::Line& l, const Geom::Rect& r) in draw_line()
275 void draw_line(cairo_t *cr, Geom::Point n, double dist, Geom::Rect r) { in draw_line()
280 void draw_ray(cairo_t *cr, const Geom::Ray& ray, const Geom::Rect& r) in draw_ray()
298 void draw_line_segment(cairo_t *cr, const Geom::LineSegment& ls, const Geom::Rect& r) in draw_line_segment()
317 void draw_line_seg_with_arrow(cairo_t *cr, Geom::Point a, Geom::Point b, double dangle, double radi… in draw_line_seg_with_arrow()