Home
last modified time | relevance | path

Searched refs:vtSize (Results 1 – 9 of 9) sorted by relevance

/dports/games/openbve/OpenBVE-1.8.2.1/source/AssimpParser/Wavefront/
H A DObjFileParser.cs414 int vtSize = Model.TextureCoord.Count; in GetFace()
417 bool vt = vtSize != 0; in GetFace()
495 face.TexturCoords.Add((uint)(vtSize+iVal)); in GetFace()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DObjFileParser.cpp325 const int vtSize = m_pModel->m_TextureCoord.size(); in getFace() local
399 pTexID->push_back( vtSize + iVal ); in getFace()
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A DObjFileParser.cpp386 const int vtSize = m_pModel->m_TextureCoord.size(); in getFace() local
456 pTexID->push_back( vtSize + iVal ); in getFace()
/dports/devel/upp/upp/bazaar/plugin/assimp/code/Obj/
H A DObjFileParser.cpp437 const int vtSize = static_cast<unsigned int>(m_pModel->m_TextureCoord.size()); in getFace() local
490 face->m_texturCoords.push_back( vtSize + iVal ); in getFace()
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/Obj/
H A DObjFileParser.cpp418 const int vtSize = static_cast<unsigned int>(m_pModel->m_TextureCoord.size()); in getFace() local
471 face->m_texturCoords.push_back(vtSize + iVal); in getFace()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DObjFileParser.cpp414 const int vtSize = static_cast<unsigned int>(m_pModel->m_TextureCoord.size()); in getFace() local
471 face->m_texturCoords.push_back( vtSize + iVal ); in getFace()
/dports/archivers/vbz-compression/vbz_compression-1.0.1/third_party/catch2/
H A Dfakeit.hpp5367 unsigned int vtSize = getOffset(&Derrived::endOfVt); in getVTSize() local
5368 return vtSize; in getVTSize()
5622 int vtSize = VTUtils::getVTSize<C>(); in buildVTArray() local
5623 auto array = new void *[vtSize + numOfCookies + 1]{}; in buildVTArray()
/dports/multimedia/kdenlive/kdenlive-21.12.3/tests/
H A Dfakeit.hpp5366 unsigned int vtSize = getOffset(&Derrived::endOfVt); in getVTSize() local
5367 return vtSize; in getVTSize()
5622 int vtSize = VTUtils::getVTSize<C>(); in buildVTArray() local
5623 auto array = new void *[vtSize + numOfCookies + 1]{}; in buildVTArray()
/dports/multimedia/kdenlive/kdenlive-21.12.3/fuzzer/
H A Dfakeit_standalone.hpp5345 unsigned int vtSize = getOffset(&Derived::endOfVt); in getVTSize() local
5346 return vtSize; in getVTSize()
5600 int vtSize = VTUtils::getVTSize<C>(); in buildVTArray() local
5601 auto array = new void *[vtSize + numOfCookies + 1]{}; in buildVTArray()