Home
last modified time | relevance | path

Searched refs:vertexLists (Results 1 – 14 of 14) sorted by relevance

/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A D3dsmesh.cpp67 vertexLists.insert(vertexLists.end(), in Mesh3DS()
76 sort(vertexLists.begin(), vertexLists.end(), compareVertexLists); in Mesh3DS()
82 for (VertexListVec::iterator i = vertexLists.begin(); i != vertexLists.end(); i++) in ~Mesh3DS()
103 for (VertexListVec::iterator i = vertexLists.begin(); i != vertexLists.end(); i++) in render()
194 for (VertexListVec::const_iterator iter = vertexLists.begin(); in pick()
195 iter != vertexLists.end(); iter++) in pick()
221 for (i = vertexLists.begin(); i != vertexLists.end(); i++) in normalize()
232 for (i = vertexLists.begin(); i != vertexLists.end(); i++) in normalize()
H A D3dsmesh.h34 VertexListVec vertexLists; variable
H A Dmeshmanager.cpp578 sort(vertexLists.begin(), vertexLists.end(), compareVertexLists); in Convert3DSModel()
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A D3dsmesh.cpp67 vertexLists.insert(vertexLists.end(), in Mesh3DS()
76 sort(vertexLists.begin(), vertexLists.end(), compareVertexLists); in Mesh3DS()
82 for (VertexListVec::iterator i = vertexLists.begin(); i != vertexLists.end(); i++) in ~Mesh3DS()
103 for (VertexListVec::iterator i = vertexLists.begin(); i != vertexLists.end(); i++) in render()
194 for (VertexListVec::const_iterator iter = vertexLists.begin(); in pick()
195 iter != vertexLists.end(); iter++) in pick()
221 for (i = vertexLists.begin(); i != vertexLists.end(); i++) in normalize()
232 for (i = vertexLists.begin(); i != vertexLists.end(); i++) in normalize()
H A D3dsmesh.h34 VertexListVec vertexLists; variable
H A Dmeshmanager.cpp578 sort(vertexLists.begin(), vertexLists.end(), compareVertexLists); in Convert3DSModel()
/dports/emulators/emulationstation/EmulationStation-2.9.4/es-core/src/resources/
H A DFont.cpp408 for(auto it = cache->vertexLists.cbegin(); it != cache->vertexLists.cend(); it++) in renderTextCache()
639 cache->vertexLists.resize(vertMap.size()); in buildTextCache()
645 TextCache::VertexList& vertList = cache->vertexLists.at(i); in buildTextCache()
665 for(auto it = vertexLists.begin(); it != vertexLists.end(); it++) in setColor()
H A DFont.h153 std::vector<VertexList> vertexLists; variable
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/
H A DdaeRGeometry.cpp516 std::vector<std::vector<GLuint> > vertexLists; in processPolylist() local
519 resolveMeshArrays(domPArray, group->getInput_array(), pDomMesh, geometry, sources, vertexLists); in processPolylist()
521 const std::vector<GLuint>& vertexList = vertexLists.front(); in processPolylist()
829 std::vector<std::vector<GLuint> >& vertexLists) in resolveMeshArrays()
887 vertexLists.resize(domPArray.getCount()); in resolveMeshArrays()
911 vertexLists[j].push_back(index); in resolveMeshArrays()
H A DdaeReader.h347 std::vector<std::vector<GLuint> >& vertexLists);
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dae/
H A DdaeRGeometry.cpp516 std::vector<std::vector<GLuint> > vertexLists; in processPolylist() local
519 resolveMeshArrays(domPArray, group->getInput_array(), pDomMesh, geometry, sources, vertexLists); in processPolylist()
521 const std::vector<GLuint>& vertexList = vertexLists.front(); in processPolylist()
825 std::vector<std::vector<GLuint> >& vertexLists) in resolveMeshArrays()
883 vertexLists.resize(domPArray.getCount()); in resolveMeshArrays()
907 vertexLists[j].push_back(index); in resolveMeshArrays()
H A DdaeReader.h348 std::vector<std::vector<GLuint> >& vertexLists);
/dports/astro/celestia/celestia-1.6.1/src/tools/cmod/
H A D3dstocmod.cpp336 sort(vertexLists.begin(), vertexLists.end(), compareVertexLists); in Convert3DSModel()
/dports/astro/celestia-gtk/celestia-1.6.1/src/tools/cmod/
H A D3dstocmod.cpp336 sort(vertexLists.begin(), vertexLists.end(), compareVertexLists); in Convert3DSModel()