Home
last modified time | relevance | path

Searched refs:LayoutVector2D (Results 1 – 25 of 174) sorted by relevance

1234567

/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/
H A Dspatial_tree.rs931 LayoutVector2D::zero(), in test_cst_simple_translation()
938 LayoutVector2D::zero(), in test_cst_simple_translation()
945 LayoutVector2D::zero(), in test_cst_simple_translation()
952 LayoutVector2D::zero(), in test_cst_simple_translation()
973 LayoutVector2D::zero(), in test_cst_simple_scale()
980 LayoutVector2D::zero(), in test_cst_simple_scale()
987 LayoutVector2D::zero(), in test_cst_simple_scale()
994 LayoutVector2D::zero(), in test_cst_simple_scale()
1016 LayoutVector2D::zero(), in test_cst_scale_translation()
1023 LayoutVector2D::zero(), in test_cst_scale_translation()
[all …]
H A Dspatial_node.rs85 ) -> LayoutVector2D { in compute_offset_from() argument
86 let mut offset = LayoutVector2D::zero(); in compute_offset_from()
260 LayoutVector2D::new( in set_scroll_origin()
484 ) -> LayoutVector2D { in calculate_sticky_offset() argument
693 _ => LayoutVector2D::zero(), in scroll_offset()
819 pub offset: LayoutVector2D,
893 pub current_offset: LayoutVector2D,
942 LayoutVector2D::zero(), in test_cst_perspective_relative_scroll()
954 LayoutVector2D::zero(), in test_cst_perspective_relative_scroll()
965 LayoutVector2D::new(0.0, 50.0), in test_cst_perspective_relative_scroll()
[all …]
H A Dellipse.rs91 fn signed_distance(&self, point: LayoutVector2D) -> f32 { in signed_distance()
97 let mut p = LayoutVector2D::new(point.x.abs(), point.y.abs()); in signed_distance()
137 let r = LayoutVector2D::new(ab.x * co, ab.y * si); in signed_distance()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/
H A Dspatial_tree.rs931 LayoutVector2D::zero(), in test_cst_simple_translation()
938 LayoutVector2D::zero(), in test_cst_simple_translation()
945 LayoutVector2D::zero(), in test_cst_simple_translation()
952 LayoutVector2D::zero(), in test_cst_simple_translation()
973 LayoutVector2D::zero(), in test_cst_simple_scale()
980 LayoutVector2D::zero(), in test_cst_simple_scale()
987 LayoutVector2D::zero(), in test_cst_simple_scale()
994 LayoutVector2D::zero(), in test_cst_simple_scale()
1016 LayoutVector2D::zero(), in test_cst_scale_translation()
1023 LayoutVector2D::zero(), in test_cst_scale_translation()
[all …]
H A Dspatial_node.rs85 ) -> LayoutVector2D { in compute_offset_from() argument
86 let mut offset = LayoutVector2D::zero(); in compute_offset_from()
260 LayoutVector2D::new( in set_scroll_origin()
484 ) -> LayoutVector2D { in calculate_sticky_offset() argument
693 _ => LayoutVector2D::zero(), in scroll_offset()
819 pub offset: LayoutVector2D,
893 pub current_offset: LayoutVector2D,
942 LayoutVector2D::zero(), in test_cst_perspective_relative_scroll()
954 LayoutVector2D::zero(), in test_cst_perspective_relative_scroll()
965 LayoutVector2D::new(0.0, 50.0), in test_cst_perspective_relative_scroll()
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/
H A Dclip_scroll_tree.rs616 LayoutVector2D::zero(), in test_cst_simple_translation()
623 LayoutVector2D::zero(), in test_cst_simple_translation()
630 LayoutVector2D::zero(), in test_cst_simple_translation()
637 LayoutVector2D::zero(), in test_cst_simple_translation()
658 LayoutVector2D::zero(), in test_cst_simple_scale()
665 LayoutVector2D::zero(), in test_cst_simple_scale()
672 LayoutVector2D::zero(), in test_cst_simple_scale()
679 LayoutVector2D::zero(), in test_cst_simple_scale()
701 LayoutVector2D::zero(), in test_cst_scale_translation()
708 LayoutVector2D::zero(), in test_cst_scale_translation()
[all …]
H A Dspatial_node.rs76 ) -> LayoutVector2D { in compute_offset_from() argument
77 let mut offset = LayoutVector2D::zero(); in compute_offset_from()
206 LayoutVector2D::new( in set_scroll_origin()
404 viewport_scroll_offset: &LayoutVector2D, in calculate_sticky_offset() argument
406 ) -> LayoutVector2D { in calculate_sticky_offset() argument
409 _ => return LayoutVector2D::zero(), in calculate_sticky_offset()
414 return LayoutVector2D::zero(); in calculate_sticky_offset()
613 _ => LayoutVector2D::zero(), in scroll_offset()
639 pub offset: LayoutVector2D,
671 offset: LayoutVector2D::zero(), in new()
[all …]
H A Ddisplay_list_flattener.rs219 LayoutVector2D::zero(), in create_frame_builder()
472 reference_frame_relative_offset: LayoutVector2D, in flatten_items() argument
507 reference_frame_relative_offset: &LayoutVector2D, in flatten_sticky_frame() argument
532 reference_frame_relative_offset: &LayoutVector2D, in flatten_scroll_frame() argument
569 reference_frame_relative_offset: LayoutVector2D, in flatten_reference_frame() argument
593 reference_frame_relative_offset: &LayoutVector2D, in flatten_stacking_context() argument
689 LayoutVector2D::zero(), in flatten_iframe()
699 reference_frame_relative_offset: LayoutVector2D, in flatten_item() argument
1044 reference_frame_relative_offset: LayoutVector2D, in create_primitive() argument
1644 LayoutVector2D::zero(), in push_root()
[all …]
H A Dbox_shadow.rs6 use api::{LayoutRect, LayoutSize, LayoutVector2D, MAX_BLUR_RADIUS};
74 box_offset: &LayoutVector2D, in add_box_shadow() argument
80 reference_frame_relative_offset: LayoutVector2D, in add_box_shadow() argument
204 … dest_rect.translate(&LayoutVector2D::new(-prim_info.rect.origin.x, -prim_info.rect.origin.y)), in add_box_shadow()
H A Dellipse.rs5 use api::{LayoutPoint, LayoutVector2D};
92 fn signed_distance(&self, point: LayoutVector2D) -> f32 { in signed_distance()
98 let mut p = LayoutVector2D::new(point.x.abs(), point.y.abs()); in signed_distance()
138 let r = LayoutVector2D::new(ab.x * co, ab.y * si); in signed_distance()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/
H A Dspatial_node.rs82 ) -> LayoutVector2D { in compute_offset_from() argument
83 let mut offset = LayoutVector2D::zero(); in compute_offset_from()
240 LayoutVector2D::new( in set_scroll_origin()
463 ) -> LayoutVector2D { in calculate_sticky_offset() argument
670 _ => LayoutVector2D::zero(), in scroll_offset()
787 pub offset: LayoutVector2D,
866 pub current_offset: LayoutVector2D,
912 LayoutVector2D::zero(), in test_cst_perspective_relative_scroll()
924 LayoutVector2D::zero(), in test_cst_perspective_relative_scroll()
935 LayoutVector2D::new(0.0, 50.0), in test_cst_perspective_relative_scroll()
[all …]
H A Dspatial_tree.rs806 LayoutVector2D::zero(), in test_cst_simple_translation()
813 LayoutVector2D::zero(), in test_cst_simple_translation()
820 LayoutVector2D::zero(), in test_cst_simple_translation()
827 LayoutVector2D::zero(), in test_cst_simple_translation()
848 LayoutVector2D::zero(), in test_cst_simple_scale()
855 LayoutVector2D::zero(), in test_cst_simple_scale()
862 LayoutVector2D::zero(), in test_cst_simple_scale()
869 LayoutVector2D::zero(), in test_cst_simple_scale()
891 LayoutVector2D::zero(), in test_cst_scale_translation()
898 LayoutVector2D::zero(), in test_cst_scale_translation()
[all …]
H A Dellipse.rs91 fn signed_distance(&self, point: LayoutVector2D) -> f32 { in signed_distance()
97 let mut p = LayoutVector2D::new(point.x.abs(), point.y.abs()); in signed_distance()
137 let r = LayoutVector2D::new(ab.x * co, ab.y * si); in signed_distance()
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/
H A Dspatial_tree.rs1288 ) -> LayoutVector2D { in get_external_scroll_offset() argument
1418 LayoutVector2D::zero(), in test_cst_simple_translation()
1426 LayoutVector2D::zero(), in test_cst_simple_translation()
1434 LayoutVector2D::zero(), in test_cst_simple_translation()
1442 LayoutVector2D::zero(), in test_cst_simple_translation()
1467 LayoutVector2D::zero(), in test_cst_simple_scale()
1475 LayoutVector2D::zero(), in test_cst_simple_scale()
1483 LayoutVector2D::zero(), in test_cst_simple_scale()
1491 LayoutVector2D::zero(), in test_cst_simple_scale()
1517 LayoutVector2D::zero(), in test_cst_scale_translation()
[all …]
H A Dspatial_node.rs197 external_scroll_offset: LayoutVector2D, in new_scroll_frame() argument
561 ) -> LayoutVector2D { in calculate_sticky_offset() argument
564 _ => return LayoutVector2D::zero(), in calculate_sticky_offset()
569 return LayoutVector2D::zero(); in calculate_sticky_offset()
721 _ => LayoutVector2D::zero(), in scroll_offset()
842 pub fn offset(&self) -> LayoutVector2D { in offset() argument
893 pub current_offset: LayoutVector2D,
944 LayoutVector2D::zero(), in test_cst_perspective_relative_scroll()
956 LayoutVector2D::zero(), in test_cst_perspective_relative_scroll()
969 LayoutVector2D::new(0.0, 50.0), in test_cst_perspective_relative_scroll()
[all …]
/dports/www/firefox/firefox-99.0/gfx/wr/examples/
H A Dscrolling.rs27 scroll_offset: LayoutVector2D,
62 LayoutVector2D::zero(), in render()
100 LayoutVector2D::zero(), in render()
135 LayoutVector2D::new(0.0, 0.0), in render()
180 winit::VirtualKeyCode::Down => Some(LayoutVector2D::new(0.0, -10.0)), in on_event()
181 winit::VirtualKeyCode::Up => Some(LayoutVector2D::new(0.0, 10.0)), in on_event()
182 winit::VirtualKeyCode::Right => Some(LayoutVector2D::new(-10.0, 0.0)), in on_event()
183 winit::VirtualKeyCode::Left => Some(LayoutVector2D::new(10.0, 0.0)), in on_event()
210 self.scroll_offset += LayoutVector2D::new(dx, dy); in on_event()
246 scroll_offset: LayoutVector2D::zero(), in main()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/examples/
H A Dscrolling.rs63 LayoutVector2D::zero(), in render()
95 LayoutVector2D::zero(), in render()
123 LayoutVector2D::new(0.0, 0.0) in render()
167 winit::VirtualKeyCode::Down => Some(LayoutVector2D::new(0.0, -10.0)), in on_event()
168 winit::VirtualKeyCode::Up => Some(LayoutVector2D::new(0.0, 10.0)), in on_event()
169 winit::VirtualKeyCode::Right => Some(LayoutVector2D::new(-10.0, 0.0)), in on_event()
170 winit::VirtualKeyCode::Left => Some(LayoutVector2D::new(10.0, 0.0)), in on_event()
195 self.scroll_origin += LayoutVector2D::new(dx, dy); in on_event()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/examples/
H A Dscrolling.rs63 LayoutVector2D::zero(), in render()
95 LayoutVector2D::zero(), in render()
123 LayoutVector2D::new(0.0, 0.0) in render()
167 winit::VirtualKeyCode::Down => Some(LayoutVector2D::new(0.0, -10.0)), in on_event()
168 winit::VirtualKeyCode::Up => Some(LayoutVector2D::new(0.0, 10.0)), in on_event()
169 winit::VirtualKeyCode::Right => Some(LayoutVector2D::new(-10.0, 0.0)), in on_event()
170 winit::VirtualKeyCode::Left => Some(LayoutVector2D::new(10.0, 0.0)), in on_event()
195 self.scroll_origin += LayoutVector2D::new(dx, dy); in on_event()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/examples/
H A Dscrolling.rs58 LayoutVector2D::zero(), in render()
90 LayoutVector2D::zero(), in render()
118 LayoutVector2D::new(0.0, 0.0) in render()
177 ScrollLocation::Delta(LayoutVector2D::new(offset.0, offset.1)), in on_event()
198 ScrollLocation::Delta(LayoutVector2D::new(dx, dy)), in on_event()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/prim_store/
H A Dtext_run.rs6 use api::units::{LayoutToWorldTransform, LayoutVector2D, PictureRect};
170 reference_frame_relative_offset: LayoutVector2D, in make_instance_kind() argument
214 pub reference_frame_relative_offset: LayoutVector2D,
215 pub snapped_reference_frame_relative_offset: LayoutVector2D,
375 prim_offset: LayoutVector2D, in request_resources() argument
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/prim_store/
H A Dtext_run.rs6 use api::units::{LayoutToWorldTransform, LayoutVector2D, RasterPixelScale, DevicePixelScale};
176 reference_frame_relative_offset: LayoutVector2D, in make_instance_kind() argument
233 pub reference_frame_relative_offset: LayoutVector2D,
234 pub snapped_reference_frame_relative_offset: LayoutVector2D,
432 prim_offset: LayoutVector2D, in request_resources() argument
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/prim_store/
H A Dtext_run.rs6 use api::units::{LayoutToWorldTransform, LayoutVector2D, RasterPixelScale, DevicePixelScale};
176 reference_frame_relative_offset: LayoutVector2D, in make_instance_kind() argument
233 pub reference_frame_relative_offset: LayoutVector2D,
234 pub snapped_reference_frame_relative_offset: LayoutVector2D,
435 prim_offset: LayoutVector2D, in request_resources() argument
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/prim_store/
H A Dtext_run.rs6 use api::units::{LayoutToWorldTransform, LayoutVector2D, RasterPixelScale, DevicePixelScale};
176 reference_frame_relative_offset: LayoutVector2D, in make_instance_kind() argument
233 pub reference_frame_relative_offset: LayoutVector2D,
234 pub snapped_reference_frame_relative_offset: LayoutVector2D,
432 prim_offset: LayoutVector2D, in request_resources() argument
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/examples/
H A Dscrolling.rs120 LayoutVector2D::new(0.0, 0.0) in render()
164 ScrollLocation::Delta(LayoutVector2D::new(offset.0, offset.1)), in on_event()
180 ScrollLocation::Delta(LayoutVector2D::new(dx, dy)), in on_event()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/prim_store/
H A Dtext_run.rs7 use api::{LayoutVector2D, Shadow};
63 reference_frame_relative_offset: LayoutVector2D, in as_instance_kind() argument
214 pub reference_frame_relative_offset: LayoutVector2D,
286 prim_offset: LayoutVector2D, in prepare_for_render() argument

1234567