Searched refs:SPColorInterpolation (Results 1 - 15 of 15) sorted by relevance

/inkscape/src/display/
H A Dnr-filter-merge.cpp36 SPColorInterpolation ci_fp = SP_CSS_COLOR_INTERPOLATION_AUTO;
38 ci_fp = (SPColorInterpolation)_style->color_interpolation_filters.computed;
H A Dnr-filter-blend.cpp55 SPColorInterpolation ci_fp = SP_CSS_COLOR_INTERPOLATION_AUTO;
57 ci_fp = (SPColorInterpolation)_style->color_interpolation_filters.computed;
H A Dnr-filter-flood.cpp59 SPColorInterpolation ci_fp = SP_CSS_COLOR_INTERPOLATION_AUTO;
61 ci_fp = (SPColorInterpolation)_style->color_interpolation_filters.computed;
H A Dnr-filter-composite.cpp72 SPColorInterpolation ci_fp = SP_CSS_COLOR_INTERPOLATION_AUTO;
74 ci_fp = (SPColorInterpolation)_style->color_interpolation_filters.computed;
H A Dnr-filter-displacement-map.cpp83 SPColorInterpolation ci_fp = SP_CSS_COLOR_INTERPOLATION_AUTO;
85 ci_fp = (SPColorInterpolation)_style->color_interpolation_filters.computed;
H A Dcairo-utils.h144 SPColorInterpolation get_cairo_surface_ci(cairo_surface_t *surface);
145 void set_cairo_surface_ci(cairo_surface_t *surface, SPColorInterpolation cif);
147 void convert_cairo_surface_ci(cairo_surface_t *surface, SPColorInterpolation cif);
H A Dnr-filter-colormatrix.cpp159 SPColorInterpolation ci_fp = SP_CSS_COLOR_INTERPOLATION_AUTO;
161 ci_fp = (SPColorInterpolation)_style->color_interpolation_filters.computed;
H A Dnr-filter-component-transfer.cpp157 SPColorInterpolation ci_fp = SP_CSS_COLOR_INTERPOLATION_AUTO;
159 ci_fp = (SPColorInterpolation)_style->color_interpolation_filters.computed;
H A Dnr-filter-convolve-matrix.cpp126 SPColorInterpolation ci_fp = SP_CSS_COLOR_INTERPOLATION_AUTO;
128 ci_fp = (SPColorInterpolation)_style->color_interpolation_filters.computed;
H A Dnr-filter-diffuselighting.cpp147 SPColorInterpolation ci_fp = SP_CSS_COLOR_INTERPOLATION_AUTO;
149 ci_fp = (SPColorInterpolation)_style->color_interpolation_filters.computed;
H A Dnr-filter-specularlighting.cpp160 SPColorInterpolation ci_fp = SP_CSS_COLOR_INTERPOLATION_AUTO;
162 ci_fp = (SPColorInterpolation)_style->color_interpolation_filters.computed;
H A Dcairo-utils.cpp715 SPColorInterpolation
719 return (SPColorInterpolation)GPOINTER_TO_INT( data );
728 set_cairo_surface_ci(cairo_surface_t *surface, SPColorInterpolation ci) {
732 SPColorInterpolation ci_in = get_cairo_surface_ci( surface );
H A Dnr-filter-turbulence.cpp395 set_cairo_surface_ci(out, (SPColorInterpolation)_style->color_interpolation_filters.computed );
H A Dnr-filter-gaussian.cpp557 SPColorInterpolation ci_fp = SP_CSS_COLOR_INTERPOLATION_AUTO;
559 ci_fp = (SPColorInterpolation)_style->color_interpolation_filters.computed;
/inkscape/src/
H A Dstyle-enums.h277 enum SPColorInterpolation { enum

Completed in 62 milliseconds