Home
last modified time | relevance | path

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 Dtile_cache.rs139 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 Dspatial_tree.rs725 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 Dtile_cache.rs143 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 Dspatial_tree.rs327 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 Dtile_cache.rs139 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 Dspatial_tree.rs725 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 Ddisplay_list_flattener.rs281 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 Dspatial_tree.rs626 pub fn find_scroll_root( in find_scroll_root() method
H A Dscene_building.rs3621 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()