Searched refs:out_ct (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/display/ |
H A D | nr-filter-blend.cpp | 68 cairo_t *out_ct = cairo_create(out); local 69 cairo_set_source_surface(out_ct, input1, 0, 0); 76 cairo_set_operator(out_ct, CAIRO_OPERATOR_MULTIPLY); 79 cairo_set_operator(out_ct, CAIRO_OPERATOR_SCREEN); 82 cairo_set_operator(out_ct, CAIRO_OPERATOR_DARKEN); 85 cairo_set_operator(out_ct, CAIRO_OPERATOR_LIGHTEN); 89 cairo_set_operator(out_ct, CAIRO_OPERATOR_OVERLAY); 92 cairo_set_operator(out_ct, CAIRO_OPERATOR_COLOR_DODGE); 95 cairo_set_operator(out_ct, CAIRO_OPERATOR_COLOR_BURN); 98 cairo_set_operator(out_ct, CAIRO_OPERATOR_HARD_LIGH [all...] |
H A D | nr-filter-merge.cpp | 57 cairo_t *out_ct = cairo_create(out); local 63 cairo_set_source_surface(out_ct, in, 0, 0); 64 cairo_paint(out_ct); 67 cairo_destroy(out_ct);
|
Completed in 97 milliseconds