Home
last modified time | relevance | path

Searched refs:IntPointTyped (Results 1 – 25 of 71) sorted by relevance

123

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DPoint.h67 struct IntPointTyped :
77 constexpr IntPointTyped() : Super() {}
93 return IntPointTyped(int32_t(aX), int32_t(aY));
104 static IntPointTyped<units> FromUnknownPoint(const IntPointTyped<UnknownUnits>& aPoint) {
112 typedef IntPointTyped<UnknownUnits> IntPoint;
183 IntPointTyped<units>
186 return IntPointTyped::Round(aPoint.x, aPoint.y);
190 IntPointTyped<units>
193 return IntPointTyped::Ceil(aPoint.x, aPoint.y);
197 IntPointTyped<units>
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DPoint.h73 struct IntPointTyped
83 constexpr IntPointTyped() : Super() {}
84 constexpr IntPointTyped(ToInt aX, ToInt aY)
112 static IntPointTyped<units> FromUnknownPoint(
113 const IntPointTyped<UnknownUnits>& aPoint) {
121 typedef IntPointTyped<UnknownUnits> IntPoint;
199 IntPointTyped<units> IntPointTyped<units>::Round(
205 IntPointTyped<units> IntPointTyped<units>::Ceil(
207 return IntPointTyped::Ceil(aPoint.x, aPoint.y);
211 IntPointTyped<units> IntPointTyped<units>::Floor(
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DPoint.h73 struct IntPointTyped
83 constexpr IntPointTyped() : Super() {}
84 constexpr IntPointTyped(ToInt aX, ToInt aY)
111 static IntPointTyped<units> FromUnknownPoint(
112 const IntPointTyped<UnknownUnits>& aPoint) {
120 typedef IntPointTyped<UnknownUnits> IntPoint;
198 IntPointTyped<units> IntPointTyped<units>::Round(
204 IntPointTyped<units> IntPointTyped<units>::Ceil(
206 return IntPointTyped::Ceil(aPoint.x, aPoint.y);
210 IntPointTyped<units> IntPointTyped<units>::Floor(
[all …]
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DPoint.h73 struct IntPointTyped
83 constexpr IntPointTyped() : Super() {}
84 constexpr IntPointTyped(ToInt aX, ToInt aY)
112 static IntPointTyped<units> FromUnknownPoint(
113 const IntPointTyped<UnknownUnits>& aPoint) {
121 typedef IntPointTyped<UnknownUnits> IntPoint;
199 IntPointTyped<units> IntPointTyped<units>::Round(
205 IntPointTyped<units> IntPointTyped<units>::Ceil(
207 return IntPointTyped::Ceil(aPoint.x, aPoint.y);
211 IntPointTyped<units> IntPointTyped<units>::Floor(
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DPoint.h73 struct IntPointTyped
83 constexpr IntPointTyped() : Super() {}
84 constexpr IntPointTyped(ToInt aX, ToInt aY)
112 static IntPointTyped<units> FromUnknownPoint(
113 const IntPointTyped<UnknownUnits>& aPoint) {
121 typedef IntPointTyped<UnknownUnits> IntPoint;
199 IntPointTyped<units> IntPointTyped<units>::Round(
205 IntPointTyped<units> IntPointTyped<units>::Ceil(
207 return IntPointTyped::Ceil(aPoint.x, aPoint.y);
211 IntPointTyped<units> IntPointTyped<units>::Floor(
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DPoint.h73 struct IntPointTyped
83 constexpr IntPointTyped() : Super() {}
84 constexpr IntPointTyped(ToInt aX, ToInt aY)
111 static IntPointTyped<units> FromUnknownPoint(
112 const IntPointTyped<UnknownUnits>& aPoint) {
120 typedef IntPointTyped<UnknownUnits> IntPoint;
198 IntPointTyped<units> IntPointTyped<units>::Round(
204 IntPointTyped<units> IntPointTyped<units>::Ceil(
206 return IntPointTyped::Ceil(aPoint.x, aPoint.y);
210 IntPointTyped<units> IntPointTyped<units>::Floor(
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-empty7.C20 struct IntPointTyped : BasePoint<IntCoordTyped<units> >, units struct
23 constexpr IntPointTyped (int, int) : Super (0, 0) {} in IntPointTyped() function
28 IntPointTyped<A> a (0, 0);
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-empty7.C20 struct IntPointTyped : BasePoint<IntCoordTyped<units> >, units struct
23 constexpr IntPointTyped (int, int) : Super (0, 0) {} in IntPointTyped() argument
28 IntPointTyped<A> a (0, 0);
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-empty7.C20 struct IntPointTyped : BasePoint<IntCoordTyped<units> >, units struct
23 constexpr IntPointTyped (int, int) : Super (0, 0) {} in IntPointTyped() argument
28 IntPointTyped<A> a (0, 0);
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-empty7.C20 struct IntPointTyped : BasePoint<IntCoordTyped<units> >, units struct
23 constexpr IntPointTyped (int, int) : Super (0, 0) {} in IntPointTyped() function
28 IntPointTyped<A> a (0, 0);
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-empty7.C20 struct IntPointTyped : BasePoint<IntCoordTyped<units> >, units struct
23 constexpr IntPointTyped (int, int) : Super (0, 0) {} in IntPointTyped() function
28 IntPointTyped<A> a (0, 0);
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-empty7.C20 struct IntPointTyped : BasePoint<IntCoordTyped<units> >, units struct
23 constexpr IntPointTyped (int, int) : Super (0, 0) {} in IntPointTyped() function
28 IntPointTyped<A> a (0, 0);
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-empty7.C20 struct IntPointTyped : BasePoint<IntCoordTyped<units> >, units struct
23 constexpr IntPointTyped (int, int) : Super (0, 0) {} in IntPointTyped() argument
28 IntPointTyped<A> a (0, 0);
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-empty7.C20 struct IntPointTyped : BasePoint<IntCoordTyped<units> >, units struct
23 constexpr IntPointTyped (int, int) : Super (0, 0) {} in IntPointTyped() argument
28 IntPointTyped<A> a (0, 0);
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-empty7.C20 struct IntPointTyped : BasePoint<IntCoordTyped<units> >, units struct
23 constexpr IntPointTyped (int, int) : Super (0, 0) {} in IntPointTyped() function
28 IntPointTyped<A> a (0, 0);
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-empty7.C20 struct IntPointTyped : BasePoint<IntCoordTyped<units> >, units struct
23 constexpr IntPointTyped (int, int) : Super (0, 0) {} in IntPointTyped() argument
28 IntPointTyped<A> a (0, 0);
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-empty7.C20 struct IntPointTyped : BasePoint<IntCoordTyped<units> >, units struct
23 constexpr IntPointTyped (int, int) : Super (0, 0) {} in IntPointTyped() function
28 IntPointTyped<A> a (0, 0);
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-empty7.C20 struct IntPointTyped : BasePoint<IntCoordTyped<units> >, units struct
23 constexpr IntPointTyped (int, int) : Super (0, 0) {} in IntPointTyped() argument
28 IntPointTyped<A> a (0, 0);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-empty7.C20 struct IntPointTyped : BasePoint<IntCoordTyped<units> >, units struct
23 constexpr IntPointTyped (int, int) : Super (0, 0) {} in IntPointTyped() argument
28 IntPointTyped<A> a (0, 0);
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-empty7.C20 struct IntPointTyped : BasePoint<IntCoordTyped<units> >, units struct
23 constexpr IntPointTyped (int, int) : Super (0, 0) {} in IntPointTyped() argument
28 IntPointTyped<A> a (0, 0);
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-empty7.C20 struct IntPointTyped : BasePoint<IntCoordTyped<units> >, units struct
23 constexpr IntPointTyped (int, int) : Super (0, 0) {} in IntPointTyped() function
28 IntPointTyped<A> a (0, 0);
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-empty7.C20 struct IntPointTyped : BasePoint<IntCoordTyped<units> >, units struct
23 constexpr IntPointTyped (int, int) : Super (0, 0) {} in IntPointTyped() argument
28 IntPointTyped<A> a (0, 0);
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-empty7.C20 struct IntPointTyped : BasePoint<IntCoordTyped<units> >, units struct
23 constexpr IntPointTyped (int, int) : Super (0, 0) {} in IntPointTyped() argument
28 IntPointTyped<A> a (0, 0);
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-empty7.C20 struct IntPointTyped : BasePoint<IntCoordTyped<units> >, units struct
23 constexpr IntPointTyped (int, int) : Super (0, 0) {} in IntPointTyped() function
28 IntPointTyped<A> a (0, 0);
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-empty7.C20 struct IntPointTyped : BasePoint<IntCoordTyped<units> >, units struct
23 constexpr IntPointTyped (int, int) : Super (0, 0) {} in IntPointTyped() function
28 IntPointTyped<A> a (0, 0);

123