Home
last modified time | relevance | path

Searched defs:BaseMargin (Results 1 – 8 of 8) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DBaseMargin.h60 struct BaseMargin { struct
68 BaseMargin() : top(0), right(0), bottom(0), left(0) {} in BaseMargin() argument
69 BaseMargin(T aTop, T aRight, T aBottom, T aLeft) in BaseMargin() argument
72 void SizeTo(T aTop, T aRight, T aBottom, T aLeft) { in SizeTo()
79 T LeftRight() const { return left + right; } in LeftRight()
80 T TopBottom() const { return top + bottom; } in TopBottom()
82 T& Side(SideT aSide) { in Side()
108 void EnsureAtLeast(const BaseMargin& aMargin) { in EnsureAtLeast() argument
116 void EnsureAtMost(const BaseMargin& aMargin) { in EnsureAtMost() argument
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DBaseMargin.h60 struct BaseMargin { struct
68 BaseMargin() : top(0), right(0), bottom(0), left(0) {} in BaseMargin() argument
69 BaseMargin(T aTop, T aRight, T aBottom, T aLeft) in BaseMargin() argument
72 void SizeTo(T aTop, T aRight, T aBottom, T aLeft) { in SizeTo()
79 T LeftRight() const { return left + right; } in LeftRight()
80 T TopBottom() const { return top + bottom; } in TopBottom()
82 T& Side(SideT aSide) { in Side()
108 void EnsureAtLeast(const BaseMargin& aMargin) { in EnsureAtLeast() argument
116 void EnsureAtMost(const BaseMargin& aMargin) { in EnsureAtMost() argument
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DBaseMargin.h60 struct BaseMargin { struct
68 BaseMargin() : top(0), right(0), bottom(0), left(0) {} in BaseMargin() argument
69 BaseMargin(T aTop, T aRight, T aBottom, T aLeft) in BaseMargin() argument
72 void SizeTo(T aTop, T aRight, T aBottom, T aLeft) { in SizeTo()
79 T LeftRight() const { return left + right; } in LeftRight()
80 T TopBottom() const { return top + bottom; } in TopBottom()
82 T& Side(SideT aSide) { in Side()
108 void EnsureAtLeast(const BaseMargin& aMargin) { in EnsureAtLeast() argument
116 void EnsureAtMost(const BaseMargin& aMargin) { in EnsureAtMost() argument
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DBaseMargin.h60 struct BaseMargin { struct
68 BaseMargin() : top(0), right(0), bottom(0), left(0) {} in BaseMargin() function
69 BaseMargin(T aTop, T aRight, T aBottom, T aLeft) in BaseMargin() function
72 void SizeTo(T aTop, T aRight, T aBottom, T aLeft) { in SizeTo()
79 T LeftRight() const { return left + right; } in LeftRight()
80 T TopBottom() const { return top + bottom; } in TopBottom()
82 T& Side(SideT aSide) { in Side()
86 T Side(SideT aSide) const { in Side()
91 Sub& ApplySkipSides(Sides aSkipSides) { in ApplySkipSides()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DBaseMargin.h57 struct BaseMargin { struct
65 BaseMargin() : top(0), right(0), bottom(0), left(0) {} in BaseMargin() argument
66 BaseMargin(T aTop, T aRight, T aBottom, T aLeft) in BaseMargin() function
69 void SizeTo(T aTop, T aRight, T aBottom, T aLeft) { in SizeTo()
76 T LeftRight() const { return left + right; } in LeftRight()
77 T TopBottom() const { return top + bottom; } in TopBottom()
79 T& Side(SideT aSide) { in Side()
83 T Side(SideT aSide) const { in Side()
88 void ApplySkipSides(Sides aSkipSides) { in ApplySkipSides()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DBaseMargin.h72 struct BaseMargin { struct
80 BaseMargin() : top(0), right(0), bottom(0), left(0) {} in BaseMargin() argument
81 BaseMargin(T aTop, T aRight, T aBottom, T aLeft) : in BaseMargin() argument
84 void SizeTo(T aTop, T aRight, T aBottom, T aLeft) in SizeTo()
89 T LeftRight() const { return left + right; } in LeftRight()
90 T TopBottom() const { return top + bottom; } in TopBottom()
92 T& Side(SideT aSide) { in Side()
96 T Side(SideT aSide) const { in Side()
101 void ApplySkipSides(Sides aSkipSides) in ApplySkipSides()
/dports/misc/py-xgboost/xgboost-1.5.1/src/data/
H A Dadapter.h130 const float* BaseMargin() const { return nullptr; } in BaseMargin() function
638 const float* BaseMargin() const { return nullptr; } in BaseMargin() function
/dports/misc/xgboost/xgboost-1.5.1/src/data/
H A Dadapter.h130 const float* BaseMargin() const { return nullptr; } in BaseMargin() function
638 const float* BaseMargin() const { return nullptr; } in BaseMargin() function