26 #ifndef __SYNFIG_BLUR_HELPER_H
27 #define __SYNFIG_BLUR_HELPER_H
39 using namespace synfig;
54 FORCE_DWORD = 0x8fffffff
68 int &
set_type(
const int &t) {
return (type = t); }
84 bool operator()(cairo_surface_t *surface,
const Vector &resolution, cairo_surface_t *out)
const;
86 bool operator()(
const etl::surface<float> &surface,
const Vector &resolution, etl::surface<float> &out)
const;