Lines Matching refs:ct
43 cairo_t *ct;
51 : ct(_ct)
55 cairo_save(ct);
60 cairo_save(ct);
66 cairo_restore(ct);
69 cairo_t *ct;
149 void ink_cairo_set_source_color(cairo_t *ct, SPColor const &color, double opacity);
150 void ink_cairo_set_source_rgba32(cairo_t *ct, guint32 rgba);
151 void ink_cairo_transform(cairo_t *ct, Geom::Affine const &m);
199 void feed_pathvector_to_cairo (cairo_t *ct, Geom::PathVector const &pathv, Geom::Affine trans, Geom::OptRect area, bool optimize_stroke, double stroke_width);
200 void feed_pathvector_to_cairo (cairo_t *ct, Geom::PathVector const &pathv);