Searched defs:cairo_pattern_t (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/
H A Dsp-solid-color.h18 typedef struct _cairo_pattern cairo_pattern_t; typedef in typeref:struct:_cairo_pattern
29 virtual cairo_pattern_t* pattern_new(cairo_t *ct, Geom::OptRect const &bbox, double opacity);
H A Dsp-radial-gradient.h12 typedef struct _cairo_pattern cairo_pattern_t; typedef in typeref:struct:_cairo_pattern
30 virtual cairo_pattern_t* pattern_new(cairo_t *ct, Geom::OptRect const &bbox, double opacity);
/inkscape/src/display/
H A Ddrawing-pattern.h17 typedef struct _cairo_pattern cairo_pattern_t; typedef in typeref:struct:_cairo_pattern
26 * It renders it's children to a cairo_pattern_t structure that can be
57 cairo_pattern_t *renderPattern(float opacity);

Completed in 368 milliseconds