Home
last modified time | relevance | path

Searched refs:pNewLevel (Results 1 – 10 of 10) sorted by relevance

/dports/math/ogdf/OGDF/src/ogdf/energybased/dtree/
H A DGalaxyLevel.cpp210 GalaxyLevel* pNewLevel = new GalaxyLevel(this); in buildNextCoarserLevel() local
215 node v_new = pNewLevel->m_pGraph->newNode(); in buildNextCoarserLevel()
230 pNewLevel->m_nodeWeight[s_parent] += m_nodeWeight[v]; in buildNextCoarserLevel()
247 edge e_new = pNewLevel->m_pGraph->newEdge(s_new, t_new); in buildNextCoarserLevel()
250 pNewLevel->m_edgeWeight[e_new] = m_edgeWeight[e]; in buildNextCoarserLevel()
254 pNewLevel->removeParEdgesWithWeight(); in buildNextCoarserLevel()
257 return pNewLevel; in buildNextCoarserLevel()
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/X3D/
H A DX3DExporter.cpp29 void X3DExporter::IndentationStringSet(const size_t pNewLevel) { in IndentationStringSet() argument
30 if (pNewLevel > mIndentationString.size()) { in IndentationStringSet()
31 if (pNewLevel > mIndentationString.capacity()) mIndentationString.reserve(pNewLevel + 1); in IndentationStringSet()
33 for (size_t i = 0, i_e = pNewLevel - mIndentationString.size(); i < i_e; i++) in IndentationStringSet()
35 } else if (pNewLevel < mIndentationString.size()) { in IndentationStringSet()
36 mIndentationString.resize(pNewLevel); in IndentationStringSet()
H A DX3DExporter.hpp97 void IndentationStringSet(const size_t pNewLevel);
/dports/devel/upp/upp/bazaar/plugin/assimp/code/X3D/
H A DX3DExporter.cpp32 void X3DExporter::IndentationStringSet(const size_t pNewLevel) in IndentationStringSet() argument
34 if(pNewLevel > mIndentationString.size()) in IndentationStringSet()
36 if(pNewLevel > mIndentationString.capacity()) mIndentationString.reserve(pNewLevel + 1); in IndentationStringSet()
38 …for(size_t i = 0, i_e = pNewLevel - mIndentationString.size(); i < i_e; i++) mIndentationString.pu… in IndentationStringSet()
40 else if(pNewLevel < mIndentationString.size()) in IndentationStringSet()
42 mIndentationString.resize(pNewLevel); in IndentationStringSet()
H A DX3DExporter.hpp85 void IndentationStringSet(const size_t pNewLevel);
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DX3DExporter.cpp32 void X3DExporter::IndentationStringSet(const size_t pNewLevel) in IndentationStringSet() argument
34 if(pNewLevel > mIndentationString.size()) in IndentationStringSet()
36 if(pNewLevel > mIndentationString.capacity()) mIndentationString.reserve(pNewLevel + 1); in IndentationStringSet()
38 …for(size_t i = 0, i_e = pNewLevel - mIndentationString.size(); i < i_e; i++) mIndentationString.pu… in IndentationStringSet()
40 else if(pNewLevel < mIndentationString.size()) in IndentationStringSet()
42 mIndentationString.resize(pNewLevel); in IndentationStringSet()
H A DX3DExporter.hpp85 void IndentationStringSet(const size_t pNewLevel);
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Utils/
H A DText_Input.cc84 STACKTEXTINPUTNODE* const pNewLevel = new STACKTEXTINPUTNODE{}; in PushTextInputLevel() local
85 pNewLevel->head = gpTextInputHead; in PushTextInputLevel()
86 pNewLevel->pColors = pColors; in PushTextInputLevel()
87 pNewLevel->next = pInputStack; in PushTextInputLevel()
88 pInputStack = pNewLevel; in PushTextInputLevel()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx4166 beans::PropertyValues* pNewLevel = aNewLevel.getArray(); in lcl_createTOXLevelHyperlinks() local
4172 pNewLevel[0] = aHyperlink; in lcl_createTOXLevelHyperlinks()
4174 pNewLevel[aNewLevel.getLength() -1] = aHyperlink; in lcl_createTOXLevelHyperlinks()
4184 pNewLevel[aNewLevel.getLength() - (bHyperlinks ? 4 : 2) ] = aChapterNo; in lcl_createTOXLevelHyperlinks()
4191 pNewLevel[aNewLevel.getLength() - (bHyperlinks ? 3 : 1)] = aChapterSeparator; in lcl_createTOXLevelHyperlinks()
4197 pNewLevel[nPageNo] = aLevel[aLevel.getLength() - 1]; in lcl_createTOXLevelHyperlinks()
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx5145 beans::PropertyValues* pNewLevel = aNewLevel.getArray(); in lcl_createTOXLevelHyperlinks() local
5151 pNewLevel[0] = aHyperlink; in lcl_createTOXLevelHyperlinks()
5153 pNewLevel[aNewLevel.getLength() -1] = aHyperlink; in lcl_createTOXLevelHyperlinks()
5163 pNewLevel[aNewLevel.getLength() - (bHyperlinks ? 4 : 2) ] = aChapterNo; in lcl_createTOXLevelHyperlinks()
5170 pNewLevel[aNewLevel.getLength() - (bHyperlinks ? 3 : 1)] = aChapterSeparator; in lcl_createTOXLevelHyperlinks()
5176 pNewLevel[nPageNo] = aLevel[aLevel.getLength() - 1]; in lcl_createTOXLevelHyperlinks()