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

/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.cpp1490 int *mask_colors, bool alpha_only,
1610 if (mask_colors) {
1619 if ( row[i] < mask_colors[2*i] * 255 ||
1620 row[i] > mask_colors[2*i + 1] * 255 ) {
1728 GfxImageColorMap *color_map, bool interpolate, int *mask_colors) {
1730 Inkscape::XML::Node *image_node = _createImage(str, width, height, color_map, interpolate, mask_colors);
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

Completed in 16 milliseconds