Home
last modified time | relevance | path

Searched defs:clampIndex (Results 1 – 15 of 15) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/assimp/code/Obj/
H A DObjFileMtlImporter.cpp320 int clampIndex = -1; in getTexture() local
397 void ObjFileMtlImporter::getTextureOption(bool &clamp, int &clampIndex, aiString *&out) { in getTextureOption()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DObjFileMtlImporter.cpp304 int clampIndex = -1; in getTexture() local
377 void ObjFileMtlImporter::getTextureOption(bool &clamp, int &clampIndex, aiString *&out) in getTextureOption()
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/Obj/
H A DObjFileMtlImporter.cpp291 int clampIndex = -1; in getTexture() local
368 void ObjFileMtlImporter::getTextureOption(bool &clamp, int &clampIndex, aiString *&out) { in getTextureOption()
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A DObjFileMtlImporter.cpp306 int clampIndex = -1; in getTexture() local
386 void ObjFileMtlImporter::getTextureOption(bool &clamp, int &clampIndex, aiString *&out) { in getTextureOption()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DObjFileMtlImporter.cpp321 int clampIndex = -1; in getTexture() local
398 void ObjFileMtlImporter::getTextureOption(bool &clamp, int &clampIndex, aiString *&out) { in getTextureOption()
/dports/graphics/geos/geos-3.9.1/include/geos/linearref/
H A DLocationIndexedLine.h268 clampIndex(const LinearLocation& index) const in clampIndex() function
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/linearref/
H A DLocationIndexedLine.java208 public LinearLocation clampIndex(LinearLocation index) in clampIndex() method in LocationIndexedLine
H A DLengthIndexedLine.java235 public double clampIndex(double index) in clampIndex() method in LengthIndexedLine
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/js/src/util/
H A Dvector.ts30 export function clampIndex<T extends RangeLike>(source: T, index: number): number; function
/dports/audio/mixxx/mixxx-2.3.0/src/util/
H A Dindexrange.h73 SINT clampIndex(SINT index) const { in clampIndex() function
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/js/src/util/
H A Dvector.ts30 export function clampIndex<T extends RangeLike>(source: T, index: number): number; function
/dports/databases/arrow/apache-arrow-6.0.1/js/src/util/
H A Dvector.ts30 export function clampIndex<T extends RangeLike>(source: T, index: number): number; function
/dports/games/openbve/OpenBVE-1.8.2.1/source/AssimpParser/Wavefront/
H A DObjFileMtlImporter.cs380 private void GetTextureOptionAndName(int clampIndex, ref string result) in GetTextureOptionAndName()
/dports/audio/mixxx/mixxx-2.3.0/src/test/
H A Dindexrange_test.cpp59 TEST_F(IndexRangeTest, clampIndex) { in TEST_F() argument
/dports/graphics/geos/geos-3.9.1/src/linearref/
H A DLengthIndexedLine.cpp139 LengthIndexedLine::clampIndex(double index) const in clampIndex() function in geos::linearref::LengthIndexedLine