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

/inkscape/src/
H A Dpath-chemistry.cpp483 gchar *mask_str = (gchar *) item->getRepr()->attribute("mask"); local
484 if ( mask_str )
485 g_repr->setAttribute("mask", mask_str);
580 gchar *mask_str = (gchar *) item->getRepr()->attribute("mask"); local
581 if ( mask_str )
582 repr->setAttribute("mask", mask_str);
/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.cpp1777 Stream *mask_str, int mask_width, int mask_height,
1780 Inkscape::XML::Node *mask_image_node = _createImage(mask_str, mask_width, mask_height,
1810 Stream *mask_str, int mask_width, int mask_height,
1813 Inkscape::XML::Node *mask_image_node = _createImage(mask_str, mask_width, mask_height,
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 21 milliseconds