Home
last modified time | relevance | path

Searched refs:GetB (Results 1 – 25 of 1217) sorted by relevance

12345678910>>...49

/dports/astro/opencpn/OpenCPN-5.2.4/libs/wxsvg/src/
H A DSVGMatrix.cpp16 res.SetA(GetA() * secondMatrix.GetA() + GetC() * secondMatrix.GetB()); in Multiply()
17 res.SetB(GetB() * secondMatrix.GetA() + GetD() * secondMatrix.GetB()); in Multiply()
19 res.SetD(GetB() * secondMatrix.GetC() + GetD() * secondMatrix.GetD()); in Multiply()
21 res.SetF(GetB() * secondMatrix.GetE() + GetD() * secondMatrix.GetF() + GetF()); in Multiply()
27 double d = 1.0 / (GetA() * GetD() - GetB() * GetC()); in Inverse()
29 res.SetB(-GetB() * d); in Inverse()
33 res.SetF(-GetE() * res.GetB() - GetF() * res.GetD()); in Inverse()
H A DSVGTextElement.cpp64 return length * sqrt(matrix.GetA() * matrix.GetA() + matrix.GetB() * matrix.GetB()); in GetComputedTextLength()
72 return length * sqrt(matrix.GetA() * matrix.GetA() + matrix.GetB() * matrix.GetB()); in GetSubStringLength()
81 …real_position.SetX(matrix.GetA() * position.GetX() + matrix.GetB() * position.GetY() + matrix.GetE… in GetStartPositionOfChar()
82 …real_position.SetY(matrix.GetB() * position.GetX() + matrix.GetD() * position.GetY() + matrix.GetF… in GetStartPositionOfChar()
92 …real_position.SetX(matrix.GetA() * position.GetX() + matrix.GetB() * position.GetY() + matrix.GetE… in GetEndPositionOfChar()
93 …real_position.SetY(matrix.GetB() * position.GetX() + matrix.GetD() * position.GetY() + matrix.GetF… in GetEndPositionOfChar()
/dports/graphics/wxsvg/wxsvg-1.5.22/src/
H A DSVGMatrix.cpp16 res.SetA(GetA() * secondMatrix.GetA() + GetC() * secondMatrix.GetB()); in Multiply()
17 res.SetB(GetB() * secondMatrix.GetA() + GetD() * secondMatrix.GetB()); in Multiply()
19 res.SetD(GetB() * secondMatrix.GetC() + GetD() * secondMatrix.GetD()); in Multiply()
21 res.SetF(GetB() * secondMatrix.GetE() + GetD() * secondMatrix.GetF() + GetF()); in Multiply()
27 double d = 1.0 / (GetA() * GetD() - GetB() * GetC()); in Inverse()
29 res.SetB(-GetB() * d); in Inverse()
33 res.SetF(-GetE() * res.GetB() - GetF() * res.GetD()); in Inverse()
H A DSVGTextElement.cpp64 return length * sqrt(matrix.GetA() * matrix.GetA() + matrix.GetB() * matrix.GetB()); in GetComputedTextLength()
72 return length * sqrt(matrix.GetA() * matrix.GetA() + matrix.GetB() * matrix.GetB()); in GetSubStringLength()
81 …real_position.SetX(matrix.GetA() * position.GetX() + matrix.GetB() * position.GetY() + matrix.GetE… in GetStartPositionOfChar()
82 …real_position.SetY(matrix.GetB() * position.GetX() + matrix.GetD() * position.GetY() + matrix.GetF… in GetStartPositionOfChar()
92 …real_position.SetX(matrix.GetA() * position.GetX() + matrix.GetB() * position.GetY() + matrix.GetE… in GetEndPositionOfChar()
93 …real_position.SetY(matrix.GetB() * position.GetX() + matrix.GetD() * position.GetY() + matrix.GetF… in GetEndPositionOfChar()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objects/seqloc/
H A DSeq_bond.cpp62 TSeqPos b = GetB().GetPoint(); in GetStart()
73 TSeqPos b = GetB().GetPoint(); in GetStop()
83 (IsSetB() && GetB().IsSetStrand()); in IsSetStrand()
86 IsSetB() && GetB().IsSetStrand(); in IsSetStrand()
97 if (IsSetB() && GetB().IsSetStrand()) { in GetStrand()
98 b_strand = GetB().GetStrand(); in GetStrand()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objects/seqloc/
H A DSeq_bond.cpp62 TSeqPos b = GetB().GetPoint(); in GetStart()
73 TSeqPos b = GetB().GetPoint(); in GetStop()
83 (IsSetB() && GetB().IsSetStrand()); in IsSetStrand()
86 IsSetB() && GetB().IsSetStrand(); in IsSetStrand()
97 if (IsSetB() && GetB().IsSetStrand()) { in GetStrand()
98 b_strand = GetB().GetStrand(); in GetStrand()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/pas2js/
H A Dfrmpas2jsbrowserprojectoptions.pp33 function GetB(AIndex: Integer): Boolean;
40 property CreateHTML : Boolean Index 0 read GetB Write SetB;
41 property MaintainHTML : Boolean Index 1 read GetB Write SetB;
42 property UseBrowserApp : Boolean Index 2 read GetB Write SetB;
43 property UseBrowserConsole : Boolean Index 3 read GetB Write SetB;
44 property StartHTTPServer : Boolean Index 4 read GetB Write SetB;
45 property UseURL : Boolean Index 5 read GetB Write SetB;
46 property UseRunOnReady : Boolean Index 6 read GetB Write SetB;
47 property ShowUncaughtExceptions : Boolean Index 7 read GetB Write SetB;
116 function TWebBrowserProjectOptionsForm.GetB(AIndex: Integer): Boolean;
H A Dfrmpas2jsnodejsprojectoptions.pp20 function GetB(AIndex: Integer): Boolean;
24 Property UseNodeJSApplication : Boolean Index 0 Read GetB Write SetB;
42 function TNodeJSProjectOptionsForm.GetB(AIndex: Integer): Boolean;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/pas2js/
H A Dfrmpas2jsbrowserprojectoptions.pp33 function GetB(AIndex: Integer): Boolean;
40 property CreateHTML : Boolean Index 0 read GetB Write SetB;
41 property MaintainHTML : Boolean Index 1 read GetB Write SetB;
42 property UseBrowserApp : Boolean Index 2 read GetB Write SetB;
43 property UseBrowserConsole : Boolean Index 3 read GetB Write SetB;
44 property StartHTTPServer : Boolean Index 4 read GetB Write SetB;
45 property UseURL : Boolean Index 5 read GetB Write SetB;
46 property UseRunOnReady : Boolean Index 6 read GetB Write SetB;
47 property ShowUncaughtExceptions : Boolean Index 7 read GetB Write SetB;
116 function TWebBrowserProjectOptionsForm.GetB(AIndex: Integer): Boolean;
H A Dfrmpas2jsnodejsprojectoptions.pp20 function GetB(AIndex: Integer): Boolean;
24 Property UseNodeJSApplication : Boolean Index 0 Read GetB Write SetB;
42 function TNodeJSProjectOptionsForm.GetB(AIndex: Integer): Boolean;
/dports/editors/lazarus/lazarus/components/pas2js/
H A Dfrmpas2jsbrowserprojectoptions.pp32 function GetB(AIndex: Integer): Boolean;
39 property CreateHTML : Boolean Index 0 read GetB Write SetB;
40 property MaintainHTML : Boolean Index 1 read GetB Write SetB;
41 property UseBrowserApp : Boolean Index 2 read GetB Write SetB;
42 property UseBrowserConsole : Boolean Index 3 read GetB Write SetB;
43 property StartHTTPServer : Boolean Index 4 read GetB Write SetB;
44 property UseURL : Boolean Index 5 read GetB Write SetB;
45 property UseRunOnReady : Boolean Index 6 read GetB Write SetB;
105 function TWebBrowserProjectOptionsForm.GetB(AIndex: Integer): Boolean;
H A Dfrmpas2jsnodejsprojectoptions.pp18 function GetB(AIndex: Integer): Boolean;
22 Property UseNodeJSApplication : Boolean Index 0 Read GetB Write SetB;
34 function TNodeJSProjectOptionsForm.GetB(AIndex: Integer): Boolean;
/dports/editors/lazarus-qt5/lazarus/components/pas2js/
H A Dfrmpas2jsbrowserprojectoptions.pp32 function GetB(AIndex: Integer): Boolean;
39 property CreateHTML : Boolean Index 0 read GetB Write SetB;
40 property MaintainHTML : Boolean Index 1 read GetB Write SetB;
41 property UseBrowserApp : Boolean Index 2 read GetB Write SetB;
42 property UseBrowserConsole : Boolean Index 3 read GetB Write SetB;
43 property StartHTTPServer : Boolean Index 4 read GetB Write SetB;
44 property UseURL : Boolean Index 5 read GetB Write SetB;
45 property UseRunOnReady : Boolean Index 6 read GetB Write SetB;
105 function TWebBrowserProjectOptionsForm.GetB(AIndex: Integer): Boolean;
H A Dfrmpas2jsnodejsprojectoptions.pp18 function GetB(AIndex: Integer): Boolean;
22 Property UseNodeJSApplication : Boolean Index 0 Read GetB Write SetB;
34 function TNodeJSProjectOptionsForm.GetB(AIndex: Integer): Boolean;
/dports/editors/lazarus/lazarus/tools/debugserver/
H A Dfrmoptions.pp43 function GetB(AIndex: integer): Boolean;
47 Property ShowOnStartup : Boolean Index 0 Read GetB Write SetB;
48 Property ShowOnMessage : Boolean Index 1 Read GetB Write SetB;
49 Property NewMessageAtBottom : Boolean Index 2 Read GetB Write SetB;
50 Property NewMessageVisible: Boolean Index 3 Read GetB Write SetB;
51 Property CleanLogOnNewProcess: Boolean Index 4 Read GetB Write SetB;
75 function TOptionsForm.GetB(AIndex: integer): Boolean;
/dports/editors/lazarus-qt5/lazarus/tools/debugserver/
H A Dfrmoptions.pp43 function GetB(AIndex: integer): Boolean;
47 Property ShowOnStartup : Boolean Index 0 Read GetB Write SetB;
48 Property ShowOnMessage : Boolean Index 1 Read GetB Write SetB;
49 Property NewMessageAtBottom : Boolean Index 2 Read GetB Write SetB;
50 Property NewMessageVisible: Boolean Index 3 Read GetB Write SetB;
51 Property CleanLogOnNewProcess: Boolean Index 4 Read GetB Write SetB;
75 function TOptionsForm.GetB(AIndex: integer): Boolean;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/tools/debugserver/
H A Dfrmoptions.pp43 function GetB(AIndex: integer): Boolean;
47 Property ShowOnStartup : Boolean Index 0 Read GetB Write SetB;
48 Property ShowOnMessage : Boolean Index 1 Read GetB Write SetB;
49 Property NewMessageAtBottom : Boolean Index 2 Read GetB Write SetB;
50 Property NewMessageVisible: Boolean Index 3 Read GetB Write SetB;
51 Property CleanLogOnNewProcess: Boolean Index 4 Read GetB Write SetB;
75 function TOptionsForm.GetB(AIndex: integer): Boolean;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/tools/debugserver/
H A Dfrmoptions.pp43 function GetB(AIndex: integer): Boolean;
47 Property ShowOnStartup : Boolean Index 0 Read GetB Write SetB;
48 Property ShowOnMessage : Boolean Index 1 Read GetB Write SetB;
49 Property NewMessageAtBottom : Boolean Index 2 Read GetB Write SetB;
50 Property NewMessageVisible: Boolean Index 3 Read GetB Write SetB;
51 Property CleanLogOnNewProcess: Boolean Index 4 Read GetB Write SetB;
75 function TOptionsForm.GetB(AIndex: integer): Boolean;
/dports/devel/upp/upp/uppsrc/Core/
H A DColor.cpp100 color.b = GetB(); in operator RGBA()
129 b = GetB(); in Jsonize()
147 b = GetB(); in Xmlize()
167 r.b = (alpha * c.GetB()) >> 8; in operator *()
177 return Format("Color(%d, %d, %d)", c.GetR(), c.GetG(), c.GetB()); in AsString()
182 return IsNull(color) ? Null : Format("#%02X%02X%02X", color.GetR(), color.GetG(), color.GetB()); in ColorToHtml()
218 min(((a * (c2.GetB() - c1.GetB())) >> 8) + c1.GetB(), 255)); in Blend()
227 return (77 * c.GetR() + 151 * c.GetG() + 28 * c.GetB()) >> 8;
242 return (c.GetR() + c.GetG() + c.GetB()) / 3; in Grayscale2()
253 v[2] = color.GetB(); in DarkTheme()
/dports/devel/swig/swig-4.0.2/Examples/test-suite/go/
H A Dli_attribute_runme.go16 if aa.GetB() != 2 {
17 panic(aa.GetB())
20 if aa.GetB() != 5 {
24 if aa.GetD() != aa.GetB() {
/dports/devel/upp/upp/bazaar/Gen/
H A DVTypes.cpp9 int xa = pos.x.GetA(), xb = pos.x.GetB(); in AsString()
19 int ya = pos.y.GetA(), yb = pos.y.GetB(); in AsString()
37 xal = pos.x.GetAlign(); xa = pos.x.GetA(); xb = pos.x.GetB(); in operator %()
38 yal = pos.y.GetAlign(); ya = pos.y.GetA(); yb = pos.y.GetB(); in operator %()
81 xal = pos.x.GetAlign(); xa = pos.x.GetA(); xb = pos.x.GetB(); in Xmlize()
82 yal = pos.y.GetAlign(); ya = pos.y.GetA(); yb = pos.y.GetB(); in Xmlize()
124 xal = pos.x.GetAlign(); xa = pos.x.GetA(); xb = pos.x.GetB(); in Jsonize()
125 yal = pos.y.GetAlign(); ya = pos.y.GetA(); yb = pos.y.GetB(); in Jsonize()
/dports/science/axom/axom-0.6.1/src/axom/spin/
H A DMortonIndex.hpp155 x = (x | (x << Derived::GetS(i))) & Derived::GetB(i); in expandBits()
175 x = (x | (x >> Derived::GetS(i))) & Derived::GetB(i + 1); in contractBits()
233 AXOM_HOST_DEVICE static MortonIndexType GetB(int i) in GetB() function
334 const MortonIndexType b0 = GetB(0); in demortonize()
378 AXOM_HOST_DEVICE static MortonIndexType GetB(int i) in GetB() function
449 const MortonIndexType b5 = GetB(5); in mortonize()
463 const MortonIndexType b5 = GetB(5); in mortonize()
485 const MortonIndexType b0 = GetB(0); in demortonize()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/unrarsrc-5.2.5/unrar/
H A Darcread.cpp304 Raw.GetB((byte *)FileName,ReadNameSize); in ReadHeader15()
344 Raw.GetB(&hd->SubData[0],DataSize); in ReadHeader15()
362 Raw.GetB(hd->Salt,SIZE_SALT30); in ReadHeader15()
453 Raw.GetB(ProtectHead.Mark,8); in ReadHeader15()
691 Raw.GetB(CryptHead.Salt,SIZE_SALT50); in ReadHeader50()
697 Raw.GetB(csum,SIZE_PSWCHECK_CSUM); in ReadHeader50()
811 Raw.GetB((byte *)FileName,ReadNameSize); in ReadHeader50()
961 Raw->GetB(hd->Salt,SIZE_SALT50); in ProcessExtra50()
962 Raw->GetB(hd->InitV,SIZE_INITV); in ProcessExtra50()
1051 Raw->GetB(UtfName,NameSize); in ProcessExtra50()
[all …]
/dports/archivers/unrar/unrar/
H A Darcread.cpp332 Raw.GetB((byte *)FileName,ReadNameSize); in ReadHeader15()
371 Raw.GetB(&hd->SubData[0],DataSize); in ReadHeader15()
379 Raw.GetB(hd->Salt,SIZE_SALT30); in ReadHeader15()
461 Raw.GetB(ProtectHead.Mark,8); in ReadHeader15()
723 Raw.GetB(CryptHead.Salt,SIZE_SALT50); in ReadHeader50()
729 Raw.GetB(csum,SIZE_PSWCHECK_CSUM); in ReadHeader50()
1019 Raw->GetB(hd->Salt,SIZE_SALT50); in ProcessExtra50()
1020 Raw->GetB(hd->InitV,SIZE_INITV); in ProcessExtra50()
1124 Raw->GetB(UtfName,NameSize); in ProcessExtra50()
1208 Raw.GetB(Mark,4); in ReadHeader14()
[all …]
/dports/archivers/pecl-rar/rar-4.2.0/unrar/
H A Darcread.cpp332 Raw.GetB((byte *)FileName,ReadNameSize); in ReadHeader15()
371 Raw.GetB(&hd->SubData[0],DataSize); in ReadHeader15()
379 Raw.GetB(hd->Salt,SIZE_SALT30); in ReadHeader15()
461 Raw.GetB(ProtectHead.Mark,8); in ReadHeader15()
723 Raw.GetB(CryptHead.Salt,SIZE_SALT50); in ReadHeader50()
729 Raw.GetB(csum,SIZE_PSWCHECK_CSUM); in ReadHeader50()
1019 Raw->GetB(hd->Salt,SIZE_SALT50); in ProcessExtra50()
1020 Raw->GetB(hd->InitV,SIZE_INITV); in ProcessExtra50()
1124 Raw->GetB(UtfName,NameSize); in ProcessExtra50()
1208 Raw.GetB(Mark,4); in ReadHeader14()
[all …]

12345678910>>...49