Searched refs:stroke_pattern (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/display/
H A Dnr-style.cpp57 , stroke_pattern(NULL)
83 if (stroke_pattern) cairo_pattern_destroy(stroke_pattern);
410 if (!stroke_pattern) {
414 stroke_pattern = pattern->renderPattern(stroke.opacity);
416 stroke_pattern = stroke.server->pattern_new(dc.raw(), paintbox, stroke.opacity);
421 stroke_pattern = cairo_pattern_create_rgba(c.v.c[0], c.v.c[1], c.v.c[2],
429 if (!stroke_pattern) return false;
435 dc.setSource(stroke_pattern);
482 if (stroke_pattern) cairo_pattern_destro
[all...]
H A Dnr-style.h75 cairo_pattern_t *stroke_pattern; member in struct:NRStyle

Completed in 14 milliseconds