Home
last modified time | relevance | path

Searched defs:ClipScrollTree (Results 1 – 13 of 13) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/src/
H A Dclip_scroll_tree.rs59 pub struct ClipScrollTree { struct
67 /// A vector of all ClipChains in this ClipScrollTree including those from argument
78 /// added frames and clips. The ClipScrollTree increments this by one every argument
80 current_new_node_item: u64,
84 pub pipelines_to_discard: FastHashSet<PipelineId>,
112 impl ClipScrollTree { impl
H A Dframe_builder.rs158 clip_scroll_tree: &ClipScrollTree, in build_layer_screen_rects_and_cull_layers()
242 fn update_scroll_bars(&mut self, clip_scroll_tree: &ClipScrollTree, gpu_cache: &mut GpuCache) { in update_scroll_bars()
276 clip_scroll_tree: &mut ClipScrollTree, in build()
H A Dhit_test.rs102 clip_scroll_tree: &ClipScrollTree, in new()
117 clip_scroll_tree: &ClipScrollTree, in read_clip_scroll_tree()
H A Ddisplay_list_flattener.rs213 clip_scroll_tree: &mut ClipScrollTree, in create_frame_builder()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/
H A Dclip_scroll_tree.rs92 pub struct ClipScrollTree { struct
95 pub spatial_nodes: Vec<SpatialNode>,
100 coord_systems: Vec<CoordinateSystem>,
102 pub pending_scroll_offsets: FastHashMap<ExternalScrollId, (LayoutPoint, ScrollClamping)>,
106 pub pipelines_to_discard: FastHashSet<PipelineId>,
109 nodes_to_update: Vec<(SpatialNodeIndex, TransformUpdateState)>,
148 impl ClipScrollTree { implementation
558 impl PrintableTree for ClipScrollTree { implementation
568 cst: &mut ClipScrollTree, in add_reference_frame()
587 cst: &ClipScrollTree, in test_pt()
H A Dframe_builder.rs279 clip_scroll_tree: &ClipScrollTree, in destroy()
304 clip_scroll_tree: &ClipScrollTree, in build_layer_screen_rects_and_cull_layers()
496 clip_scroll_tree: &mut ClipScrollTree, in build()
668 clip_scroll_tree: &ClipScrollTree, in create_hit_tester()
H A Dhit_test.rs138 clip_scroll_tree: &ClipScrollTree, in new()
158 clip_scroll_tree: &ClipScrollTree, in read_clip_scroll_tree()
H A Dgpu_types.rs477 clip_scroll_tree: &ClipScrollTree, in get_index()
540 clip_scroll_tree: &ClipScrollTree, in get_id()
H A Dpicture.rs1054 clip_scroll_tree: &ClipScrollTree, in update_prim_dependencies()
1816 clip_scroll_tree: &ClipScrollTree, in new()
2267 clip_scroll_tree: &ClipScrollTree, in destroy()
3243 clip_scroll_tree: &ClipScrollTree, in create_raster_mappers()
3269 clip_scroll_tree: &ClipScrollTree, in build_ref_prims()
H A Dclip.rs571 clip_scroll_tree: &ClipScrollTree, in build_clip_chain_instance()
1288 clip_scroll_tree: &ClipScrollTree, in add_clip_node_to_current_chain()
H A Dbatch.rs2593 clip_scroll_tree: &ClipScrollTree, in add_tiled_clip_mask()
2683 clip_scroll_tree: &ClipScrollTree, in add()
H A Ddisplay_list_flattener.rs154 clip_scroll_tree: &mut ClipScrollTree, in create_frame_builder()
2637 clip_scroll_tree: &ClipScrollTree, in is_redundant()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/prim_store/
H A Dmod.rs142 clip_scroll_tree: &ClipScrollTree, in new()
195 clip_scroll_tree: &ClipScrollTree, in new_with_target()
205 clip_scroll_tree: &ClipScrollTree, in set_target_spatial_node()
1702 clip_scroll_tree: &ClipScrollTree, in destroy()