Home
last modified time | relevance | path

Searched defs:nsRect (Results 1 – 25 of 54) sorted by relevance

123

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/src/
H A DnsRect.h32 nsRect() : Super() { MOZ_COUNT_CTOR(nsRect); } in nsRect() function
33 nsRect(const nsRect& aRect) : Super(aRect) { MOZ_COUNT_CTOR(nsRect); } in nsRect() function
34 nsRect(const nsPoint& aOrigin, const nsSize& aSize) : Super(aOrigin, aSize) { in nsRect() argument
37 nsRect(nscoord aX, nscoord aY, nscoord aWidth, nscoord aHeight) in nsRect() argument
43 ~nsRect() { MOZ_COUNT_DTOR(nsRect); } in ~nsRect() argument
50 MOZ_MUST_USE nsRect SaturatingUnion(const nsRect& aRect) const { in SaturatingUnion() argument
60 MOZ_MUST_USE nsRect SaturatingUnionEdges(const nsRect& aRect) const { in SaturatingUnionEdges() argument
97 MOZ_MUST_USE nsRect UnionEdges(const nsRect& aRect) const { in UnionEdges() argument
100 void UnionRectEdges(const nsRect& aRect1, const nsRect& aRect2) { in UnionRectEdges() argument
103 MOZ_MUST_USE nsRect Union(const nsRect& aRect) const { in Union() argument
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/src/
H A DnsRect.h24 struct nsRect : struct
31 nsRect() : Super() in nsRect() function
35 nsRect(const nsRect& aRect) : Super(aRect) in nsRect() function
39 nsRect(const nsPoint& aOrigin, const nsSize &aSize) : Super(aOrigin, aSize) in nsRect() function
43 nsRect(nscoord aX, nscoord aY, nscoord aWidth, nscoord aHeight) : in nsRect() argument
50 ~nsRect() { in ~nsRect() argument
59 MOZ_MUST_USE nsRect SaturatingUnion(const nsRect& aRect) const in SaturatingUnion() argument
105 MOZ_MUST_USE nsRect UnionEdges(const nsRect& aRect) const in UnionEdges() argument
109 void UnionRectEdges(const nsRect& aRect1, const nsRect& aRect2) in UnionRectEdges() argument
113 MOZ_MUST_USE nsRect Union(const nsRect& aRect) const in Union() argument
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/src/
H A DnsRect.h42 nsRect() : Super() { MOZ_COUNT_CTOR(nsRect); } in nsRect() argument
43 nsRect(const nsRect& aRect) : Super(aRect) { MOZ_COUNT_CTOR(nsRect); } in nsRect() argument
44 nsRect(const nsPoint& aOrigin, const nsSize& aSize) : Super(aOrigin, aSize) { in nsRect() argument
47 nsRect(nscoord aX, nscoord aY, nscoord aWidth, nscoord aHeight) in nsRect() argument
51 nsRect& operator=(const nsRect&) = default; argument
53 MOZ_COUNTED_DTOR(nsRect) in MOZ_COUNTED_DTOR() argument
106 [[nodiscard]] nsRect UnionEdges(const nsRect& aRect) const { in UnionEdges() argument
112 [[nodiscard]] nsRect Union(const nsRect& aRect) const { in Union() argument
115 [[nodiscard]] nsRect UnsafeUnion(const nsRect& aRect) const { in UnsafeUnion() argument
118 void UnionRect(const nsRect& aRect1, const nsRect& aRect2) { in UnionRect() argument
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/src/
H A DnsRect.h40 nsRect() : Super() { MOZ_COUNT_CTOR(nsRect); } in nsRect() argument
41 nsRect(const nsRect& aRect) : Super(aRect) { MOZ_COUNT_CTOR(nsRect); } in nsRect() function
42 nsRect(const nsPoint& aOrigin, const nsSize& aSize) : Super(aOrigin, aSize) { in nsRect() function
45 nsRect(nscoord aX, nscoord aY, nscoord aWidth, nscoord aHeight) in nsRect() function
49 nsRect& operator=(const nsRect&) = default; argument
51 MOZ_COUNTED_DTOR(nsRect) in MOZ_COUNTED_DTOR() argument
104 [[nodiscard]] nsRect UnionEdges(const nsRect& aRect) const { in UnionEdges() argument
107 [[nodiscard]] nsRect Union(const nsRect& aRect) const { in Union() argument
110 [[nodiscard]] nsRect UnsafeUnion(const nsRect& aRect) const { in UnsafeUnion() argument
113 void UnionRect(const nsRect& aRect1, const nsRect& aRect2) { in UnionRect() argument
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/src/
H A DnsRect.h40 nsRect() : Super() { MOZ_COUNT_CTOR(nsRect); } in nsRect() argument
41 nsRect(const nsRect& aRect) : Super(aRect) { MOZ_COUNT_CTOR(nsRect); } in nsRect() function
42 nsRect(const nsPoint& aOrigin, const nsSize& aSize) : Super(aOrigin, aSize) { in nsRect() function
45 nsRect(nscoord aX, nscoord aY, nscoord aWidth, nscoord aHeight) in nsRect() function
49 nsRect& operator=(const nsRect&) = default; argument
51 MOZ_COUNTED_DTOR(nsRect) in MOZ_COUNTED_DTOR() argument
104 [[nodiscard]] nsRect UnionEdges(const nsRect& aRect) const { in UnionEdges() argument
107 [[nodiscard]] nsRect Union(const nsRect& aRect) const { in Union() argument
110 [[nodiscard]] nsRect UnsafeUnion(const nsRect& aRect) const { in UnsafeUnion() argument
113 void UnionRect(const nsRect& aRect1, const nsRect& aRect2) { in UnionRect() argument
[all …]
/dports/www/firefox/firefox-99.0/gfx/src/
H A DnsRect.h40 nsRect() : Super() { MOZ_COUNT_CTOR(nsRect); } in nsRect() argument
41 nsRect(const nsRect& aRect) : Super(aRect) { MOZ_COUNT_CTOR(nsRect); } in nsRect() argument
42 nsRect(const nsPoint& aOrigin, const nsSize& aSize) : Super(aOrigin, aSize) { in nsRect() function
45 nsRect(nscoord aX, nscoord aY, nscoord aWidth, nscoord aHeight) in nsRect() function
49 nsRect& operator=(const nsRect&) = default; argument
51 MOZ_COUNTED_DTOR(nsRect) in MOZ_COUNTED_DTOR() argument
107 [[nodiscard]] nsRect UnionEdges(const nsRect& aRect) const { in UnionEdges() argument
110 [[nodiscard]] nsRect Union(const nsRect& aRect) const { in Union() argument
113 [[nodiscard]] nsRect UnsafeUnion(const nsRect& aRect) const { in UnsafeUnion() argument
116 void UnionRect(const nsRect& aRect1, const nsRect& aRect2) { in UnionRect() argument
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/torture/
H A Dpr44813.C8 struct nsRect { struct
9 nsRect(const nsRect& aRect) { } in nsRect() argument
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/torture/
H A Dpr44813.C6 struct nsRect { struct
7 nsRect(const nsRect& aRect) { } in nsRect() function
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/torture/
H A Dpr44813.C8 struct nsRect { struct
9 nsRect(const nsRect& aRect) { } in nsRect() function
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/torture/
H A Dpr44813.C6 struct nsRect { struct
7 nsRect(const nsRect& aRect) { } in nsRect() argument
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/torture/
H A Dpr44813.C8 struct nsRect { struct
9 nsRect(const nsRect& aRect) { } in nsRect() function
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/torture/
H A Dpr44813.C6 struct nsRect { struct
7 nsRect(const nsRect& aRect) { } in nsRect() function
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/torture/
H A Dpr44813.C8 struct nsRect { struct
9 nsRect(const nsRect& aRect) { } in nsRect() function
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/torture/
H A Dpr44813.C8 struct nsRect { struct
9 nsRect(const nsRect& aRect) { } in nsRect() function
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/torture/
H A Dpr44813.C8 struct nsRect { struct
9 nsRect(const nsRect& aRect) { } in nsRect() argument
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/torture/
H A Dpr44813.C8 struct nsRect { struct
9 nsRect(const nsRect& aRect) { } in nsRect() function
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/torture/
H A Dpr44813.C8 struct nsRect { struct
9 nsRect(const nsRect& aRect) { } in nsRect() function
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/torture/
H A Dpr44813.C8 struct nsRect { struct
9 nsRect(const nsRect& aRect) { } in nsRect() argument
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/torture/
H A Dpr44813.C8 struct nsRect { struct
9 nsRect(const nsRect& aRect) { } in nsRect() function
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/torture/
H A Dpr44813.C8 struct nsRect { struct
9 nsRect(const nsRect& aRect) { } in nsRect() argument
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/torture/
H A Dpr44813.C8 struct nsRect { struct
9 nsRect(const nsRect& aRect) { } in nsRect() function
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/torture/
H A Dpr44813.C8 struct nsRect { struct
9 nsRect(const nsRect& aRect) { } in nsRect() argument
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/torture/
H A Dpr44813.C8 struct nsRect { struct
9 nsRect(const nsRect& aRect) { } in nsRect() function
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/torture/
H A Dpr44813.C8 struct nsRect { struct
9 nsRect(const nsRect& aRect) { } in nsRect() argument
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/g++.dg/torture/
H A Dpr44813.C6 struct nsRect { struct
7 nsRect(const nsRect& aRect) { } in nsRect() function

123