Searched refs:inherit (Results 1 - 16 of 16) sorted by relevance

/inkscape/share/attributes/
H A DgenMapDataCSS.pl118 # Fifth column is inherit value (simple text).
119 my $inherit = $t->[1];
120 $properties{ $property }->{inherit} = $inherit;
121 print " Inherit: $inherit\n";
143 $properties{ "text-decoration" }->{inherit} = "no";
153 push @{$properties{ "clip-rule" }->{elements}}, "clip-path"; # Can inherit
162 $properties{ "title" }->{inherit} = "no";
169 $properties{ "marker-end" }->{inherit} = $properties{ "marker-start" }->{inherit};
[all...]
/inkscape/src/
H A Dstyle-internal.cpp69 if ( !strcmp(str, "inherit") ) {
71 inherit = true;
76 inherit = false;
91 if (this->inherit) {
92 return (name + ":inherit;");
105 if( (inherits && !set) || inherit ) value = p->value;
115 if( (!set || inherit) && p->set && !(p->inherit) ) {
117 inherit = p->inherit;
[all...]
H A Dattribute-rel-css.cpp186 gboolean inherit = false; local
188 inherit = true;
190 inheritProps[prop] = inherit;
H A Dstyle-internal.h69 * An explicitly set value (including 'inherit') has a 'true' "set" flag.
84 * is unset (and it allows inheriting) or the value is 'inherit'.
121 inherit(false),
143 set = false, inherit = false;
158 inherit = rhs.inherit;
178 unsigned inherit : 1; // Property value set to 'inherit'.
265 // Opacity does not inherit but stroke-opacity and fill-opacity do.
523 SPIEnum( name, enums, value, inherit )
[all...]
H A Ddesktop-style.cpp116 // but must always inherit from the parent text. Same for textPath.
1515 current.inherit = style->baseline_shift.inherit;
1523 current.inherit != old.inherit ||
1536 old.inherit = current.inherit;
1549 style_res->baseline_shift.inherit = old.inherit;
H A Dsp-text.cpp104 this->style->line_height.inherit = FALSE;
306 if (this->style->line_height.set && !this->style->line_height.inherit && !this->style->line_height.normal && this->style->line_height.unit == SP_CSS_UNIT_PERCENT) {
H A Dsp-flowtext.cpp175 this->style->text_align.inherit = FALSE;
H A Dtext-editing.cpp1242 if (!style->line_height.set || style->line_height.inherit || style->line_height.normal) {
1244 style->line_height.inherit = FALSE;
H A Dsp-item.cpp146 style->display.inherit = FALSE;
H A Dstyle.cpp883 if( !filter.inherit ) filter.readIfUnset( val );
1038 * References: http://www.w3.org/TR/SVG11/propidx.html shows what properties inherit by default.
1040 * inherit a value. http://www.w3.org/TR/REC-CSS2/cascade.html#computed-value is more precise
1932 if (w == units) {// nothing converted, non-numeric value ("none" or "inherit"); do nothing
/inkscape/src/libcroco/
H A Dcr-rgb.h47 gboolean inherit ; member in struct:_CRRgb
H A Dcr-rgb.c361 a_this->inherit = FALSE ;
370 *sets the value of the rgb to inherit.
372 *the meaning of "inherit".
381 a_this->inherit = a_inherit ;
391 * Returns TRUE if the rgb is set to the value "inherit", FALSE otherwise.
398 return a_this->inherit ;
582 if (!strncmp ("inherit",
584 sizeof ("inherit")-1)) {
585 a_this->inherit = TRUE;
/inkscape/src/display/
H A Dnr-style.cpp250 if(style->text_decoration_line.inherit ){ text_decoration_line |= TEXT_DECORATION_LINE_INHERIT; }
257 if(style->text_decoration_style.inherit ){ text_decoration_style |= TEXT_DECORATION_STYLE_INHERIT; }
283 style->text_decoration_color.inherit ||
/inkscape/src/libnrtype/
H A DLayout-TNG-Compute.cpp1144 if (style->line_height.set && !style->line_height.inherit) {
/inkscape/src/extension/internal/
H A Dwmf-inout.cpp1197 d->dc[d->level].style.text_decoration_line.inherit = false;
H A Demf-inout.cpp1416 d->dc[d->level].style.text_decoration_line.inherit = false;

Completed in 100 milliseconds