Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/layout/display_list/
H A Dbuilder.rs2164 clips_pushed: usize, field
2176 clips_pushed: 0, in new()
2189 self.clips_pushed += 1; in switch_to_containing_block_clip()
2200 let truncate_length = state.clip_stack.len() - self.clips_pushed; in restore()
2222 self.clips_pushed += 1; in push_clip()
2289 preserved_state.clips_pushed += 1; in transform_clip_to_coordinate_space()