Home
last modified time | relevance | path

Searched refs:has_line_through (Results 1 – 5 of 5) sorted by relevance

/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/usvg-0.11.0/src/convert/text/
H A Dconvert.rs629 line_through: gen_style(tspan_dec.has_line_through, text_dec.has_line_through), in resolve_decoration()
636 has_line_through: bool, field
648 has_line_through: find_decoration(*text_node, "line-through"), in conv_text_decoration()
658 has_line_through: s == Some("line-through"), in conv_text_decoration2()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/usvg-0.9.0/src/convert/text/
H A Dconvert.rs587 line_through: gen_style(tspan_dec.has_line_through, text_dec.has_line_through), in resolve_decoration()
594 has_line_through: bool, field
606 has_line_through: find_decoration(*text_node, "line-through"), in conv_text_decoration()
616 has_line_through: s == Some("line-through"), in conv_text_decoration2()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/values/computed/
H A Dtext.rs146 result.line_through |= text_style.has_line_through(); in from_style()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/properties/
H A Dproperties.mako.rs2281 pub fn has_line_through(&self) -> bool { in has_line_through() function
H A Dgecko.mako.rs4951 pub fn has_line_through(&self) -> bool { in has_line_through() function