Home
last modified time | relevance | path

Searched refs:NewPlace (Results 1 – 11 of 11) sorted by relevance

/dports/cad/alliance/alliance/src/vpn/src/
H A Dmain.c104 vpnplace_list *NewPlace; local
153 NewPlace = addvpnprocplace( VpnFigure, VpnFather, Name );
158 NewPlace = addvpnfuncplace( VpnFigure, VpnFather, Name );
161 addvpnarctrans( VpnFigure, LastTrans, NewPlace );
162 addvpnarcplace( VpnFigure, NewPlace , NewTrans );
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fpdfdoc/
H A Dcpdf_variabletext.cpp235 CPVT_WordPlace NewPlace(wordplace.nSecIndex + 1, 0, -1); in InsertSection() local
236 AddSection(NewPlace); in InsertSection()
237 CPVT_WordPlace result = NewPlace; in InsertSection()
238 if (pdfium::IndexInBounds(m_SectionArray, NewPlace.nSecIndex)) { in InsertSection()
239 CSection* pNewSection = m_SectionArray[NewPlace.nSecIndex].get(); in InsertSection()
242 NewPlace.nWordIndex++; in InsertSection()
243 pNewSection->AddWord(NewPlace, *pSection->m_WordArray[w]); in InsertSection()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fpdfdoc/
H A Dcpdf_variabletext.cpp236 CPVT_WordPlace NewPlace(wordplace.nSecIndex + 1, 0, -1); in InsertSection() local
237 AddSection(NewPlace); in InsertSection()
238 CPVT_WordPlace result = NewPlace; in InsertSection()
239 if (pdfium::IndexInBounds(m_SectionArray, NewPlace.nSecIndex)) { in InsertSection()
240 CSection* pNewSection = m_SectionArray[NewPlace.nSecIndex].get(); in InsertSection()
243 NewPlace.nWordIndex++; in InsertSection()
244 pNewSection->AddWord(NewPlace, *pSection->m_WordArray[w]); in InsertSection()
/dports/math/gap/gap-4.11.0/pkg/walrus-0.999/gap/
H A Dplace.gd38 DeclareGlobalFunction("NewPlace");
H A Dpresentation.gi187 Add(places, NewPlace(loc, c, "red"));
194 Add(places, NewPlace(loc, c, "green"));
H A Dplace.gi6 InstallGlobalFunction(NewPlace,
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexen2/
H A Dcl_parse.c1526 { short RemovePlace, OrigPlace, NewPlace, AddedIndex; in CL_ParseServerMessage() local
1547 RemovePlace = OrigPlace = NewPlace = AddedIndex = 0; in CL_ParseServerMessage()
1553 if (NewPlace < cl.frames[1].count && in CL_ParseServerMessage()
1554 cl.frames[1].states[NewPlace].index == i) in CL_ParseServerMessage()
1557 cl.frames[1].states[NewPlace]; in CL_ParseServerMessage()
1574 if (cl.frames[1].states[NewPlace].index == i) in CL_ParseServerMessage()
1575 NewPlace++; in CL_ParseServerMessage()
/dports/games/ivan/ivan-059/Main/Source/
H A Dworldmap.cpp689 owterrain* NewPlace = protocontainer<owterrain>::GetProto(ShallBePlaced[j].Type)->Spawn(); in Generate() local
690 if(!NewPlace->HideLocationInitially()) in Generate()
691 GetWSquare(AtTheseCoordinates[j])->ChangeOWTerrain(NewPlace); in Generate()
693 SetEntryPos(NewPlace->GetAttachedDungeon(), AtTheseCoordinates[j]); in Generate()
694 if(NewPlace->RevealEnvironmentInitially()) in Generate()
697 WasPlaced.emplace_back(v2(ShallBePlaced[j].Type, NewPlace->GetAttachedDungeon())); in Generate()
H A Dcommand.cpp1962 …owterrain* NewPlace = protocontainer<owterrain>::GetProto(game::GetWorldMap()->GetWasPlaced()[j].X… in WizardMode() local
1964 game::GetWorldMap()->GetWSquare(LocationPosition)->ChangeOWTerrain(NewPlace); in WizardMode()
1976 …owterrain* NewPlace = protocontainer<owterrain>::GetProto(game::GetWorldMap()->GetWasPlaced()[j].X… in WizardMode() local
1978 game::GetWorldMap()->GetWSquare(LocationPosition)->ChangeOWTerrain(NewPlace); in WizardMode()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fpdfdoc/
H A Dcpdf_variabletext.cpp321 CPVT_WordPlace NewPlace(wordplace.nSecIndex + 1, 0, -1); in InsertSection() local
323 AddSection(NewPlace, secinfo); in InsertSection()
324 newplace = NewPlace; in InsertSection()
325 if (CSection* pNewSection = m_SectionArray.GetAt(NewPlace.nSecIndex)) { in InsertSection()
330 NewPlace.nWordIndex++; in InsertSection()
331 pNewSection->AddWord(NewPlace, *pWord); in InsertSection()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fpdfdoc/
H A Dcpdf_variabletext.cpp318 CPVT_WordPlace NewPlace(wordplace.nSecIndex + 1, 0, -1); in InsertSection() local
320 AddSection(NewPlace, secinfo); in InsertSection()
321 newplace = NewPlace; in InsertSection()
322 if (CSection* pNewSection = m_SectionArray.GetAt(NewPlace.nSecIndex)) { in InsertSection()
327 NewPlace.nWordIndex++; in InsertSection()
328 pNewSection->AddWord(NewPlace, *pWord); in InsertSection()