Searched defs:interpolate (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/2geom/ |
H A D | sbasis-math.cpp | 349 Piecewise<SBasis> interpolate(std::vector<double> times, std::vector<double> values, unsigned smoothness){ function in namespace:Geom
|
/inkscape/src/extension/internal/pdfinput/ |
H A D | svg-builder.cpp | 1489 GfxImageColorMap *color_map, bool interpolate, 1661 if( !interpolate ) { 1728 GfxImageColorMap *color_map, bool interpolate, int *mask_colors) { 1730 Inkscape::XML::Node *image_node = _createImage(str, width, height, color_map, interpolate, mask_colors); 1738 bool invert, bool interpolate) { 1756 _createImage(str, width, height, NULL, interpolate, NULL, true, invert); 1776 GfxImageColorMap *color_map, bool interpolate, 1782 Inkscape::XML::Node *image_node = _createImage(str, width, height, color_map, interpolate, NULL); 1809 GfxImageColorMap *color_map, bool interpolate, 1815 Inkscape::XML::Node *image_node = _createImage(str, width, height, color_map, interpolate, NUL 1488 _createImage(Stream *str, int width, int height, GfxImageColorMap *color_map, bool interpolate, int *mask_colors, bool alpha_only, bool invert_alpha) argument 1727 addImage(GfxState * , Stream *str, int width, int height, GfxImageColorMap *color_map, bool interpolate, int *mask_colors) argument 1737 addImageMask(GfxState *state, Stream *str, int width, int height, bool invert, bool interpolate) argument 1775 addMaskedImage(GfxState * , Stream *str, int width, int height, GfxImageColorMap *color_map, bool interpolate, Stream *mask_str, int mask_width, int mask_height, bool invert_mask, bool mask_interpolate) argument 1808 addSoftMaskedImage(GfxState * , Stream *str, int width, int height, GfxImageColorMap *color_map, bool interpolate, Stream *mask_str, int mask_width, int mask_height, GfxImageColorMap *mask_color_map, bool mask_interpolate) argument [all...] |
H A D | pdf-parser.cpp | 1961 //~ if the shading has a Function, this should interpolate on the 2101 //~ if the shading has a Function, this should interpolate on the 2577 GBool interpolate; local 2634 interpolate = obj1.getBool(); 2636 interpolate = gFalse; 2696 builder->addImageMask(state, str, width, height, invert, interpolate); 2920 builder->addSoftMaskedImage(state, str, width, height, colorMap, interpolate, 2924 builder->addMaskedImage(state, str, width, height, colorMap, interpolate, 2927 builder->addImage(state, str, width, height, colorMap, interpolate,
|
Completed in 37 milliseconds