Home
last modified time | relevance | path

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

/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/
H A Dclip.rs163 parent_clips: FastHashSet<(ItemUid, SpatialNodeIndex)>, field
184 let mut parent_clips = FastHashSet::default(); in new() localVariable
190 parent_clips.insert((clip_chain_node.handle.uid(), clip_chain_node.spatial_node_index)); in new()
200 &mut parent_clips, in new()
212 existing_clips_cache: parent_clips.clone(), in new()
213 parent_clips, in new()
281 self.existing_clips_cache.reserve(self.parent_clips.len()); in get_or_build_clip_chain_id()
282 for clip in &self.parent_clips { in get_or_build_clip_chain_id()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/
H A Dclip.rs181 parent_clips: FastHashSet<(ItemUid, SpatialNodeIndex)>, field
203 let mut parent_clips = FastHashSet::default(); in new() localVariable
209 parent_clips.insert((clip_chain_node.handle.uid(), clip_chain_node.spatial_node_index)); in new()
219 &mut parent_clips, in new()
234 existing_clips_cache: parent_clips.clone(), in new()
235 parent_clips, in new()
340 self.existing_clips_cache.reserve(self.parent_clips.len()); in get_or_build_clip_chain_id()
341 for clip in &self.parent_clips { in get_or_build_clip_chain_id()
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/
H A Dclip.rs177 parent_clips: FastHashSet<ItemUid>, field
199 let mut parent_clips = FastHashSet::default(); in new() localVariable
205 parent_clips.insert(clip_chain_node.handle.uid()); in new()
215 &mut parent_clips, in new()
230 existing_clips_cache: parent_clips.clone(), in new()
231 parent_clips, in new()
335 self.existing_clips_cache.reserve(self.parent_clips.len()); in get_or_build_clip_chain_id()
336 for clip in &self.parent_clips { in get_or_build_clip_chain_id()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/
H A Dclip.rs181 parent_clips: FastHashSet<(ItemUid, SpatialNodeIndex)>, field
203 let mut parent_clips = FastHashSet::default(); in new() localVariable
209 parent_clips.insert((clip_chain_node.handle.uid(), clip_chain_node.spatial_node_index)); in new()
219 &mut parent_clips, in new()
234 existing_clips_cache: parent_clips.clone(), in new()
235 parent_clips, in new()
340 self.existing_clips_cache.reserve(self.parent_clips.len()); in get_or_build_clip_chain_id()
341 for clip in &self.parent_clips { in get_or_build_clip_chain_id()