Home
last modified time | relevance | path

Searched defs:Length (Results 1 – 25 of 8277) sorted by relevance

12345678910>>...332

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/
H A DLength.h39 struct Length { struct
42 Length() in Length() argument
47 Length(LengthType t) in Length() function
57 Length(float v, LengthType t, bool q = false) argument
62 Length(double v, LengthType t, bool q = false) argument
91 LengthType type() const { return static_cast<LengthType>(m_type); } in type() argument
94 void setValue(LengthType t, int value) in setValue() argument
106 void setValue(LengthType t, float value) in setValue() argument
115 *this = Length(value, Fixed); in setValue() argument
177 Length blend(const Length& from, float progress) const in blend() argument
[all …]
/dports/www/kf5-khtml/khtml-5.89.0/src/misc/
H A Dkhtmllayout.h49 struct Length { struct
50 Length() : m_value(0) {} in Length() function
52 Length(LengthType t): m_value(t) {} in Length() argument
92 LengthType type() const in type() argument
119 void setValue(LengthType t, double value) in setValue() argument
180 bool isZero() const in isZero()
184 bool isPositive() const in isPositive()
193 bool isAuto() const in isAuto()
201 bool isPercent() const in isPercent()
205 bool isFixed() const in isFixed()
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/der-0.4.4/src/
H A Dlength.rs17 pub struct Length(u32); struct
19 impl Length { implementation
64 impl Add for Length { implementation
75 impl Add<u8> for Length { implementation
83 impl Add<u16> for Length { implementation
91 impl Add<u32> for Length { implementation
99 impl Add<usize> for Length { implementation
115 impl From<u8> for Length { implementation
121 impl From<u16> for Length { implementation
127 impl TryFrom<u32> for Length { implementation
[all …]
/dports/devel/dtool/dtool-0.11.0/cargo-crates/der-0.4.1/src/
H A Dlength.rs17 pub struct Length(u32); struct
19 impl Length { implementation
64 impl Add for Length { implementation
75 impl Add<u8> for Length { implementation
83 impl Add<u16> for Length { implementation
91 impl Add<u32> for Length { implementation
99 impl Add<usize> for Length { implementation
115 impl From<u8> for Length { implementation
121 impl From<u16> for Length { implementation
127 impl TryFrom<u32> for Length { implementation
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGenCXX/
H A D2012-03-16-StoreAlign.cpp4 struct Length { struct
5 Length(double v) { in Length() function
9 bool operator==(const Length& o) const { in operator ==() argument
12 bool operator!=(const Length& o) const { return !(*this == o); } in operator !=() argument
22 static Length inchLength(double inch); argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A D2012-03-16-StoreAlign.cpp4 struct Length { struct
5 Length(double v) { in Length() argument
9 bool operator==(const Length& o) const { in operator ==() argument
12 bool operator!=(const Length& o) const { return !(*this == o); } in operator !=() argument
22 static Length inchLength(double inch); argument
H A Dpragma-loop-predicate.cpp3 void test0(int *List, int Length) { in test0()
12 void test1(int *List, int Length) { in test1()
21 void test2(int *List, int Length) { in test2()
31 void test3(int *List, int Length) { in test3()
42 void test4(int *List, int Length) { in test4()
52 void test5(int *List, int Length) { in test5()
62 void test6(int *List, int Length) { in test6()
73 void test7(int *List, int Length) { in test7()
84 void test8(int *List, int Length) { in test8()
95 void test9(int *List, int Length) { in test9()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGenCXX/
H A D2012-03-16-StoreAlign.cpp4 struct Length { struct
5 Length(double v) { in Length() function
9 bool operator==(const Length& o) const { in operator ==() argument
12 bool operator!=(const Length& o) const { return !(*this == o); } in operator !=() argument
22 static Length inchLength(double inch); argument
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A D2012-03-16-StoreAlign.cpp4 struct Length { struct
5 Length(double v) { in Length() argument
9 bool operator==(const Length& o) const { in operator ==() argument
12 bool operator!=(const Length& o) const { return !(*this == o); } in operator !=() argument
22 static Length inchLength(double inch); argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGenCXX/
H A D2012-03-16-StoreAlign.cpp4 struct Length { struct
5 Length(double v) { in Length() function
9 bool operator==(const Length& o) const { in operator ==() argument
12 bool operator!=(const Length& o) const { return !(*this == o); } in operator !=() argument
22 static Length inchLength(double inch); argument
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGenCXX/
H A D2012-03-16-StoreAlign.cpp4 struct Length { struct
5 Length(double v) { in Length() argument
9 bool operator==(const Length& o) const { in operator ==() argument
12 bool operator!=(const Length& o) const { return !(*this == o); } in operator !=() argument
22 static Length inchLength(double inch); argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGenCXX/
H A D2012-03-16-StoreAlign.cpp4 struct Length { struct
5 Length(double v) { in Length() argument
9 bool operator==(const Length& o) const { in operator ==() argument
12 bool operator!=(const Length& o) const { return !(*this == o); } in operator !=() argument
22 static Length inchLength(double inch); argument
H A Dpragma-loop-predicate.cpp3 void test0(int *List, int Length) { in test0()
12 void test1(int *List, int Length) { in test1()
21 void test2(int *List, int Length) { in test2()
31 void test3(int *List, int Length) { in test3()
42 void test4(int *List, int Length) { in test4()
52 void test5(int *List, int Length) { in test5()
62 void test6(int *List, int Length) { in test6()
73 void test7(int *List, int Length) { in test7()
84 void test8(int *List, int Length) { in test8()
95 void test9(int *List, int Length) { in test9()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A D2012-03-16-StoreAlign.cpp4 struct Length { struct
5 Length(double v) { in Length() function
9 bool operator==(const Length& o) const { in operator ==() argument
12 bool operator!=(const Length& o) const { return !(*this == o); } in operator !=() argument
22 static Length inchLength(double inch); argument
H A Dpragma-loop-predicate.cpp3 void test0(int *List, int Length) { in test0()
12 void test1(int *List, int Length) { in test1()
21 void test2(int *List, int Length) { in test2()
31 void test3(int *List, int Length) { in test3()
42 void test4(int *List, int Length) { in test4()
52 void test5(int *List, int Length) { in test5()
62 void test6(int *List, int Length) { in test6()
73 void test7(int *List, int Length) { in test7()
84 void test8(int *List, int Length) { in test8()
95 void test9(int *List, int Length) { in test9()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGenCXX/
H A D2012-03-16-StoreAlign.cpp4 struct Length { struct
5 Length(double v) { in Length() function
9 bool operator==(const Length& o) const { in operator ==() argument
12 bool operator!=(const Length& o) const { return !(*this == o); } in operator !=() argument
22 static Length inchLength(double inch); argument
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGenCXX/
H A D2012-03-16-StoreAlign.cpp4 struct Length { struct
5 Length(double v) { in Length() function
9 bool operator==(const Length& o) const { in operator ==() argument
12 bool operator!=(const Length& o) const { return !(*this == o); } in operator !=() argument
22 static Length inchLength(double inch); argument
H A Dpragma-loop-predicate.cpp3 void test0(int *List, int Length) { in test0()
12 void test1(int *List, int Length) { in test1()
21 void test2(int *List, int Length) { in test2()
31 void test3(int *List, int Length) { in test3()
42 void test4(int *List, int Length) { in test4()
52 void test5(int *List, int Length) { in test5()
62 void test6(int *List, int Length) { in test6()
73 void test7(int *List, int Length) { in test7()
84 void test8(int *List, int Length) { in test8()
95 void test9(int *List, int Length) { in test9()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGenCXX/
H A D2012-03-16-StoreAlign.cpp4 struct Length { struct
5 Length(double v) { in Length() argument
9 bool operator==(const Length& o) const { in operator ==() argument
12 bool operator!=(const Length& o) const { return !(*this == o); } in operator !=() argument
22 static Length inchLength(double inch); argument
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A D2012-03-16-StoreAlign.cpp4 struct Length { struct
5 Length(double v) { in Length() argument
9 bool operator==(const Length& o) const { in operator ==() argument
12 bool operator!=(const Length& o) const { return !(*this == o); } in operator !=() argument
22 static Length inchLength(double inch); argument
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A D2012-03-16-StoreAlign.cpp4 struct Length { struct
5 Length(double v) { in Length() argument
9 bool operator==(const Length& o) const { in operator ==() argument
12 bool operator!=(const Length& o) const { return !(*this == o); } in operator !=() argument
22 static Length inchLength(double inch); argument
H A Dpragma-loop-predicate.cpp3 void test0(int *List, int Length) { in test0()
12 void test1(int *List, int Length) { in test1()
21 void test2(int *List, int Length) { in test2()
31 void test3(int *List, int Length) { in test3()
42 void test4(int *List, int Length) { in test4()
52 void test5(int *List, int Length) { in test5()
62 void test6(int *List, int Length) { in test6()
73 void test7(int *List, int Length) { in test7()
84 void test8(int *List, int Length) { in test8()
95 void test9(int *List, int Length) { in test9()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CodeGenCXX/
H A D2012-03-16-StoreAlign.cpp4 struct Length { struct
5 Length(double v) { in Length() argument
9 bool operator==(const Length& o) const { in operator ==() argument
12 bool operator!=(const Length& o) const { return !(*this == o); } in operator !=() argument
22 static Length inchLength(double inch); argument
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CodeGenCXX/
H A D2012-03-16-StoreAlign.cpp4 struct Length { struct
5 Length(double v) { in Length() function
9 bool operator==(const Length& o) const { in operator ==() argument
12 bool operator!=(const Length& o) const { return !(*this == o); } in operator !=() argument
22 static Length inchLength(double inch); argument
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGenCXX/
H A D2012-03-16-StoreAlign.cpp4 struct Length { struct
5 Length(double v) { in Length() argument
9 bool operator==(const Length& o) const { in operator ==() argument
12 bool operator!=(const Length& o) const { return !(*this == o); } in operator !=() argument
22 static Length inchLength(double inch); argument

12345678910>>...332