Searched refs:pattern_new (Results 1 - 16 of 16) sorted by relevance

/inkscape/src/
H A Dsp-linear-gradient.h25 virtual cairo_pattern_t* pattern_new(cairo_t *ct, Geom::OptRect const &bbox, double opacity);
H A Dsp-radial-gradient.h30 virtual cairo_pattern_t* pattern_new(cairo_t *ct, Geom::OptRect const &bbox, double opacity);
H A Dsp-solid-color.h29 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*/) function in class:SPPaintServer
H A Dsp-paint-server.h43 //on demand by pattern_new method. It is used for gradients. The other one is to add elements
50 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) { function in class:SPSolidColor
H A Dsp-linear-gradient.cpp90 cairo_pattern_t* SPLinearGradient::pattern_new(cairo_t * /*ct*/, Geom::OptRect const &bbox, double opacity) { function in class:SPLinearGradient
H A Dsp-pattern.h72 virtual cairo_pattern_t *pattern_new(cairo_t *ct, Geom::OptRect const &bbox, double opacity);
H A Dsp-hatch.h88 virtual cairo_pattern_t* pattern_new(cairo_t *ct, Geom::OptRect const &bbox, double opacity);
H A Dsp-radial-gradient.cpp144 cairo_pattern_t* SPRadialGradient::pattern_new(cairo_t *ct, Geom::OptRect const &bbox, double opacity) { function in class:SPRadialGradient
H A Dsp-mesh.cpp122 cairo_pattern_t* SPMesh::pattern_new(cairo_t * /*ct*/, function in class:SPMesh
149 // std::cout << "SPMesh::pattern_new: Coons" << std::endl;
H A Dsp-hatch.cpp683 cairo_pattern_t* SPHatch::pattern_new(cairo_t * /*base_ct*/, Geom::OptRect const &/*bbox*/, double /*opacity*/) function in class:SPHatch
H A Dsp-pattern.cpp530 cairo_pattern_t *SPPattern::pattern_new(cairo_t *base_ct, Geom::OptRect const &bbox, double opacity) function in class:SPPattern
/inkscape/src/display/
H A Dnr-style.cpp353 fill_pattern = fill.server->pattern_new(dc.raw(), paintbox, fill.opacity);
386 text_decoration_fill_pattern = text_decoration_fill.server->pattern_new(dc.raw(),
416 stroke_pattern = stroke.server->pattern_new(dc.raw(), paintbox, stroke.opacity);
452 text_decoration_stroke_pattern = text_decoration_stroke.server->pattern_new(
/inkscape/src/extension/internal/
H A Dcairo-render-context.cpp1264 pattern = mg->pattern_new(_cr, pbox, 1.0);

Completed in 743 milliseconds