Home
last modified time | relevance | path

Searched refs:blend_method (Results 1 – 25 of 274) sorted by relevance

1234567891011

/dports/devel/etl/synfig-1.2.2/synfig-core/src/synfig/rendering/common/optimizer/
H A Doptimizerblendcomposite.cpp80 && composite->is_blend_method_supported(blend->blend_method) in run()
81 …& (!composite->blend || (blend->blend_method == Color::BLEND_COMPOSITE && composite->blend_method in run()
105 composite->blend_method = blend->blend_method; in run()
H A Doptimizerblendassociative.cpp69 && ((1 << blend->blend_method) & Color::BLEND_METHODS_ASSOCIATIVE) in run()
83 || !composite->is_blend_method_supported(blend->blend_method) in run()
84 || (composite->blend && composite->blend_method != blend->blend_method) ) in run()
121 composite->blend_method = blend->blend_method; in run()
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/synfig/rendering/common/optimizer/
H A Doptimizerblendcomposite.cpp80 && composite->is_blend_method_supported(blend->blend_method) in run()
81 …& (!composite->blend || (blend->blend_method == Color::BLEND_COMPOSITE && composite->blend_method in run()
105 composite->blend_method = blend->blend_method; in run()
H A Doptimizerblendassociative.cpp69 && ((1 << blend->blend_method) & Color::BLEND_METHODS_ASSOCIATIVE) in run()
83 || !composite->is_blend_method_supported(blend->blend_method) in run()
84 || (composite->blend && composite->blend_method != blend->blend_method) ) in run()
121 composite->blend_method = blend->blend_method; in run()
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/synfig/rendering/common/optimizer/
H A Doptimizerblendcomposite.cpp80 && composite->is_blend_method_supported(blend->blend_method) in run()
81 …& (!composite->blend || (blend->blend_method == Color::BLEND_COMPOSITE && composite->blend_method in run()
105 composite->blend_method = blend->blend_method; in run()
H A Doptimizerblendassociative.cpp69 && ((1 << blend->blend_method) & Color::BLEND_METHODS_ASSOCIATIVE) in run()
83 || !composite->is_blend_method_supported(blend->blend_method) in run()
84 || (composite->blend && composite->blend_method != blend->blend_method) ) in run()
121 composite->blend_method = blend->blend_method; in run()
/dports/devel/etl/synfig-1.2.2/synfig-core/src/synfig/rendering/common/task/
H A Dtaskcomposite.h47 Color::BlendMethod blend_method; variable
52 blend_method(Color::BLEND_COMPOSITE), in TaskComposite()
59 bool is_blend_method_supported(Color::BlendMethod blend_method) in is_blend_method_supported() argument
60 { return get_supported_blend_methods() & (1 << blend_method); } in is_blend_method_supported()
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/synfig/rendering/common/task/
H A Dtaskcomposite.h47 Color::BlendMethod blend_method; variable
52 blend_method(Color::BLEND_COMPOSITE), in TaskComposite()
59 bool is_blend_method_supported(Color::BlendMethod blend_method) in is_blend_method_supported() argument
60 { return get_supported_blend_methods() & (1 << blend_method); } in is_blend_method_supported()
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/synfig/rendering/common/task/
H A Dtaskcomposite.h47 Color::BlendMethod blend_method; variable
52 blend_method(Color::BLEND_COMPOSITE), in TaskComposite()
59 bool is_blend_method_supported(Color::BlendMethod blend_method) in is_blend_method_supported() argument
60 { return get_supported_blend_methods() & (1 << blend_method); } in is_blend_method_supported()
/dports/devel/etl/synfig-1.2.2/synfig-core/src/synfig/layers/
H A Dlayer_duplicate.cpp121 Color::BlendMethod blend_method(get_blend_method()); in get_color() local
132 color = Color::blend(context.get_color(pos),color,amount,blend_method); in get_color()
187 Color::BlendMethod blend_method(get_blend_method()); in accelerated_render() local
202 apen.set_blend_method(i ? blend_method : Color::BLEND_COMPOSITE); in accelerated_render()
233 Color::BlendMethod blend_method(get_blend_method()); in accelerated_cairorender() local
252 cairo_paint_with_alpha_operator(cr, get_amount(), i ? blend_method : Color::BLEND_COMPOSITE); in accelerated_cairorender()
269 Color::BlendMethod blend_method = get_blend_method(); in build_rendering_task_vfunc() local
281 task_blend->blend_method = blend_method; in build_rendering_task_vfunc()
H A Dlayer_composite.cpp198 Color::BlendMethod blend_method = static_cast<Color::BlendMethod>(value.get(int())); in set_param()
199 if (blend_method < 0 || blend_method >= Color::BLEND_END) in set_param()
201 warning("illegal value (%d) for blend_method - using Composite instead", blend_method); in set_param()
206 if (blend_method == Color::BLEND_STRAIGHT && !reads_context()) in set_param()
267 task_blend->blend_method = get_blend_method(); in build_rendering_task_vfunc()
H A Dlayer_composite_fork.cpp58 Layer_CompositeFork::Layer_CompositeFork(Real amount, Color::BlendMethod blend_method): in Layer_CompositeFork() argument
59 Layer_Composite(amount, blend_method) { } in Layer_CompositeFork()
72 task_blend->blend_method = get_blend_method(); in build_rendering_task_vfunc()
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/synfig/layers/
H A Dlayer_duplicate.cpp121 Color::BlendMethod blend_method(get_blend_method()); in get_color() local
132 color = Color::blend(context.get_color(pos),color,amount,blend_method); in get_color()
187 Color::BlendMethod blend_method(get_blend_method()); in accelerated_render() local
202 apen.set_blend_method(i ? blend_method : Color::BLEND_COMPOSITE); in accelerated_render()
233 Color::BlendMethod blend_method(get_blend_method()); in accelerated_cairorender() local
252 cairo_paint_with_alpha_operator(cr, get_amount(), i ? blend_method : Color::BLEND_COMPOSITE); in accelerated_cairorender()
269 Color::BlendMethod blend_method = get_blend_method(); in build_rendering_task_vfunc() local
281 task_blend->blend_method = blend_method; in build_rendering_task_vfunc()
H A Dlayer_composite.cpp198 Color::BlendMethod blend_method = static_cast<Color::BlendMethod>(value.get(int())); in set_param()
199 if (blend_method < 0 || blend_method >= Color::BLEND_END) in set_param()
201 warning("illegal value (%d) for blend_method - using Composite instead", blend_method); in set_param()
206 if (blend_method == Color::BLEND_STRAIGHT && !reads_context()) in set_param()
267 task_blend->blend_method = get_blend_method(); in build_rendering_task_vfunc()
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/synfig/layers/
H A Dlayer_duplicate.cpp121 Color::BlendMethod blend_method(get_blend_method()); in get_color() local
132 color = Color::blend(context.get_color(pos),color,amount,blend_method); in get_color()
187 Color::BlendMethod blend_method(get_blend_method()); in accelerated_render() local
202 apen.set_blend_method(i ? blend_method : Color::BLEND_COMPOSITE); in accelerated_render()
233 Color::BlendMethod blend_method(get_blend_method()); in accelerated_cairorender() local
252 cairo_paint_with_alpha_operator(cr, get_amount(), i ? blend_method : Color::BLEND_COMPOSITE); in accelerated_cairorender()
269 Color::BlendMethod blend_method = get_blend_method(); in build_rendering_task_vfunc() local
281 task_blend->blend_method = blend_method; in build_rendering_task_vfunc()
H A Dlayer_composite.cpp198 Color::BlendMethod blend_method = static_cast<Color::BlendMethod>(value.get(int())); in set_param()
199 if (blend_method < 0 || blend_method >= Color::BLEND_END) in set_param()
201 warning("illegal value (%d) for blend_method - using Composite instead", blend_method); in set_param()
206 if (blend_method == Color::BLEND_STRAIGHT && !reads_context()) in set_param()
267 task_blend->blend_method = get_blend_method(); in build_rendering_task_vfunc()
/dports/devel/etl/synfig-1.2.2/synfig-core/src/synfig/rendering/software/function/
H A Dblur.h67 Color::BlendMethod blend_method; variable
70 Params(): dest(), src(), blend(), blend_method(), amount() { } in Params()
79 Color::BlendMethod blend_method, in Params() argument
89 blend_method(blend_method), in Params()
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/synfig/rendering/software/function/
H A Dblur.h67 Color::BlendMethod blend_method; variable
70 Params(): dest(), src(), blend(), blend_method(), amount() { } in Params()
79 Color::BlendMethod blend_method, in Params() argument
89 blend_method(blend_method), in Params()
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/synfig/rendering/software/function/
H A Dblur.h67 Color::BlendMethod blend_method; variable
70 Params(): dest(), src(), blend(), blend_method(), amount() { } in Params()
79 Color::BlendMethod blend_method, in Params() argument
89 blend_method(blend_method), in Params()
/dports/devel/etl/synfig-1.2.2/synfig-core/src/synfig/rendering/software/task/
H A Dtaskmeshsw.h72 Color::BlendMethod blend_method );
84 Color::BlendMethod blend_method );
96 Color::BlendMethod blend_method );
111 Color::BlendMethod blend_method );
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/synfig/rendering/software/task/
H A Dtaskmeshsw.h72 Color::BlendMethod blend_method );
84 Color::BlendMethod blend_method );
96 Color::BlendMethod blend_method );
111 Color::BlendMethod blend_method );
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/synfig/rendering/software/task/
H A Dtaskmeshsw.h72 Color::BlendMethod blend_method );
84 Color::BlendMethod blend_method );
96 Color::BlendMethod blend_method );
111 Color::BlendMethod blend_method );
/dports/devel/etl/synfig-1.2.2/synfig-core/src/synfig/
H A Dsurface.h201 Color::BlendMethod blend_method; member
203 _BlendFunc(typename Color::BlendMethod b= Color::BLEND_COMPOSITE):blend_method(b) { } in blend_method() function
207 return C::blend(b,a,t,blend_method); in operator()
235 void set_blend_method(Color::BlendMethod method) { affine_func_.blend_method=method; } in set_blend_method()
238 Color::BlendMethod get_blend_method()const { return affine_func_.blend_method; } in get_blend_method()
265 void set_blend_method(Color::BlendMethod method) { affine_func_.blend_method=method; } in set_blend_method()
268 Color::BlendMethod get_blend_method()const { return affine_func_.blend_method; } in get_blend_method()
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/synfig/
H A Dsurface.h201 Color::BlendMethod blend_method; member
203 _BlendFunc(typename Color::BlendMethod b= Color::BLEND_COMPOSITE):blend_method(b) { } in blend_method() function
207 return C::blend(b,a,t,blend_method); in operator()
235 void set_blend_method(Color::BlendMethod method) { affine_func_.blend_method=method; } in set_blend_method()
238 Color::BlendMethod get_blend_method()const { return affine_func_.blend_method; } in get_blend_method()
265 void set_blend_method(Color::BlendMethod method) { affine_func_.blend_method=method; } in set_blend_method()
268 Color::BlendMethod get_blend_method()const { return affine_func_.blend_method; } in get_blend_method()
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/synfig/
H A Dsurface.h201 Color::BlendMethod blend_method; member
203 _BlendFunc(typename Color::BlendMethod b= Color::BLEND_COMPOSITE):blend_method(b) { } in blend_method() function
207 return C::blend(b,a,t,blend_method); in operator()
235 void set_blend_method(Color::BlendMethod method) { affine_func_.blend_method=method; } in set_blend_method()
238 Color::BlendMethod get_blend_method()const { return affine_func_.blend_method; } in get_blend_method()
265 void set_blend_method(Color::BlendMethod method) { affine_func_.blend_method=method; } in set_blend_method()
268 Color::BlendMethod get_blend_method()const { return affine_func_.blend_method; } in get_blend_method()

1234567891011