Searched refs:cairo_t (Results 1 - 25 of 60) sorted by relevance

123

/inkscape/src/2geom/
H A Dcairo-path-sink.h59 CairoPathSink(cairo_t *cr);
71 cairo_t *_cr;
H A Dcairo-path-sink.cpp38 CairoPathSink::CairoPathSink(cairo_t *cr)
/inkscape/src/
H A Dsp-radial-gradient.h11 typedef struct _cairo cairo_t; typedef in typeref:struct:_cairo
30 virtual cairo_pattern_t* pattern_new(cairo_t *ct, Geom::OptRect const &bbox, double opacity);
H A Dsp-solid-color.h17 typedef struct _cairo cairo_t; typedef in typeref:struct:_cairo
29 virtual cairo_pattern_t* pattern_new(cairo_t *ct, Geom::OptRect const &bbox, double opacity);
H A Dsp-linear-gradient.h25 virtual cairo_pattern_t* pattern_new(cairo_t *ct, Geom::OptRect const &bbox, double opacity);
H A Dsp-mesh.h24 virtual cairo_pattern_t* pattern_new(cairo_t *ct, Geom::OptRect const &bbox, double opacity);
H A Dsp-paint-server.cpp81 cairo_pattern_t* SPPaintServer::pattern_new(cairo_t * /*ct*/, Geom::OptRect const &/*bbox*/, double /*opacity*/)
H A Dsp-paint-server.h50 virtual cairo_pattern_t* pattern_new(cairo_t *ct, Geom::OptRect const &bbox, double opacity);
H A Dsp-solid-color.cpp68 cairo_pattern_t* SPSolidColor::pattern_new(cairo_t * /*ct*/, Geom::OptRect const & /*bbox*/, double opacity) {
H A Dsp-linear-gradient.cpp90 cairo_pattern_t* SPLinearGradient::pattern_new(cairo_t * /*ct*/, Geom::OptRect const &bbox, double opacity) {
/inkscape/src/display/
H A Dcairo-utils.h35 CairoGroup(cairo_t *_ct);
43 cairo_t *ct;
50 CairoSave(cairo_t *_ct, bool save=false)
69 cairo_t *ct;
76 CairoContext(cairo_t *obj, bool ref = false);
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 *c
[all...]
H A Dnr-filter-slot.h22 typedef struct _cairo cairo_t; typedef in typeref:struct:_cairo
94 cairo_t *_background_ct;
H A Dnr-svgfonts.h42 cairo_status_t scaled_font_render_glyph (cairo_scaled_font_t *scaled_font, unsigned long glyph, cairo_t *cr, cairo_text_extents_t *metrics);
45 void render_glyph_path(cairo_t* cr, Geom::PathVector* pathv);
H A Ddrawing-surface.h22 typedef struct _cairo cairo_t; typedef in typeref:struct:_cairo
48 cairo_t *createRawContext();
H A Dnr-filter-tile.cpp58 cairo_t *ct = cairo_create(out);
76 cairo_t *ct_tile = cairo_create(tile);
H A Ddrawing-context.h41 DrawingContext(cairo_t *ct, Geom::Point const &origin);
121 cairo_t *raw() { return _ct; }
127 DrawingContext(cairo_t *ct, DrawingSurface *surface, bool destroy);
129 cairo_t *_ct;
H A Dsp-canvas.h52 cairo_t *ct;
164 static gboolean handle_draw(GtkWidget *widget, cairo_t *cr);
H A Dnr-filter-merge.cpp57 cairo_t *out_ct = cairo_create(out);
H A Dnr-svgfonts.cpp46 cairo_t * /*cairo*/, cairo_font_extents_t *metrics){
67 cairo_t *cr,
249 SvgFont::render_glyph_path(cairo_t* cr, Geom::PathVector* pathv){
291 cairo_t *cr,
H A Dnr-filter-slot.cpp142 cairo_t *tsg_ct = cairo_create(tsg);
166 cairo_t *tbg_ct = cairo_create(tbg);
197 cairo_t *r_ct = cairo_create(r);
H A Dcairo-utils.cpp44 CairoGroup::CairoGroup(cairo_t *_ct) : ct(_ct), pushed(false) {}
85 CairoContext::CairoContext(cairo_t *obj, bool ref)
117 cairo_t *ct = cairo_create(target->cobj());
502 feed_curve_to_cairo(cairo_t *cr, Geom::Curve const &c, Geom::Affine const & trans, Geom::Rect view, bool optimize_stroke)
624 feed_path_to_cairo (cairo_t *ct, Geom::Path const &path)
642 feed_path_to_cairo (cairo_t *ct, Geom::Path const &path, Geom::Affine trans, Geom::OptRect area, bool optimize_stroke, double stroke_width)
690 feed_pathvector_to_cairo (cairo_t *ct, Geom::PathVector const &pathv, Geom::Affine trans, Geom::OptRect area, bool optimize_stroke, double stroke_width)
705 feed_pathvector_to_cairo (cairo_t *ct, Geom::PathVector const &pathv)
753 ink_cairo_set_source_rgba32(cairo_t *ct, guint32 rgba)
759 ink_cairo_set_source_color(cairo_t *c
[all...]
H A Ddrawing-surface.cpp151 cairo_t *
158 cairo_t *ct = cairo_create(_surface);
246 cairo_t *ct = createRawContext();
H A Ddrawing-context.cpp55 * This is a wrapper over cairo_t, extended with operations that work
61 DrawingContext::DrawingContext(cairo_t *ct, Geom::Point const &origin)
/inkscape/src/extension/internal/
H A Dcairo-render-context.h78 cairo_t *getCairoContext(void) const;
192 cairo_t *_cr; // Cairo context
216 unsigned int _showGlyphs(cairo_t *cr, PangoFont *font, std::vector<CairoGlyphInfo> const &glyphtext, bool is_stroke);
223 void _concatTransform(cairo_t *cr, double xx, double yx, double xy, double yy, double x0, double y0);
224 void _concatTransform(cairo_t *cr, Geom::Affine const &transform);
/inkscape/src/widgets/
H A Dgradient-image.cpp38 static gboolean sp_gradient_image_draw(GtkWidget *widget, cairo_t *cr);
127 cairo_t *ct = gdk_cairo_create(gtk_widget_get_window (widget));
142 static gboolean sp_gradient_image_draw(GtkWidget *widget, cairo_t *ct)
178 cairo_t *ct = cairo_create(s);

Completed in 51 milliseconds

123