Searched refs:input1 (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/display/ |
H A D | nr-filter-blend.cpp | 49 cairo_surface_t *input1 = slot.getcairo(_input); local 59 set_cairo_surface_ci( input1, ci_fp ); 64 cairo_surface_t *out = ink_cairo_surface_create_output(input1, input2); 69 cairo_set_source_surface(out_ct, input1, 0, 0);
|
H A D | nr-filter-composite.cpp | 66 cairo_surface_t *input1 = slot.getcairo(_input); local 76 set_cairo_surface_ci( input1, ci_fp ); 79 cairo_surface_t *out = ink_cairo_surface_create_output(input1, input2); 83 ink_cairo_surface_blend(input1, input2, out, ComposeArithmetic(k1, k2, k3, k4)); 87 cairo_set_source_surface(ct, input1, 0, 0);
|
Completed in 15 milliseconds