Home
last modified time | relevance | path

Searched refs:GetPatch (Results 1 – 25 of 665) sorted by relevance

12345678910>>...27

/dports/games/stuntrally/stuntrally-2.6.1/source/vdrift/
H A Droadstrip.cpp20 prevbezier = &patches.back().GetPatch(); in ReadFrom()
42 …if (((patches.back().GetPatch().GetFL() - patches.front().GetPatch().GetBL()).Magnitude() < 0.1) && in ReadFrom()
43 ((patches.back().GetPatch().GetFR() - patches.front().GetPatch().GetBR()).Magnitude() < 0.1)) in ReadFrom()
45 patches.back().GetPatch().Attach(patches.front().GetPatch()); in ReadFrom()
82 colpatch = &(*i)->GetPatch(); in Collide()
98 i->GetPatch().Reverse(); in Reverse()
99 i->GetPatch().ResetDistFromStart(); in Reverse()
110 nextpatchptr = &(n->GetPatch()); in Reverse()
111 i->GetPatch().Attach(*nextpatchptr); in Reverse()
115 i->GetPatch().ResetNextPatch(); in Reverse()
[all …]
H A Droadpatch.h15 const BEZIER & GetPatch() const {return patch;} in GetPatch() function
17 BEZIER & GetPatch() {return patch;} in GetPatch() function
H A Dtrack.cpp193 if (&i->GetPatch() == bezier) in FindBezierAtOffset()
234 return optional <const BEZIER *>(&it->GetPatch()); in FindBezierAtOffset()
H A Dcollision_contact.h27 const BEZIER * GetPatch() const { return patch; } in GetPatch() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/utils/
H A Dversion.cc31 if (GetPatch() > 0) { in GetString()
33 GetPatch(), GetEmbedder(), candidate); in GetString()
45 if (GetPatch() > 0) { in GetSONAME()
47 GetBuild(), GetPatch(), GetEmbedder(), candidate); in GetSONAME()
H A Dversion.h24 static int GetPatch() { return patch_; } in GetPatch() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/utils/
H A Dversion.cc31 if (GetPatch() > 0) { in GetString()
33 GetPatch(), GetEmbedder(), candidate); in GetString()
45 if (GetPatch() > 0) { in GetSONAME()
47 GetBuild(), GetPatch(), GetEmbedder(), candidate); in GetSONAME()
H A Dversion.h24 static int GetPatch() { return patch_; } in GetPatch() function
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dversion.cc31 if (GetPatch() > 0) { in GetString()
33 GetPatch(), GetEmbedder(), candidate); in GetString()
46 if (GetPatch() > 0) { in GetSONAME()
48 GetBuild(), GetPatch(), GetEmbedder(), candidate); in GetSONAME()
H A Dversion.h24 static int GetPatch() { return patch_; } in GetPatch() function
/dports/lang/v8/v8-9.6.180.12/src/utils/
H A Dversion.cc32 if (GetPatch() > 0) { in GetString()
34 GetPatch(), GetEmbedder(), candidate); in GetString()
46 if (GetPatch() > 0) { in GetSONAME()
48 GetBuild(), GetPatch(), GetEmbedder(), candidate); in GetSONAME()
H A Dversion.h27 static int GetPatch() { return patch_; } in GetPatch() function
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/cli-runtime/pkg/resource/
H A Ddry_run_verifier.go102 if !hasGVKExtension(path.GetValue().GetPatch().GetVendorExtension(), gvk) {
105 for _, param := range path.GetValue().GetPatch().GetParameters() {
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/
H A DTerrain.cpp544 TerrainPatch* Terrain::GetPatch(unsigned index) const in GetPatch() function in Urho3D::Terrain
549 TerrainPatch* Terrain::GetPatch(int x, int z) const in GetPatch() function in Urho3D::Terrain
554 return GetPatch((unsigned)(z * numPatches_.x_ + x)); in GetPatch()
560 return north_->GetPatch(x, z - numPatches_.y_); in GetNeighborPatch()
566 return east_->GetPatch(x - numPatches_.x_, z); in GetNeighborPatch()
568 return GetPatch(x, z); in GetNeighborPatch()
1471 SetPatchNeighbors(GetPatch(x, 0)); in UpdateEdgePatchNeighbors()
1476 SetPatchNeighbors(GetPatch(0, z)); in UpdateEdgePatchNeighbors()
1480 SetPatchNeighbors(GetPatch(0, 0)); in UpdateEdgePatchNeighbors()
1481 SetPatchNeighbors(GetPatch(numPatches_.x_ - 1, 0)); in UpdateEdgePatchNeighbors()
[all …]
H A DTerrain.h132 TerrainPatch* GetPatch(unsigned index) const;
134 TerrainPatch* GetPatch(int x, int z) const;
/dports/graphics/opencv/opencv-4.5.3/modules/video/src/opencl/
H A Dpyrlk.cl255 inline void GetPatch(image2d_t J, float x, float y,
461 GetPatch(J, loc0.x, loc0.y,
466 GetPatch(J, loc1.x, loc0.y,
470 GetPatch(J, loc2.x, loc0.y,
475 GetPatch(J, loc0.x, loc1.y,
480 GetPatch(J, loc1.x, loc1.y,
484 GetPatch(J, loc2.x, loc1.y,
489 GetPatch(J, loc0.x, loc2.y,
494 GetPatch(J, loc1.x, loc2.y,
498 GetPatch(J, loc2.x, loc2.y,
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/cli-runtime/pkg/resource/
H A Ddry_run_verifier.go109 if !hasGVKExtension(path.GetValue().GetPatch().GetVendorExtension(), gvk) {
112 for _, param := range path.GetValue().GetPatch().GetParameters() {
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/cli-runtime/pkg/resource/
H A Ddry_run_verifier.go109 if !hasGVKExtension(path.GetValue().GetPatch().GetVendorExtension(), gvk) {
112 for _, param := range path.GetValue().GetPatch().GetParameters() {
/dports/irc/anope/anope-2.0.9/src/
H A Dmodulemanager.cpp184 else if (v.GetPatch() < Anope::VersionPatch()) in LoadModule()
186 … version of Anope, " << v.GetMajor() << "." << v.GetMinor() << "." << v.GetPatch() << ", this is "… in LoadModule()
190 else if (v.GetPatch() > Anope::VersionPatch()) in LoadModule()
192 … version of Anope, " << v.GetMajor() << "." << v.GetMinor() << "." << v.GetPatch() << ", this is "… in LoadModule()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/LuaScript/pkgs/Graphics/
H A DTerrain.pkg43 TerrainPatch* GetPatch(unsigned index) const;
44 TerrainPatch* GetPatch(int x, int z) const;
/dports/games/0ad/0ad-0.0.23b-alpha/source/graphics/
H A DTerrain.cpp284 CPatch* CTerrain::GetPatch(ssize_t i, ssize_t j) const in GetPatch() function in CTerrain
305 CPatch* patch=GetPatch(i/PATCH_SIZE, j/PATCH_SIZE); // can't fail (due to above check) in GetTile()
619 CPatch* patch = GetPatch(i, j); // can't fail in InitialisePatches()
638 CPatch* patch = GetPatch(i, j); // can't fail in SetHeightMap()
663 CPatch* patch = GetPatch(i, j); // can't fail (i,j were clamped) in MakeDirty()
687 CPatch* patch = GetPatch(i, j); // can't fail in MakeDirty()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-securityhub/include/aws/securityhub/model/
H A DAwsSsmPatchComplianceDetails.h45 inline const AwsSsmPatch& GetPatch() const{ return m_patch; } in GetPatch() function
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/xds/
H A Denvoy_versioning.go73 v.GetPatch(),
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ssm/include/aws/ssm/model/
H A DEffectivePatch.h51 inline const Patch& GetPatch() const{ return m_patch; } in GetPatch() function
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/envoyproxy/go-control-plane/envoy/type/
H A Dsemantic_version.pb.go72 func (m *SemanticVersion) GetPatch() uint32 { func

12345678910>>...27