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

/inkscape/src/display/
H A Dcairo-templates.h315 * @param synth Synthesis functor
318 void ink_cairo_surface_synthesize(cairo_surface_t *out, cairo_rectangle_t const &out_area, Synth synth) argument
346 *out_p = synth(j, i);
358 guint32 out_px = synth(j, i);
368 void ink_cairo_surface_synthesize(cairo_surface_t *out, Synth synth) argument
379 ink_cairo_surface_synthesize(out, area, synth);

Completed in 28 milliseconds