Lines Matching defs:computed
62 * value is taken from the parent. Some properties have "computed" values that depend on:
71 * The "computed" value (if present) is calculated from "value" and some other input.
78 * IFDIFF: Write a property if computed values are different, otherwise return empty string,
85 * Calculate computed values that depend on parent.
90 * operator==: True if computed values are equal. TO DO: DEFINE EXACTLY WHAT THIS MEANS
101 * calculate 'computed' values. Inheritence, of course, requires access to the parent object's
332 // Needs access to 'font-size' and 'font-family' for computed values.
342 computed(0)
349 computed(value),
362 computed = value_default;
372 computed = rhs.computed;
386 float computed;
450 computed(0)
457 computed(value),
463 SPIEnum( Glib::ustring const &name, SPStyleEnum const *enums, SPCSSFontWeight value, SPCSSFontWeight computed ) :
467 computed(computed),
469 computed_default(computed)
480 value = value_default, computed = computed_default;
489 computed = rhs.computed;
505 unsigned computed: 16;
975 literal = SP_CSS_FONT_SIZE_MEDIUM, value = 12.0, computed = 12.0;
987 computed = rhs.computed;
1005 float computed;
1075 literal = SP_CSS_BASELINE_SHIFT_BASELINE, value = 0.0, computed = 0.0;
1087 computed = rhs.computed;
1105 float computed;