Home
last modified time | relevance | path

Searched refs:ClipChain (Results 1 – 25 of 54) sorted by relevance

123

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/src/
H A Dclip_scroll_tree.rs8 use clip::{ClipChain, ClipSourcesHandle, ClipStore};
69 pub clip_chains: Vec<ClipChain>,
117 clip_chains: vec![ClipChain::empty(&DeviceIntRect::zero())], in new()
213 self.clip_chains = vec![ClipChain::empty(&DeviceIntRect::zero())]; in drain()
321 self.clip_chains[0] = ClipChain::empty(screen_rect); in update_tree()
417 None => ClipChain::empty(screen_rect), in build_clip_chains()
611 pub fn get_clip_chain(&self, index: ClipChainIndex) -> &ClipChain { in get_clip_chain() argument
H A Dclip.rs495 pub struct ClipChain { struct
502 impl ClipChain { implementation
503 pub fn empty(screen_rect: &DeviceIntRect) -> ClipChain { in empty() argument
504 ClipChain { in empty()
512 pub fn new_with_added_node(&self, new_node: &ClipChainNode) -> ClipChain { in new_with_added_node() argument
H A Dframe_builder.rs8 use clip::{ClipChain, ClipStore};
95 pub clip_chain: &'a ClipChain,
102 clip_chain: &'a ClipChain, in new() argument
H A Dclip_scroll_node.rs9 use clip::{ClipChain, ClipChainNode, ClipSourcesHandle, ClipStore, ClipWorkItem};
322 clip_chains: &mut Vec<ClipChain>, in update() argument
361 clip_chains: &mut Vec<ClipChain>, in update_clip_work_item() argument
H A Ddisplay_list_flattener.rs124 ClipId::ClipChain(_) => panic!("Tried to use ClipChain as scroll node."), in get_node_index()
796 SpecificDisplayItem::ClipChain(ref info) => { in flatten_item()
802 self.id_to_index_mapper.get_clip_chain_index(&ClipId::ClipChain(id)) in flatten_item()
806 … self.id_to_index_mapper.add_clip_chain(ClipId::ClipChain(info.id), clip_chain_index); in flatten_item()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/doc/
H A DCLIPPING_AND_POSITIONING.md32 3. A collection of `ClipChains`. Each `ClipChain` is a list of `ClipNode`
33 elements. Every display list item has an assigned `ClipChain` which
90 `ClipChain` and a list of `ClipNodes`. The second is through the hierarchy of a
93 automatically defines a `ClipChain` for this hierarchy. This behavior is a
98 During `ClipChain` construction, WebRender tries to eliminate clips that will
100 rectangle_ of a `ClipChain` and the _outer rectangle_ and _inner rectangle_ of
111 * A `ClipId` of a `ClipNode` or a `ClipChain` for clipping
118 `ClipChain` regardless of the reference frame of their member clips. Finally,
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/doc/
H A DCLIPPING_AND_POSITIONING.md32 3. A collection of `ClipChains`. Each `ClipChain` is a list of `ClipNode`
33 elements. Every display list item has an assigned `ClipChain` which
90 `ClipChain` and a list of `ClipNodes`. The second is through the hierarchy of a
93 automatically defines a `ClipChain` for this hierarchy. This behavior is a
98 During `ClipChain` construction, WebRender tries to eliminate clips that will
100 rectangle_ of a `ClipChain` and the _outer rectangle_ and _inner rectangle_ of
111 * A `ClipId` of a `ClipNode` or a `ClipChain` for clipping
118 `ClipChain` regardless of the reference frame of their member clips. Finally,
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/doc/
H A DCLIPPING_AND_POSITIONING.md32 3. A collection of `ClipChains`. Each `ClipChain` is a list of `ClipNode`
33 elements. Every display list item has an assigned `ClipChain` which
91 `ClipChain` and a list of `ClipNodes`. The second is through the hierarchy of a
94 automatically defines a `ClipChain` for this hierarchy. This behavior is a
99 During `ClipChain` construction, WebRender tries to eliminate clips that will
101 rectangle_ of a `ClipChain` and the _outer rectangle_ and _inner rectangle_ of
112 * A `ClipId` of a `ClipNode` or a `ClipChain` for clipping
119 `ClipChain` regardless of the reference frame of their member clips. Finally,
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/doc/
H A DCLIPPING_AND_POSITIONING.md32 3. A collection of `ClipChains`. Each `ClipChain` is a list of `ClipNode`
33 elements. Every display list item has an assigned `ClipChain` which
90 `ClipChain` and a list of `ClipNodes`. The second is through the hierarchy of a
93 automatically defines a `ClipChain` for this hierarchy. This behavior is a
98 During `ClipChain` construction, WebRender tries to eliminate clips that will
100 rectangle_ of a `ClipChain` and the _outer rectangle_ and _inner rectangle_ of
111 * A `ClipId` of a `ClipNode` or a `ClipChain` for clipping
118 `ClipChain` regardless of the reference frame of their member clips. Finally,
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/doc/
H A DCLIPPING_AND_POSITIONING.md32 3. A collection of `ClipChains`. Each `ClipChain` is a list of `ClipNode`
33 elements. Every display list item has an assigned `ClipChain` which
90 `ClipChain` and a list of `ClipNodes`. The second is through the hierarchy of a
93 automatically defines a `ClipChain` for this hierarchy. This behavior is a
98 During `ClipChain` construction, WebRender tries to eliminate clips that will
100 rectangle_ of a `ClipChain` and the _outer rectangle_ and _inner rectangle_ of
111 * A `ClipId` of a `ClipNode` or a `ClipChain` for clipping
118 `ClipChain` regardless of the reference frame of their member clips. Finally,
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender_api-0.60.0/src/
H A Ddisplay_item.rs119 ClipChain(ClipChainItem), enumerator
140 ClipChain(ClipChainItem, Vec<ClipId>), enumerator
873 ClipChain(ClipChainId), enumerator
893 ClipId::ClipChain(ClipChainId(_, pipeline_id)) => pipeline_id, in pipeline_id()
900 ClipId::ClipChain(_) => false, in is_root()
H A Ddisplay_list.rs279 ClipChain(_) => { in next_raw()
465 di::SpecificDisplayItem::ClipChain(v) => ClipChain( in serialize()
540 ClipChain(specific_item, clip_chain_ids) => { in deserialize()
542 di::SpecificDisplayItem::ClipChain(specific_item) in deserialize()
1424 … self.push_new_empty_item(&di::SpecificDisplayItem::ClipChain(di::ClipChainItem { id, parent })); in define_clip_chain()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender_api/src/
H A Ddisplay_item.rs113 ClipChain(ClipChainItem), enumerator
130 ClipChain(ClipChainItem, Vec<ClipId>), enumerator
773 ClipChain(ClipChainId), enumerator
791 ClipId::ClipChain(ClipChainId(_, pipeline_id)) => pipeline_id, in pipeline_id()
H A Ddisplay_list.rs257 ClipChain(_) => { in next()
447 SpecificDisplayItem::ClipChain(v) => ClipChain( in serialize()
517 ClipChain(specific_item, clip_chain_ids) => { in deserialize()
519 SpecificDisplayItem::ClipChain(specific_item) in deserialize()
1444 self.push_new_empty_item(SpecificDisplayItem::ClipChain(ClipChainItem { id, parent })); in define_clip_chain()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender_api/src/
H A Ddisplay_item.rs143 ClipChain(ClipChainItem), enumerator
194 ClipChain(ClipChainItem, Vec<ClipId>), enumerator
1414 ClipChain(ClipChainId), enumerator
1434 ClipId::ClipChain(ClipChainId(_, pipeline_id)) => pipeline_id, in pipeline_id()
1441 ClipId::ClipChain(_) => false, in is_root()
1518 DisplayItem::ClipChain(..) => "clip_chain", in debug_name()
H A Ddisplay_list.rs437 Real::ClipChain(v) => Debug::ClipChain( in serialize_with_iterator()
684 ClipChain(_) => { in next_raw()
847 Debug::ClipChain(v, clip_chain_ids) => { in deserialize()
849 Real::ClipChain(v) in deserialize()
1736 self.push_item(&di::DisplayItem::ClipChain(di::ClipChainItem { id, parent })); in define_clip_chain()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender_api/src/
H A Ddisplay_item.rs142 ClipChain(ClipChainItem), enumerator
193 ClipChain(ClipChainItem, Vec<ClipId>), enumerator
1593 ClipChain(ClipChainId), enumerator
1613 ClipId::ClipChain(ClipChainId(_, pipeline_id)) => pipeline_id, in pipeline_id()
1620 ClipId::ClipChain(_) => false, in is_root()
1696 DisplayItem::ClipChain(..) => "clip_chain", in debug_name()
H A Ddisplay_list.rs459 Real::ClipChain(v) => Debug::ClipChain( in serialize_with_iterator()
714 ClipChain(_) => { in next_raw()
868 Debug::ClipChain(v, clip_chain_ids) => { in deserialize()
870 Real::ClipChain(v) in deserialize()
1793 self.push_item(&di::DisplayItem::ClipChain(di::ClipChainItem { id, parent })); in define_clip_chain()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender_api/src/
H A Ddisplay_item.rs142 ClipChain(ClipChainItem), enumerator
193 ClipChain(ClipChainItem, Vec<ClipId>), enumerator
1593 ClipChain(ClipChainId), enumerator
1613 ClipId::ClipChain(ClipChainId(_, pipeline_id)) => pipeline_id, in pipeline_id()
1620 ClipId::ClipChain(_) => false, in is_root()
1696 DisplayItem::ClipChain(..) => "clip_chain", in debug_name()
H A Ddisplay_list.rs459 Real::ClipChain(v) => Debug::ClipChain( in serialize_with_iterator()
714 ClipChain(_) => { in next_raw()
868 Debug::ClipChain(v, clip_chain_ids) => { in deserialize()
870 Real::ClipChain(v) in deserialize()
1793 self.push_item(&di::DisplayItem::ClipChain(di::ClipChainItem { id, parent })); in define_clip_chain()
/dports/www/firefox/firefox-99.0/gfx/wr/webrender_api/src/
H A Ddisplay_item.rs173 ClipChain(ClipChainItem), enumerator
222 ClipChain(ClipChainItem, Vec<ClipId>), enumerator
1639 ClipChain(ClipChainId), enumerator
1659 ClipId::ClipChain(ClipChainId(_, pipeline_id)) => pipeline_id, in pipeline_id()
1666 ClipId::ClipChain(_) => false, in is_root()
1734 DisplayItem::ClipChain(..) => "clip_chain", in debug_name()
H A Ddisplay_list.rs307 Debug::ClipChain(v, clip_chain_ids) => { in deserialize()
309 Real::ClipChain(v) in deserialize()
631 Real::ClipChain(v) => Debug::ClipChain( in create_debug_display_items()
879 ClipChain(_) => { in next_raw()
1927 self.push_item(&di::DisplayItem::ClipChain(di::ClipChainItem { id, parent })); in define_clip_chain()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/wrench/src/
H A Dyaml_frame_writer.rs1017 ClipChain(item) => {
1020 let id = ClipId::ClipChain(item.id);
1029 let parent = ClipId::ClipChain(parent);
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/
H A Ddisplay_list_flattener.rs891 SpecificDisplayItem::ClipChain(ref info) => { in flatten_item()
898 self.id_to_index_mapper.get_clip_chain_id(ClipId::ClipChain(id)) in flatten_item()
958 … self.id_to_index_mapper.add_clip_chain(ClipId::ClipChain(info.id), clip_chain_id, 0); in flatten_item()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/gnomon/
H A Dchainer.cpp293 void ClipChain(TSignedSeqRange limits);
1587 chain.ClipChain(new_limits); in TrimAlignmentsIncludedInDifferentGenes()
4835 ClipChain(new_lim); // remove holes from new UTRs in RestoreReasonableConfirmedStart()
4862 void CChain::ClipChain(TSignedSeqRange limits) { in ClipChain() function in CChain
4988 ClipChain(new_limits); in SetConfirmedEnds()
5338 ClipChain(limits); in ClipToCap()
5359 ClipChain(limits); in ClipToCap()
5394 ClipChain(limits); in ClipToPolyA()
5415 ClipChain(limits); in ClipToPolyA()
5579 ClipChain(amap.MapRangeEditedToOrig(TSignedSeqRange(left_limit,mrna_len-1))); in ClipLowCoverageUTR()
[all …]

123