Searched defs:mask_interpolate (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.cpp1778 bool invert_mask, bool mask_interpolate) {
1781 NULL, mask_interpolate, NULL, true, invert_mask);
1811 GfxImageColorMap *mask_color_map, bool mask_interpolate) {
1814 mask_color_map, mask_interpolate, NULL, true);
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

Completed in 16 milliseconds