Home
last modified time | relevance | path

Searched defs:BaseSize (Results 1 – 25 of 204) sorted by relevance

123456789

/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DBaseSize.h24 struct BaseSize { struct
33 constexpr BaseSize() : width(0), height(0) {} in BaseSize() argument
34 constexpr BaseSize(T aWidth, T aHeight) : width(aWidth), height(aHeight) {} in BaseSize() function
36 void SizeTo(T aWidth, T aHeight) { in SizeTo()
41 bool IsEmpty() const { return width <= 0 || height <= 0; } in IsEmpty()
43 bool IsSquare() const { return width == height; } in IsSquare()
45 MOZ_ALWAYS_INLINE T Width() const { return width; } in Width()
46 MOZ_ALWAYS_INLINE T Height() const { return height; } in Height()
107 const BaseSize<T, Sub>& aSize) { argument
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DBaseSize.h24 struct BaseSize { struct
33 constexpr BaseSize() : width(0), height(0) {} in BaseSize() argument
34 constexpr BaseSize(T aWidth, T aHeight) : width(aWidth), height(aHeight) {} in BaseSize() function
36 void SizeTo(T aWidth, T aHeight) { in SizeTo()
41 bool IsEmpty() const { return width <= 0 || height <= 0; } in IsEmpty()
43 bool IsSquare() const { return width == height; } in IsSquare()
45 MOZ_ALWAYS_INLINE T Width() const { return width; } in Width()
46 MOZ_ALWAYS_INLINE T Height() const { return height; } in Height()
107 const BaseSize<T, Sub>& aSize) { argument
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DBaseSize.h24 struct BaseSize { struct
33 constexpr BaseSize() : width(0), height(0) {} in BaseSize() function
34 constexpr BaseSize(T aWidth, T aHeight) : width(aWidth), height(aHeight) {} in BaseSize() function
36 void SizeTo(T aWidth, T aHeight) { in SizeTo()
41 bool IsEmpty() const { return width <= 0 || height <= 0; } in IsEmpty()
43 bool IsSquare() const { return width == height; } in IsSquare()
45 MOZ_ALWAYS_INLINE T Width() const { return width; } in Width()
46 MOZ_ALWAYS_INLINE T Height() const { return height; } in Height()
107 const BaseSize<T, Sub>& aSize) { argument
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DBaseSize.h24 struct BaseSize { struct
33 constexpr BaseSize() : width(0), height(0) {} in BaseSize() function
34 constexpr BaseSize(T aWidth, T aHeight) : width(aWidth), height(aHeight) {} in BaseSize() argument
36 void SizeTo(T aWidth, T aHeight) { in SizeTo()
41 bool IsEmpty() const { return width <= 0 || height <= 0; } in IsEmpty()
43 bool IsSquare() const { return width == height; } in IsSquare()
45 MOZ_ALWAYS_INLINE T Width() const { return width; } in Width()
46 MOZ_ALWAYS_INLINE T Height() const { return height; } in Height()
107 const BaseSize<T, Sub>& aSize) { argument
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DBaseSize.h24 struct BaseSize { struct
33 constexpr BaseSize() : width(0), height(0) {} in BaseSize() argument
34 constexpr BaseSize(T aWidth, T aHeight) : width(aWidth), height(aHeight) {} in BaseSize() function
36 void SizeTo(T aWidth, T aHeight) { in SizeTo()
41 bool IsEmpty() const { return width <= 0 || height <= 0; } in IsEmpty()
43 bool IsSquare() const { return width == height; } in IsSquare()
104 const BaseSize<T, Sub>& aSize) { argument
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DBaseSize.h20 struct BaseSize { struct
29 constexpr BaseSize() : width(0), height(0) {} in BaseSize() argument
30 constexpr BaseSize(T aWidth, T aHeight) : width(aWidth), height(aHeight) {} in BaseSize() argument
32 void SizeTo(T aWidth, T aHeight) { width = aWidth; height = aHeight; } in SizeTo()
34 bool IsEmpty() const { in IsEmpty()
38 bool IsSquare() const { in IsSquare()
84 void Scale(T aXScale, T aYScale) { in Scale()
/dports/devel/okteta/okteta-0.26.6/core/tests/
H A Dfixedsizebytearraymodeltest.cpp23 const Size BaseSize = 60; in testCompare() local
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Runtime.Base/src/System/Runtime/
H A DEETypePtr.cs53 internal unsafe uint BaseSize property
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.Compiler/src/Compiler/DependencyAnalysis/
H A DCanonicalDefinitionEETypeNode.cs44 protected override int BaseSize => MinimumObjectSize; field in ILCompiler.DependencyAnalysis.CanonicalDefinitionEETypeNode
H A DCanonicalEETypeNode.cs105 protected override int BaseSize property in ILCompiler.DependencyAnalysis.CanonicalEETypeNode
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/AST/Interp/
H A DRecord.cpp16 unsigned VirtualSize, unsigned BaseSize) in Record()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/AST/Interp/
H A DRecord.cpp16 unsigned VirtualSize, unsigned BaseSize) in Record()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/AST/Interp/
H A DRecord.cpp16 unsigned VirtualSize, unsigned BaseSize) in Record()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/AST/Interp/
H A DRecord.cpp16 unsigned VirtualSize, unsigned BaseSize) in Record()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/AST/Interp/
H A DRecord.cpp16 unsigned VirtualSize, unsigned BaseSize) in Record()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/AST/Interp/
H A DRecord.cpp16 unsigned VirtualSize, unsigned BaseSize) in Record()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/AST/Interp/
H A DRecord.cpp16 unsigned VirtualSize, unsigned BaseSize) in Record()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/AST/Interp/
H A DRecord.cpp16 unsigned VirtualSize, unsigned BaseSize) in Record()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/AST/Interp/
H A DRecord.cpp16 unsigned VirtualSize, unsigned BaseSize) in Record()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/AST/Interp/
H A DRecord.cpp16 unsigned VirtualSize, unsigned BaseSize) in Record()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/AST/Interp/
H A DRecord.cpp16 unsigned VirtualSize, unsigned BaseSize) in Record()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/AST/Interp/
H A DRecord.cpp16 unsigned VirtualSize, unsigned BaseSize) in Record()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/AST/Interp/
H A DRecord.cpp16 unsigned VirtualSize, unsigned BaseSize) in Record()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/VMCore/
H A DValueSymbolTable.cpp51 unsigned BaseSize = UniqueName.size(); in reinsertValue() local
/dports/devel/okteta/okteta-0.26.6/core/piecetable/tests/
H A Dabstractpiecetablechangeiftest.cpp21 static constexpr Size BaseSize = 100; variable

123456789