Home
last modified time | relevance | path

Searched refs:inherited_style (Results 1 – 20 of 20) sorted by relevance

/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/oeb/transforms/
H A Dsubset.py96 def elem_style(style_rules, cls, inherited_style): argument
101 style = inherited_style.copy()
105 pwt = inherited_style.get('font-weight', '400')
308 def find_usage_in(self, elem, inherited_style): argument
309 style = elem_style(self.style_rules, elem.get('class', '') or '', inherited_style)
H A Dembed_fonts.py184 def find_usage_in(self, elem, inherited_style, ff_rules): argument
185 style = elem_style(self.style_rules, elem.get('class', '') or '', inherited_style)
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/properties/
H A Dproperties.mako.rs2880 inherited_style: &'a ComputedValues, field
2942 let inherited_style = parent_style.unwrap_or(reset_style); in new() localVariable
2949 inherited_style in new()
2954 let mut flags = inherited_style.flags.inherited(); in new()
2962 inherited_style, in new()
2969 writing_mode: inherited_style.writing_mode, in new()
3006 inherited_style, in for_animation()
3008 inherited_style_ignoring_first_line: inherited_style, in for_animation()
3273 &self.inherited_style.writing_mode in inherited_writing_mode()
3279 self.inherited_style.flags in get_parent_flags()
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/ci/ansi2json/
H A Dconverter.rb25 @state.new_line!(style: Style.new(**@state.inherited_style))
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/properties/
H A Dproperties.mako.rs3447 inherited_style: &'a ComputedValues, field
3509 let inherited_style = parent_style.unwrap_or(reset_style); localVariable
3512 let flags = inherited_style.flags.inherited();
3516 inherited_style,
3524 writing_mode: inherited_style.writing_mode,
3549 let inherited_style = parent_style.unwrap_or(reset_style); localVariable
3555 inherited_style,
3557 inherited_style_ignoring_first_line: inherited_style,
3838 &self.inherited_style.writing_mode
3844 self.inherited_style.flags
[all …]
H A Dcascade.rs281 let inherited_style = parent_style.unwrap_or(device.default_computed_values()); in apply_declarations() localVariable
286 inherited_style.custom_properties(), in apply_declarations()
358 .adjust(layout_parent_style.unwrap_or(inherited_style), element); in apply_declarations()
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/properties/
H A Dproperties.mako.rs3542 inherited_style: &'a ComputedValues, field
3604 let inherited_style = parent_style.unwrap_or(reset_style); localVariable
3607 let flags = inherited_style.flags.inherited();
3611 inherited_style,
3619 writing_mode: inherited_style.writing_mode,
3644 let inherited_style = parent_style.unwrap_or(reset_style); localVariable
3650 inherited_style,
3652 inherited_style_ignoring_first_line: inherited_style,
3933 &self.inherited_style.writing_mode
3939 self.inherited_style.flags
[all …]
H A Dcascade.rs285 let inherited_style = parent_style.unwrap_or(device.default_computed_values());
289 let mut builder = CustomPropertiesBuilder::new(inherited_style.custom_properties(), device);
365 .adjust(layout_parent_style.unwrap_or(inherited_style), element);
/dports/www/firefox/firefox-99.0/servo/components/style/properties/
H A Dproperties.mako.rs3619 inherited_style: &'a ComputedValues, field
3681 let inherited_style = parent_style.unwrap_or(reset_style); localVariable
3684 let flags = inherited_style.flags.inherited();
3688 inherited_style,
3696 writing_mode: inherited_style.writing_mode,
3721 let inherited_style = parent_style.unwrap_or(reset_style); localVariable
3727 inherited_style,
3729 inherited_style_ignoring_first_line: inherited_style,
4010 &self.inherited_style.writing_mode
4016 self.inherited_style.flags
[all …]
H A Dcascade.rs289 let inherited_style = parent_style.unwrap_or(device.default_computed_values()); in apply_declarations() localVariable
293 let mut builder = CustomPropertiesBuilder::new(inherited_style.custom_properties(), device); in apply_declarations()
369 .adjust(layout_parent_style.unwrap_or(inherited_style), element); in apply_declarations()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/properties/
H A Dproperties.mako.rs3542 inherited_style: &'a ComputedValues, field
3604 let inherited_style = parent_style.unwrap_or(reset_style); localVariable
3607 let flags = inherited_style.flags.inherited();
3611 inherited_style,
3619 writing_mode: inherited_style.writing_mode,
3644 let inherited_style = parent_style.unwrap_or(reset_style); localVariable
3650 inherited_style,
3652 inherited_style_ignoring_first_line: inherited_style,
3933 &self.inherited_style.writing_mode
3939 self.inherited_style.flags
[all …]
H A Dcascade.rs285 let inherited_style = parent_style.unwrap_or(device.default_computed_values()); in apply_declarations() localVariable
289 let mut builder = CustomPropertiesBuilder::new(inherited_style.custom_properties(), device); in apply_declarations()
365 .adjust(layout_parent_style.unwrap_or(inherited_style), element); in apply_declarations()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/
H A Dstylist.rs872 let inherited_style; in cascade_style_and_visited() localVariable
877 inherited_style = parent_style; in cascade_style_and_visited()
883 inherited_style = in cascade_style_and_visited()
902 inherited_style, in cascade_style_and_visited()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DServoBindingList.h608 ServoStyleContextBorrowedOrNull inherited_style,
613 ServoStyleContextBorrowed inherited_style,
/dports/lang/spidermonkey60/firefox-60.9.0/servo/ports/geckolib/
H A Dglue.rs2229 inherited_style: ServoStyleContextBorrowedOrNull, in Servo_ResolvePseudoStyle()
2270 inherited_style, in Servo_ResolvePseudoStyle()
2303 inherited_style: ServoStyleContextBorrowed, in Servo_ComputedValues_ResolveXULTreePseudoStyle()
2338 Some(inherited_style), in Servo_ComputedValues_ResolveXULTreePseudoStyle()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dbindings.rs3180 inherited_style: ServoStyleContextBorrowedOrNull, in Servo_ResolvePseudoStyle()
3188 inherited_style: ServoStyleContextBorrowed, in Servo_ComputedValues_ResolveXULTreePseudoStyle()
/dports/lang/spidermonkey78/firefox-78.9.0/servo/ports/geckolib/
H A Dglue.rs3599 inherited_style: Option<&ComputedValues>, in Servo_ResolvePseudoStyle()
3644 inherited_style, in Servo_ResolvePseudoStyle()
3677 inherited_style: &ComputedValues, in Servo_ComputedValues_ResolveXULTreePseudoStyle()
3717 Some(inherited_style), in Servo_ComputedValues_ResolveXULTreePseudoStyle()
/dports/www/firefox-esr/firefox-91.8.0/servo/ports/geckolib/
H A Dglue.rs3697 inherited_style: Option<&ComputedValues>, in Servo_ResolvePseudoStyle()
3742 inherited_style, in Servo_ResolvePseudoStyle()
3775 inherited_style: &ComputedValues, in Servo_ComputedValues_ResolveXULTreePseudoStyle()
3815 Some(inherited_style), in Servo_ComputedValues_ResolveXULTreePseudoStyle()
/dports/www/firefox/firefox-99.0/servo/ports/geckolib/
H A Dglue.rs3852 inherited_style: Option<&ComputedValues>, in Servo_ResolvePseudoStyle()
3897 inherited_style, in Servo_ResolvePseudoStyle()
3930 inherited_style: &ComputedValues, in Servo_ComputedValues_ResolveXULTreePseudoStyle()
3970 Some(inherited_style), in Servo_ComputedValues_ResolveXULTreePseudoStyle()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/ports/geckolib/
H A Dglue.rs3697 inherited_style: Option<&ComputedValues>, in Servo_ResolvePseudoStyle()
3742 inherited_style, in Servo_ResolvePseudoStyle()
3775 inherited_style: &ComputedValues, in Servo_ComputedValues_ResolveXULTreePseudoStyle()
3815 Some(inherited_style), in Servo_ComputedValues_ResolveXULTreePseudoStyle()