Lines Matching defs:blend
29 #include "filters/blend.h"
1694 int blend = 0;
1716 // determine whether filter is simple (blend and/or blur) or complex
1738 blend = spblend->blend_mode;
1743 blend = complex_filter;
1746 // defaults to blend mode = "normal"
1748 blend = 0;
1751 if(blend_prev != empty_prev && blend_prev != blend)
1753 blend_prev = blend;
1757 style_res->filter_blend_mode.value = blend;