/inkscape/src/ |
H A D | sp-linear-gradient.h | 25 virtual cairo_pattern_t* pattern_new(cairo_t *ct, Geom::OptRect const &bbox, double opacity);
|
H A D | sp-radial-gradient.h | 30 virtual cairo_pattern_t* pattern_new(cairo_t *ct, Geom::OptRect const &bbox, double opacity);
|
H A D | sp-solid-color.h | 29 virtual cairo_pattern_t* pattern_new(cairo_t *ct, Geom::OptRect const &bbox, double opacity);
|
H A D | sp-mesh.h | 24 virtual cairo_pattern_t* pattern_new(cairo_t *ct, Geom::OptRect const &bbox, double opacity);
|
H A D | sp-paint-server.cpp | 81 cairo_pattern_t* SPPaintServer::pattern_new(cairo_t * /*ct*/, Geom::OptRect const &/*bbox*/, double /*opacity*/) function in class:SPPaintServer
|
H A D | sp-paint-server.h | 43 //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 D | sp-solid-color.cpp | 68 cairo_pattern_t* SPSolidColor::pattern_new(cairo_t * /*ct*/, Geom::OptRect const & /*bbox*/, double opacity) { function in class:SPSolidColor
|
H A D | sp-linear-gradient.cpp | 90 cairo_pattern_t* SPLinearGradient::pattern_new(cairo_t * /*ct*/, Geom::OptRect const &bbox, double opacity) { function in class:SPLinearGradient
|
H A D | sp-pattern.h | 72 virtual cairo_pattern_t *pattern_new(cairo_t *ct, Geom::OptRect const &bbox, double opacity);
|
H A D | sp-hatch.h | 88 virtual cairo_pattern_t* pattern_new(cairo_t *ct, Geom::OptRect const &bbox, double opacity);
|
H A D | sp-radial-gradient.cpp | 144 cairo_pattern_t* SPRadialGradient::pattern_new(cairo_t *ct, Geom::OptRect const &bbox, double opacity) { function in class:SPRadialGradient
|
H A D | sp-mesh.cpp | 122 cairo_pattern_t* SPMesh::pattern_new(cairo_t * /*ct*/, function in class:SPMesh 149 // std::cout << "SPMesh::pattern_new: Coons" << std::endl;
|
H A D | sp-hatch.cpp | 683 cairo_pattern_t* SPHatch::pattern_new(cairo_t * /*base_ct*/, Geom::OptRect const &/*bbox*/, double /*opacity*/) function in class:SPHatch
|
H A D | sp-pattern.cpp | 530 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 D | nr-style.cpp | 353 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 D | cairo-render-context.cpp | 1264 pattern = mg->pattern_new(_cr, pbox, 1.0);
|