Home
last modified time | relevance | path

Searched defs:FrameBuildingContext (Results 1 – 22 of 22) sorted by relevance

/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/
H A Dpicture_graph.rs49 frame_context: &FrameBuildingContext in build_update_passes()
95 frame_context: &FrameBuildingContext, in assign_surfaces()
131 frame_context: &FrameBuildingContext, in propagate_bounding_rects()
171 frame_context: &FrameBuildingContext in assign_update_pass()
H A Dframe_builder.rs160 pub struct FrameBuildingContext<'a> { struct
161 pub global_device_pixel_scale: DevicePixelScale,
162 pub scene_properties: &'a SceneProperties,
163 pub global_screen_world_rect: WorldRect,
164 pub spatial_tree: &'a SpatialTree,
165 pub max_local_clip: LayoutRect,
166 pub debug_flags: DebugFlags,
167 pub fb_config: &'a FrameBuilderConfig,
168 pub root_spatial_node_index: SpatialNodeIndex,
H A Dprepare.rs48 frame_context: &FrameBuildingContext, in prepare_primitives()
136 frame_context: &FrameBuildingContext, in prepare_prim_for_render()
260 frame_context: &FrameBuildingContext, in prepare_interned_prim_for_render()
943 frame_context: &FrameBuildingContext, in update_clip_task_for_brush()
1127 frame_context: &FrameBuildingContext, in update_clip_task()
1228 frame_context: &FrameBuildingContext, in update_brush_segment_clip_task()
H A Dpicture.rs4445 frame_context: &FrameBuildingContext, in take_context()
5542 frame_context: &FrameBuildingContext, in pre_update()
5553 frame_context: &FrameBuildingContext, in assign_surface()
5719 frame_context: &FrameBuildingContext, in propagate_bounding_rect()
5853 frame_context: &FrameBuildingContext, in prepare_for_render()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/src/
H A Dframe_builder.rs53 pub struct FrameBuildingContext<'a> { struct
54 pub device_pixel_scale: DevicePixelScale,
55 pub scene_properties: &'a SceneProperties,
56 pub pipelines: &'a FastHashMap<PipelineId, Arc<ScenePipeline>>,
57 pub screen_rect: DeviceIntRect,
58 pub clip_scroll_tree: &'a ClipScrollTree,
59 pub node_data: &'a [ClipScrollNodeData],
H A Dprim_store.rs1055 frame_context: &FrameBuildingContext, in prepare_prim_for_render_inner()
1333 frame_context: &FrameBuildingContext, in write_brush_segment_description()
1480 frame_context: &FrameBuildingContext, in update_clip_task_for_brush()
1552 frame_context: &FrameBuildingContext, in update_clip_task()
1686 frame_context: &FrameBuildingContext, in prepare_prim_for_render()
1841 frame_context: &FrameBuildingContext, in prepare_prim_runs()
H A Dpicture.rs255 frame_context: &FrameBuildingContext, in prepare_for_render()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/
H A Dframe_builder.rs133 pub struct FrameBuildingContext<'a> { struct
134 pub device_pixel_scale: DevicePixelScale,
135 pub scene_properties: &'a SceneProperties,
136 pub pipelines: &'a FastHashMap<PipelineId, Arc<ScenePipeline>>,
137 pub screen_world_rect: WorldRect,
138 pub clip_scroll_tree: &'a ClipScrollTree,
139 pub max_local_clip: LayoutRect,
140 pub debug_flags: DebugFlags,
H A Dpicture.rs1627 frame_context: &FrameBuildingContext, in update_all()
1714 frame_context: &FrameBuildingContext, in update()
2329 frame_context: &FrameBuildingContext, in take_context()
2584 frame_context: &FrameBuildingContext, in pre_update()
2712 frame_context: &FrameBuildingContext, in post_update()
2852 frame_context: &FrameBuildingContext, in prepare_for_render()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/
H A Dframe_builder.rs172 pub struct FrameBuildingContext<'a> { struct
173 pub global_device_pixel_scale: DevicePixelScale,
174 pub scene_properties: &'a SceneProperties,
175 pub global_screen_world_rect: WorldRect,
176 pub spatial_tree: &'a SpatialTree,
177 pub max_local_clip: LayoutRect,
178 pub debug_flags: DebugFlags,
179 pub fb_config: &'a FrameBuilderConfig,
H A Dprepare.rs49 frame_context: &FrameBuildingContext, in prepare_primitives()
148 frame_context: &FrameBuildingContext, in prepare_prim_for_render()
270 frame_context: &FrameBuildingContext, in prepare_interned_prim_for_render()
967 frame_context: &FrameBuildingContext, in update_clip_task_for_brush()
1157 frame_context: &FrameBuildingContext, in update_clip_task()
1273 frame_context: &FrameBuildingContext, in update_brush_segment_clip_task()
H A Dpicture.rs4057 frame_context: &FrameBuildingContext, in update_all()
4119 frame_context: &FrameBuildingContext, in update()
4808 frame_context: &FrameBuildingContext, in take_context()
6209 frame_context: &FrameBuildingContext, in pre_update()
6391 frame_context: &FrameBuildingContext, in post_update()
6548 frame_context: &FrameBuildingContext, in prepare_for_render()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/
H A Dframe_builder.rs169 pub struct FrameBuildingContext<'a> { struct
170 pub global_device_pixel_scale: DevicePixelScale,
171 pub scene_properties: &'a SceneProperties,
172 pub global_screen_world_rect: WorldRect,
173 pub spatial_tree: &'a SpatialTree,
174 pub max_local_clip: LayoutRect,
175 pub debug_flags: DebugFlags,
176 pub fb_config: &'a FrameBuilderConfig,
H A Dpicture.rs3854 frame_context: &FrameBuildingContext, in update_all()
3937 frame_context: &FrameBuildingContext, in update()
4764 frame_context: &FrameBuildingContext, in take_context()
5919 frame_context: &FrameBuildingContext, in pre_update()
6068 frame_context: &FrameBuildingContext, in post_update()
6248 frame_context: &FrameBuildingContext, in prepare_for_render()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/
H A Dframe_builder.rs172 pub struct FrameBuildingContext<'a> { struct
173 pub global_device_pixel_scale: DevicePixelScale,
174 pub scene_properties: &'a SceneProperties,
175 pub global_screen_world_rect: WorldRect,
176 pub spatial_tree: &'a SpatialTree,
177 pub max_local_clip: LayoutRect,
178 pub debug_flags: DebugFlags,
179 pub fb_config: &'a FrameBuilderConfig,
H A Dprepare.rs49 frame_context: &FrameBuildingContext, in prepare_primitives()
148 frame_context: &FrameBuildingContext, in prepare_prim_for_render()
270 frame_context: &FrameBuildingContext, in prepare_interned_prim_for_render()
967 frame_context: &FrameBuildingContext, in update_clip_task_for_brush()
1157 frame_context: &FrameBuildingContext, in update_clip_task()
1273 frame_context: &FrameBuildingContext, in update_brush_segment_clip_task()
H A Dpicture.rs4057 frame_context: &FrameBuildingContext, in update_all()
4119 frame_context: &FrameBuildingContext, in update()
4808 frame_context: &FrameBuildingContext, in take_context()
6209 frame_context: &FrameBuildingContext, in pre_update()
6391 frame_context: &FrameBuildingContext, in post_update()
6548 frame_context: &FrameBuildingContext, in prepare_for_render()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/prim_store/
H A Dmod.rs949 frame_context: &FrameBuildingContext, in update_clip_task()
2167 frame_context: &FrameBuildingContext, in prepare_prim_for_render()
2350 frame_context: &FrameBuildingContext, in prepare_primitives()
2444 frame_context: &FrameBuildingContext, in prepare_interned_prim_for_render()
3195 frame_context: &FrameBuildingContext, in update_clip_task_for_brush()
3357 frame_context: &FrameBuildingContext, in update_clip_task()
3498 frame_context: &FrameBuildingContext, in get_unclipped_device_rect()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/prim_store/
H A Dmod.rs1002 frame_context: &FrameBuildingContext, in update_clip_task()
2645 frame_context: &FrameBuildingContext, in prepare_prim_for_render()
2789 frame_context: &FrameBuildingContext, in prepare_primitives()
2859 frame_context: &FrameBuildingContext, in prepare_interned_prim_for_render()
4030 frame_context: &FrameBuildingContext, in update_clip_task_for_brush()
4217 frame_context: &FrameBuildingContext, in update_clip_task()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/prim_store/
H A Dimage.rs141 frame_context: &FrameBuildingContext, in update()
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/prim_store/
H A Dimage.rs141 frame_context: &FrameBuildingContext, in update()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/prim_store/
H A Dimage.rs141 frame_context: &FrameBuildingContext, in update()