Home
last modified time | relevance | path

Searched refs:right_viewport_edge (Results 1 – 6 of 6) sorted by relevance

/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/
H A Dspatial_node.rs482 let right_viewport_edge = viewport_rect.max_x() - margin; in calculate_sticky_offset() localVariable
483 if sticky_rect.max_x() > right_viewport_edge { in calculate_sticky_offset()
484 sticky_offset.x = right_viewport_edge - sticky_rect.max_x(); in calculate_sticky_offset()
486 sticky_rect.max_x() < right_viewport_edge { in calculate_sticky_offset()
487 sticky_offset.x = right_viewport_edge - sticky_rect.max_x(); in calculate_sticky_offset()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/
H A Dspatial_node.rs569 let right_viewport_edge = viewport_rect.max.x - margin; in calculate_sticky_offset() localVariable
570 if sticky_rect.max.x > right_viewport_edge { in calculate_sticky_offset()
571 sticky_offset.x += right_viewport_edge - sticky_rect.max.x; in calculate_sticky_offset()
573 sticky_rect.max.x < right_viewport_edge { in calculate_sticky_offset()
574 sticky_offset.x += right_viewport_edge - sticky_rect.max.x; in calculate_sticky_offset()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/
H A Dspatial_node.rs546 let right_viewport_edge = viewport_rect.max_x() - margin; in calculate_sticky_offset() localVariable
547 if sticky_rect.max_x() > right_viewport_edge { in calculate_sticky_offset()
548 sticky_offset.x += right_viewport_edge - sticky_rect.max_x(); in calculate_sticky_offset()
550 sticky_rect.max_x() < right_viewport_edge { in calculate_sticky_offset()
551 sticky_offset.x += right_viewport_edge - sticky_rect.max_x(); in calculate_sticky_offset()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/src/
H A Dclip_scroll_node.rs593 let right_viewport_edge = viewport_rect.max_x() - margin; in calculate_sticky_offset() localVariable
594 if sticky_rect.max_x() > right_viewport_edge { in calculate_sticky_offset()
595 sticky_offset.x = right_viewport_edge - sticky_rect.max_x(); in calculate_sticky_offset()
597 sticky_rect.max_x() < right_viewport_edge { in calculate_sticky_offset()
598 sticky_offset.x = right_viewport_edge - sticky_rect.max_x(); in calculate_sticky_offset()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/
H A Dspatial_node.rs569 let right_viewport_edge = viewport_rect.max.x - margin; in calculate_sticky_offset() localVariable
570 if sticky_rect.max.x > right_viewport_edge { in calculate_sticky_offset()
571 sticky_offset.x += right_viewport_edge - sticky_rect.max.x; in calculate_sticky_offset()
573 sticky_rect.max.x < right_viewport_edge { in calculate_sticky_offset()
574 sticky_offset.x += right_viewport_edge - sticky_rect.max.x; in calculate_sticky_offset()
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/
H A Dspatial_node.rs646 let right_viewport_edge = viewport_rect.max.x - margin; in calculate_sticky_offset() localVariable
647 if sticky_rect.max.x > right_viewport_edge { in calculate_sticky_offset()
648 sticky_offset.x += right_viewport_edge - sticky_rect.max.x; in calculate_sticky_offset()
650 sticky_rect.max.x < right_viewport_edge { in calculate_sticky_offset()
651 sticky_offset.x += right_viewport_edge - sticky_rect.max.x; in calculate_sticky_offset()