Searched refs:find_scroll_root (Results 1 – 9 of 9) sorted by relevance
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/ |
H A D | tile_cache.rs | 139 let scroll_root = self.find_scroll_root( in add_tile_cache() 280 let scroll_root = self.find_scroll_root(spatial_node_index, spatial_tree); in add_prim() 319 … let spatial_root = self.find_scroll_root(clip_chain_node.spatial_node_index, spatial_tree); in add_prim() 495 fn find_scroll_root( in find_scroll_root() method 504 let scroll_root = spatial_tree.find_scroll_root(spatial_node_index); in find_scroll_root()
|
H A D | spatial_tree.rs | 725 pub fn find_scroll_root( in find_scroll_root() method 1170 assert_eq!(st.find_scroll_root(scroll), scroll); in test_find_scroll_root_simple() 1212 assert_eq!(st.find_scroll_root(sub_scroll), root_scroll); in test_find_scroll_root_sub_scroll_frame() 1254 assert_eq!(st.find_scroll_root(sub_scroll), sub_scroll); in test_find_scroll_root_not_scrollable() 1296 assert_eq!(st.find_scroll_root(sub_scroll), sub_scroll); in test_find_scroll_root_too_small() 1350 assert_eq!(st.find_scroll_root(sub_scroll), root_scroll); in test_find_scroll_root_perspective() 1405 assert_eq!(st.find_scroll_root(sub_scroll), sub_scroll); in test_find_scroll_root_2d_scale()
|
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/ |
H A D | tile_cache.rs | 143 let scroll_root = self.find_scroll_root( in add_tile_cache() 284 let scroll_root = self.find_scroll_root(spatial_node_index, spatial_tree); in add_prim() 324 … let spatial_root = self.find_scroll_root(clip_node_data.spatial_node_index, spatial_tree); in add_prim() 502 fn find_scroll_root( in find_scroll_root() method 511 let scroll_root = spatial_tree.find_scroll_root(spatial_node_index); in find_scroll_root()
|
H A D | spatial_tree.rs | 327 pub fn find_scroll_root( in find_scroll_root() method 1691 assert_eq!(st.find_scroll_root(scroll), scroll); in test_find_scroll_root_simple() 1740 assert_eq!(st.find_scroll_root(sub_scroll), root_scroll); in test_find_scroll_root_sub_scroll_frame() 1789 assert_eq!(st.find_scroll_root(sub_scroll), sub_scroll); in test_find_scroll_root_not_scrollable() 1838 assert_eq!(st.find_scroll_root(sub_scroll), sub_scroll); in test_find_scroll_root_too_small() 1900 assert_eq!(st.find_scroll_root(sub_scroll), root_scroll); in test_find_scroll_root_perspective() 1964 assert_eq!(st.find_scroll_root(sub_scroll), sub_scroll); in test_find_scroll_root_2d_scale()
|
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/ |
H A D | tile_cache.rs | 139 let scroll_root = self.find_scroll_root( in add_tile_cache() 280 let scroll_root = self.find_scroll_root(spatial_node_index, spatial_tree); in add_prim() 319 … let spatial_root = self.find_scroll_root(clip_chain_node.spatial_node_index, spatial_tree); in add_prim() 495 fn find_scroll_root( in find_scroll_root() method 504 let scroll_root = spatial_tree.find_scroll_root(spatial_node_index); in find_scroll_root()
|
H A D | spatial_tree.rs | 725 pub fn find_scroll_root( in find_scroll_root() method 1170 assert_eq!(st.find_scroll_root(scroll), scroll); in test_find_scroll_root_simple() 1212 assert_eq!(st.find_scroll_root(sub_scroll), root_scroll); in test_find_scroll_root_sub_scroll_frame() 1254 assert_eq!(st.find_scroll_root(sub_scroll), sub_scroll); in test_find_scroll_root_not_scrollable() 1296 assert_eq!(st.find_scroll_root(sub_scroll), sub_scroll); in test_find_scroll_root_too_small() 1350 assert_eq!(st.find_scroll_root(sub_scroll), root_scroll); in test_find_scroll_root_perspective() 1405 assert_eq!(st.find_scroll_root(sub_scroll), sub_scroll); in test_find_scroll_root_2d_scale()
|
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/ |
H A D | display_list_flattener.rs | 281 let scroll_root = self.find_scroll_root( in setup_picture_caching() 335 let scroll_root = self.find_scroll_root( in setup_picture_caching() 418 fn find_scroll_root( in find_scroll_root() method
|
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/ |
H A D | spatial_tree.rs | 626 pub fn find_scroll_root( in find_scroll_root() method
|
H A D | scene_building.rs | 3621 let scroll_root = spatial_tree.find_scroll_root( in init_picture_caching() 3672 … let spatial_root = spatial_tree.find_scroll_root(clip_chain_node.spatial_node_index); in init_picture_caching()
|