Home
last modified time | relevance | path

Searched refs:SPCSSFontWeight (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dstyle-internal.cpp747 template <> SPStyleEnum const *get_enums<SPCSSFontWeight>() { return enum_font_weight; } in get_enums()
761 void SPIEnum<SPCSSFontWeight>::update_computed() in update_computed()
813 void SPIEnum<SPCSSFontWeight>::update_computed_cascade(SPCSSFontWeight const &p_computed) in update_computed_cascade()
819 …computed = static_cast<SPCSSFontWeight>(std::max<int>(SP_CSS_FONT_WEIGHT_100, int(p_computed) - 3)… in update_computed_cascade()
821 … computed = static_cast<SPCSSFontWeight>(std::min<int>(SP_CSS_FONT_WEIGHT_900, p_computed + 3)); in update_computed_cascade()
870 void SPIEnum<SPCSSFontWeight>::update_value_merge(SPIEnum<SPCSSFontWeight> const &p) in update_value_merge()
3246 template class SPIEnum<SPCSSFontWeight>;
H A Dstyle-enums.h71 enum SPCSSFontWeight : std::int_least8_t { enum
H A Dstyle.h121 T<SPAttr::FONT_WEIGHT, SPIEnum<SPCSSFontWeight>> font_weight;