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

/inkscape/src/display/
H A Dcairo-templates.h314 * @param out_area The region of the output surface that should be synthesized
318 void ink_cairo_surface_synthesize(cairo_surface_t *out, cairo_rectangle_t const &out_area, Synth synth) argument
324 int w = out_area.width;
325 int h = out_area.height;
343 for (int i = out_area.y; i < h; ++i) {
345 for (int j = out_area.x; j < w; ++j) {
355 for (int i = out_area.y; i < h; ++i) {
357 for (int j = out_area.x; j < w; ++j) {

Completed in 54 milliseconds