Home
last modified time | relevance | path

Searched defs:LogicalRect (Results 1 – 25 of 27) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/geometry/
H A Dlogical_rect.h23 struct CORE_EXPORT LogicalRect { struct
25 constexpr LogicalRect(const LogicalOffset& offset, const LogicalSize& size) in LogicalRect() argument
27 constexpr LogicalRect(LayoutUnit inline_offset, in LogicalRect() function
39 constexpr explicit LogicalRect(const LayoutRect& source) in LogicalRect() argument
61 constexpr bool operator==(const LogicalRect& other) const { argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/geometry/
H A Dlogical_rect.h21 struct CORE_EXPORT LogicalRect { struct
23 constexpr LogicalRect(const LogicalOffset& offset, const LogicalSize& size) in LogicalRect() argument
25 constexpr LogicalRect(LayoutUnit inline_offset, in LogicalRect() argument
37 constexpr explicit LogicalRect(const LayoutRect& source) in LogicalRect() function
59 constexpr bool operator==(const LogicalRect& other) const { argument
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/
H A Dlogical_geometry.rs920 pub struct LogicalRect<T> { struct
926 impl<T: Debug> Debug for LogicalRect<T> { argument
943 impl<T: Zero> LogicalRect<T> { impl
954 impl<T: Copy> LogicalRect<T> { implementation
978 impl<T: Copy + Add<T, Output=T> + Sub<T, Output=T>> LogicalRect<T> { implementation
1094 impl<T: Copy + Ord + Add<T, Output=T> + Sub<T, Output=T>> LogicalRect<T> { implementation
1117 impl<T: Copy + Add<T, Output=T> + Sub<T, Output=T>> Add<LogicalMargin<T>> for LogicalRect<T> { implementation
1142 impl<T: Copy + Add<T, Output=T> + Sub<T, Output=T>> Sub<LogicalMargin<T>> for LogicalRect<T> { implementation
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/
H A Dlogical_geometry.rs1187 pub struct LogicalRect<T> { struct
1193 impl<T: Debug> Debug for LogicalRect<T> { argument
1209 impl<T: Zero> LogicalRect<T> { impl
1220 impl<T: Copy> LogicalRect<T> { impl
1252 impl<T: Copy + Add<T, Output = T> + Sub<T, Output = T>> LogicalRect<T> { implementation
1379 impl<T: Copy + Ord + Add<T, Output = T> + Sub<T, Output = T>> LogicalRect<T> { implementation
1403 impl<T: Copy + Add<T, Output = T> + Sub<T, Output = T>> Add<LogicalMargin<T>> for LogicalRect<T> { implementation
1428 impl<T: Copy + Add<T, Output = T> + Sub<T, Output = T>> Sub<LogicalMargin<T>> for LogicalRect<T> { implementation
/dports/www/firefox/firefox-99.0/servo/components/style/
H A Dlogical_geometry.rs1187 pub struct LogicalRect<T> { struct
1193 impl<T: Debug> Debug for LogicalRect<T> { argument
1209 impl<T: Zero> LogicalRect<T> { implementation
1220 impl<T: Copy> LogicalRect<T> { implementation
1252 impl<T: Copy + Add<T, Output = T> + Sub<T, Output = T>> LogicalRect<T> { implementation
1379 impl<T: Copy + Ord + Add<T, Output = T> + Sub<T, Output = T>> LogicalRect<T> { implementation
1403 impl<T: Copy + Add<T, Output = T> + Sub<T, Output = T>> Add<LogicalMargin<T>> for LogicalRect<T> { implementation
1428 impl<T: Copy + Add<T, Output = T> + Sub<T, Output = T>> Sub<LogicalMargin<T>> for LogicalRect<T> { implementation
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/
H A Dlogical_geometry.rs1187 pub struct LogicalRect<T> { struct
1193 impl<T: Debug> Debug for LogicalRect<T> { argument
1209 impl<T: Zero> LogicalRect<T> { implementation
1220 impl<T: Copy> LogicalRect<T> { impl
1252 impl<T: Copy + Add<T, Output = T> + Sub<T, Output = T>> LogicalRect<T> { implementation
1379 impl<T: Copy + Ord + Add<T, Output = T> + Sub<T, Output = T>> LogicalRect<T> { implementation
1403 impl<T: Copy + Add<T, Output = T> + Sub<T, Output = T>> Add<LogicalMargin<T>> for LogicalRect<T> { implementation
1428 impl<T: Copy + Add<T, Output = T> + Sub<T, Output = T>> Sub<LogicalMargin<T>> for LogicalRect<T> { implementation
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/
H A Dlogical_geometry.rs1187 pub struct LogicalRect<T> { struct
1193 impl<T: Debug> Debug for LogicalRect<T> { implementation
1209 impl<T: Zero> LogicalRect<T> { implementation
1220 impl<T: Copy> LogicalRect<T> { impl
1252 impl<T: Copy + Add<T, Output = T> + Sub<T, Output = T>> LogicalRect<T> { implementation
1379 impl<T: Copy + Ord + Add<T, Output = T> + Sub<T, Output = T>> LogicalRect<T> { implementation
1403 impl<T: Copy + Add<T, Output = T> + Sub<T, Output = T>> Add<LogicalMargin<T>> for LogicalRect<T> { implementation
1428 impl<T: Copy + Add<T, Output = T> + Sub<T, Output = T>> Sub<LogicalMargin<T>> for LogicalRect<T> { implementation
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/pango/
H A DAttrShape.cs45 public Pango.Rectangle LogicalRect { property in Pango.AttrShape
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/pango/
H A DAttrShape.cs49 public Pango.Rectangle LogicalRect { property in Pango.AttrShape
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/testing/
H A Dcore_unit_test_helper.h174 inline LogicalRect::LogicalRect(int inline_offset, in LogicalRect() function
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DTextOverflow.h73 typedef mozilla::LogicalRect LogicalRect; typedef
H A DnsGridContainerFrame.h227 typedef mozilla::LogicalRect LogicalRect; typedef
H A DWritingModes.h590 friend class LogicalRect; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/testing/
H A Dcore_unit_test_helper.h179 inline LogicalRect::LogicalRect(int inline_offset, in LogicalRect() function
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/
H A DTextOverflow.h80 typedef mozilla::LogicalRect LogicalRect; typedef
H A DWritingModes.h585 friend class LogicalRect; variable
H A DnsGridContainerFrame.h314 typedef mozilla::LogicalRect LogicalRect; typedef
/dports/www/firefox/firefox-99.0/layout/generic/
H A DTextOverflow.h80 typedef mozilla::LogicalRect LogicalRect; typedef
H A DWritingModes.h586 friend class LogicalRect; variable
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/
H A DTextOverflow.h80 typedef mozilla::LogicalRect LogicalRect; typedef
H A DWritingModes.h585 friend class LogicalRect; variable
H A DnsGridContainerFrame.h314 typedef mozilla::LogicalRect LogicalRect; typedef
/dports/lang/spidermonkey78/firefox-78.9.0/layout/generic/
H A DTextOverflow.h80 typedef mozilla::LogicalRect LogicalRect; typedef
H A DWritingModes.h586 friend class LogicalRect; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DnsGridContainerFrame.h239 typedef mozilla::LogicalRect LogicalRect; typedef

12