Home
last modified time | relevance | path

Searched refs:tempCoords (Results 1 – 25 of 29) sorted by relevance

12

/dports/games/galaxyhack/galaxyhack/src/
H A DAutoFireUnit.cpp32 CoordsInt tempCoords; in LoadWeapCoords() local
398 tempCoords.x = 70; in SetSmallNumber()
399 tempCoords.y = 26; in SetSmallNumber()
408 tempCoords.x = 70; in SetSmallNumber()
409 tempCoords.y = 82; in SetSmallNumber()
426 tempCoords.x = 70; in SetSmallNumber()
427 tempCoords.y = 26; in SetSmallNumber()
432 tempCoords.y = 30; in SetSmallNumber()
435 tempCoords.x = 70; in SetSmallNumber()
524 tempCoords.x = 30; in SetSmallNumber()
[all …]
H A DPopupMenu.cpp189 CoordsInt tempCoords = {0, currentSelection.parem}; in SwitchOnChoice() local
190 sides[0].groups[myGroup].ChangeSaveGroup(whichSaveGroup, tempCoords); in SwitchOnChoice()
/dports/net/mpich2/mpich2-1.5/src/mpi/romio/adio/ad_bg/
H A Dad_bg_pset.c171 int tempCoords, tempRank, mincompute, maxcompute; in ADIOI_BG_persInfo_init() local
172 tempCoords = bridges[0].bridgeCoord & ~1; in ADIOI_BG_persInfo_init()
182 if((bridges[i].bridgeCoord & ~1) == tempCoords) in ADIOI_BG_persInfo_init()
189 bridgeIndex, tempRank, tempCoords, countPset); in ADIOI_BG_persInfo_init()
197 if(tempCoords == bridgeCoords) in ADIOI_BG_persInfo_init()
205 rank, bridgeIndex, tempRank, tempCoords, countPset,iambridge); in ADIOI_BG_persInfo_init()
210 tempCoords = bridges[i].bridgeCoord & ~1; in ADIOI_BG_persInfo_init()
221 bridgeIndex, tempRank, tempCoords, countPset); in ADIOI_BG_persInfo_init()
229 if(tempCoords == bridgeCoords) in ADIOI_BG_persInfo_init()
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/io/romio314/romio/adio/ad_gpfs/bg/
H A Dad_bg_pset.c266 int tempCoords, tempRank, mincompute, maxcompute; in ADIOI_BG_persInfo_init() local
267 tempCoords = bridges[0].bridgeCoord & ~1; in ADIOI_BG_persInfo_init()
277 if((bridges[i].bridgeCoord & ~1) == tempCoords) in ADIOI_BG_persInfo_init()
284 bridgeIndex, tempRank, tempCoords, countPset); in ADIOI_BG_persInfo_init()
292 if(tempCoords == bridgeCoords) in ADIOI_BG_persInfo_init()
300 rank, bridgeIndex, tempRank, tempCoords, countPset,iambridge); in ADIOI_BG_persInfo_init()
306 tempCoords = bridges[i].bridgeCoord & ~1; in ADIOI_BG_persInfo_init()
317 bridgeIndex, tempRank, tempCoords, countPset); in ADIOI_BG_persInfo_init()
325 if(tempCoords == bridgeCoords) in ADIOI_BG_persInfo_init()
/dports/net/mpich/mpich-3.4.3/src/mpi/romio/adio/ad_gpfs/bg/
H A Dad_bg_pset.c308 int tempCoords, tempRank, mincompute, maxcompute; in ADIOI_BG_persInfo_init() local
309 tempCoords = bridges[0].bridgeCoord & ~1; in ADIOI_BG_persInfo_init()
318 if ((bridges[i].bridgeCoord & ~1) == tempCoords) in ADIOI_BG_persInfo_init()
325 bridgeIndex, tempRank, tempCoords, countPset); in ADIOI_BG_persInfo_init()
333 if (tempCoords == bridgeCoords) { in ADIOI_BG_persInfo_init()
341 rank, bridgeIndex, tempRank, tempCoords, countPset, iambridge); in ADIOI_BG_persInfo_init()
347 tempCoords = bridges[i].bridgeCoord & ~1; in ADIOI_BG_persInfo_init()
358 bridgeIndex, tempRank, tempCoords, countPset); in ADIOI_BG_persInfo_init()
366 if (tempCoords == bridgeCoords) { in ADIOI_BG_persInfo_init()
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/
H A Dad_bg_pset.c305 int tempCoords, tempRank, mincompute, maxcompute; in ADIOI_BG_persInfo_init() local
306 tempCoords = bridges[0].bridgeCoord & ~1; in ADIOI_BG_persInfo_init()
316 if((bridges[i].bridgeCoord & ~1) == tempCoords) in ADIOI_BG_persInfo_init()
323 bridgeIndex, tempRank, tempCoords, countPset); in ADIOI_BG_persInfo_init()
331 if(tempCoords == bridgeCoords) in ADIOI_BG_persInfo_init()
339 rank, bridgeIndex, tempRank, tempCoords, countPset,iambridge); in ADIOI_BG_persInfo_init()
345 tempCoords = bridges[i].bridgeCoord & ~1; in ADIOI_BG_persInfo_init()
356 bridgeIndex, tempRank, tempCoords, countPset); in ADIOI_BG_persInfo_init()
364 if(tempCoords == bridgeCoords) in ADIOI_BG_persInfo_init()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/prince/
H A Dwalk.cpp1148 byte *tempCoords = _coords; in tracePath() local
1149 tempCoords -= 4; in tracePath()
1150 if (tempCoords > _coordsBuf) { in tracePath()
1154 _coords = tempCoords; in tracePath()
1156 x = READ_LE_UINT16(tempCoords); in tracePath()
1204 byte *tempCoords = _coords; in approxPath() local
1205 if (tempCoordsBuf != tempCoords) { in approxPath()
1207 while (tempCoordsBuf != tempCoords) { in approxPath()
1231 tempCoords = tempCoordsBuf - 4; in approxPath()
1546 byte *tempCoords = _coords; in makePath() local
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/prince/
H A Dwalk.cpp1148 byte *tempCoords = _coords; in tracePath() local
1149 tempCoords -= 4; in tracePath()
1150 if (tempCoords > _coordsBuf) { in tracePath()
1154 _coords = tempCoords; in tracePath()
1156 x = READ_LE_UINT16(tempCoords); in tracePath()
1204 byte *tempCoords = _coords; in approxPath() local
1205 if (tempCoordsBuf != tempCoords) { in approxPath()
1207 while (tempCoordsBuf != tempCoords) { in approxPath()
1231 tempCoords = tempCoordsBuf - 4; in approxPath()
1546 byte *tempCoords = _coords; in makePath() local
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/IGESDraw/
H A DIGESDraw_View.cxx147 gp_XYZ tempCoords = coords; in ModelToView() local
148 Location().Transforms(tempCoords); in ModelToView()
149 return (tempCoords); in ModelToView()
H A DIGESDraw_PerspectiveView.cxx154 gp_XYZ tempCoords = coords; in ModelToView() local
155 Location().Transforms(tempCoords); in ModelToView()
156 return (tempCoords); in ModelToView()
/dports/games/openbve/OpenBVE-1.8.2.1/source/Plugins/Object.Wavefront/Parsers/
H A DWavefrontObjParser.cs54 List<Vector2> tempCoords = new List<Vector2>(); in ReadObject()
152 tempCoords.Add(coords); in ReadObject()
224 int currentCoord = tempCoords.Count; in ReadObject()
235 if (currentCoord > tempCoords.Count) in ReadObject()
241 newVertex.TextureCoordinates = tempCoords[currentCoord - 1]; in ReadObject()
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/io/
H A Dsilowriter.h576 double *tempCoords[DIM]; in outputUnstructuredMesh() local
578 tempCoords[d] = &coords[d][0]; in outputUnstructuredMesh()
582 dbfile, unstructuredMeshLabel.c_str(), DIM, NULL, tempCoords, in outputUnstructuredMesh()
590 double *tempCoords[DIM]; in outputPointMesh() local
592 tempCoords[d] = &coords[d][0]; in outputPointMesh()
595 …DBPutPointmesh(dbfile, pointMeshLabel.c_str(), DIM, tempCoords, coords[0].size(), DB_DOUBLE, NULL); in outputPointMesh()
605 double *tempCoords[DIM]; in outputRegularGrid() local
607 tempCoords[d] = &coords[d][0]; in outputRegularGrid()
610 DBPutQuadmesh(dbfile, regularGridLabel.c_str(), NULL, tempCoords, dimensions, DIM, in outputRegularGrid()
/dports/emulators/mess/mame-mame0226/src/osd/modules/render/
H A Ddrawbgfx.cpp635 float tempCoords[MAX_TEMP_COORDS * 3]; in put_polygon() local
685 tempCoords[ii * 3 + 2] = coords[ii * 3 + 2]; in put_polygon()
708 vertex[vertIndex].m_x = tempCoords[jj * 3 + 0]; in put_polygon()
709 vertex[vertIndex].m_y = tempCoords[jj * 3 + 1]; in put_polygon()
710 vertex[vertIndex].m_z = tempCoords[jj * 3 + 2]; in put_polygon()
716 vertex[vertIndex].m_x = tempCoords[jj * 3 + 0]; in put_polygon()
717 vertex[vertIndex].m_y = tempCoords[jj * 3 + 1]; in put_polygon()
718 vertex[vertIndex].m_z = tempCoords[jj * 3 + 2]; in put_polygon()
724 vertex[vertIndex].m_x = tempCoords[ii * 3 + 0]; in put_polygon()
725 vertex[vertIndex].m_y = tempCoords[ii * 3 + 1]; in put_polygon()
[all …]
/dports/emulators/mame/mame-mame0226/src/osd/modules/render/
H A Ddrawbgfx.cpp635 float tempCoords[MAX_TEMP_COORDS * 3]; in put_polygon() local
685 tempCoords[ii * 3 + 2] = coords[ii * 3 + 2]; in put_polygon()
708 vertex[vertIndex].m_x = tempCoords[jj * 3 + 0]; in put_polygon()
709 vertex[vertIndex].m_y = tempCoords[jj * 3 + 1]; in put_polygon()
710 vertex[vertIndex].m_z = tempCoords[jj * 3 + 2]; in put_polygon()
716 vertex[vertIndex].m_x = tempCoords[jj * 3 + 0]; in put_polygon()
717 vertex[vertIndex].m_y = tempCoords[jj * 3 + 1]; in put_polygon()
718 vertex[vertIndex].m_z = tempCoords[jj * 3 + 2]; in put_polygon()
724 vertex[vertIndex].m_x = tempCoords[ii * 3 + 0]; in put_polygon()
725 vertex[vertIndex].m_y = tempCoords[ii * 3 + 1]; in put_polygon()
[all …]
/dports/math/vtk9/VTK-9.1.0/IO/EnSight/
H A DvtkEnSightGoldBinaryReader.cxx3080 float* tempCoords; in CreateRectilinearGridOutput() local
3130 tempCoords = new float[dimensions[0]]; in CreateRectilinearGridOutput()
3131 this->ReadFloatArray(tempCoords, dimensions[0]); in CreateRectilinearGridOutput()
3134 xCoords->InsertNextTuple(&tempCoords[i]); in CreateRectilinearGridOutput()
3136 delete[] tempCoords; in CreateRectilinearGridOutput()
3137 tempCoords = new float[dimensions[1]]; in CreateRectilinearGridOutput()
3141 yCoords->InsertNextTuple(&tempCoords[i]); in CreateRectilinearGridOutput()
3143 delete[] tempCoords; in CreateRectilinearGridOutput()
3144 tempCoords = new float[dimensions[2]]; in CreateRectilinearGridOutput()
3148 zCoords->InsertNextTuple(&tempCoords[i]); in CreateRectilinearGridOutput()
[all …]
/dports/math/vtk8/VTK-8.2.0/IO/EnSight/
H A DvtkEnSightGoldBinaryReader.cxx3865 float *tempCoords; in CreateRectilinearGridOutput() local
3915 tempCoords = new float[dimensions[0]]; in CreateRectilinearGridOutput()
3916 this->ReadFloatArray(tempCoords, dimensions[0]); in CreateRectilinearGridOutput()
3919 xCoords->InsertNextTuple(&tempCoords[i]); in CreateRectilinearGridOutput()
3921 delete [] tempCoords; in CreateRectilinearGridOutput()
3922 tempCoords = new float[dimensions[1]]; in CreateRectilinearGridOutput()
3926 yCoords->InsertNextTuple(&tempCoords[i]); in CreateRectilinearGridOutput()
3928 delete [] tempCoords; in CreateRectilinearGridOutput()
3929 tempCoords = new float[dimensions[2]]; in CreateRectilinearGridOutput()
3933 zCoords->InsertNextTuple(&tempCoords[i]); in CreateRectilinearGridOutput()
[all …]
/dports/math/vtk6/VTK-6.2.0/IO/EnSight/
H A DvtkEnSightGoldBinaryReader.cxx3831 float *tempCoords; in CreateRectilinearGridOutput() local
3881 tempCoords = new float[dimensions[0]]; in CreateRectilinearGridOutput()
3882 this->ReadFloatArray(tempCoords, dimensions[0]); in CreateRectilinearGridOutput()
3885 xCoords->InsertNextTuple(&tempCoords[i]); in CreateRectilinearGridOutput()
3887 delete [] tempCoords; in CreateRectilinearGridOutput()
3888 tempCoords = new float[dimensions[1]]; in CreateRectilinearGridOutput()
3892 yCoords->InsertNextTuple(&tempCoords[i]); in CreateRectilinearGridOutput()
3894 delete [] tempCoords; in CreateRectilinearGridOutput()
3895 tempCoords = new float[dimensions[2]]; in CreateRectilinearGridOutput()
3899 zCoords->InsertNextTuple(&tempCoords[i]); in CreateRectilinearGridOutput()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fpdfapi/render/
H A Dcpdf_rendershading.cpp803 CFX_PointF tempCoords[4]; in DrawCoonPatchMeshes() local
805 tempCoords[i] = coords[(flag * 3 + i) % 12]; in DrawCoonPatchMeshes()
807 memcpy(coords, tempCoords, sizeof(tempCoords)); in DrawCoonPatchMeshes()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fpdfapi/render/
H A Dcpdf_rendershading.cpp803 CFX_PointF tempCoords[4]; in DrawCoonPatchMeshes() local
805 tempCoords[i] = coords[(flag * 3 + i) % 12]; in DrawCoonPatchMeshes()
807 memcpy(coords, tempCoords, sizeof(tempCoords)); in DrawCoonPatchMeshes()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fpdfapi/fpdf_render/
H A Dfpdf_render_pattern.cpp765 CFX_PointF tempCoords[4]; in DrawCoonPatchMeshes() local
767 tempCoords[i] = coords[(flag * 3 + i) % 12]; in DrawCoonPatchMeshes()
769 FXSYS_memcpy(coords, tempCoords, sizeof(tempCoords)); in DrawCoonPatchMeshes()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/poppler/
H A DAnnot.cc251 AnnotCoord **tempCoords; in parsePathArray() local
260 tempCoords = (AnnotCoord **) gmallocn (tempLength, sizeof(AnnotCoord *)); in parsePathArray()
261 memset(tempCoords, 0, tempLength * sizeof(AnnotCoord *)); in parsePathArray()
282 delete tempCoords[j]; in parsePathArray()
283 gfree (tempCoords); in parsePathArray()
287 tempCoords[i] = new AnnotCoord(x, y); in parsePathArray()
290 coords = tempCoords; in parsePathArray()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fpdfapi/render/
H A Dcpdf_renderstatus.cpp845 CFX_PointF tempCoords[4]; in DrawCoonPatchMeshes() local
847 tempCoords[i] = coords[(flag * 3 + i) % 12]; in DrawCoonPatchMeshes()
849 FXSYS_memcpy(coords, tempCoords, sizeof(tempCoords)); in DrawCoonPatchMeshes()
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/poppler/
H A DAnnot.cc342 AnnotCoord **tempCoords; in parsePathArray() local
351 tempCoords = (AnnotCoord **) gmallocn (tempLength, sizeof(AnnotCoord *)); in parsePathArray()
352 memset(tempCoords, 0, tempLength * sizeof(AnnotCoord *)); in parsePathArray()
373 delete tempCoords[j]; in parsePathArray()
374 gfree (tempCoords); in parsePathArray()
378 tempCoords[i] = new AnnotCoord(x, y); in parsePathArray()
381 coords = tempCoords; in parsePathArray()
/dports/print/tex-xetex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DAnnot.cc339 AnnotCoord **tempCoords; in parsePathArray() local
348 tempCoords = (AnnotCoord **) gmallocn (tempLength, sizeof(AnnotCoord *)); in parsePathArray()
349 memset(tempCoords, 0, tempLength * sizeof(AnnotCoord *)); in parsePathArray()
370 delete tempCoords[j]; in parsePathArray()
371 gfree (tempCoords); in parsePathArray()
375 tempCoords[i] = new AnnotCoord(x, y); in parsePathArray()
378 coords = tempCoords; in parsePathArray()
/dports/print/tex-luatex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DAnnot.cc339 AnnotCoord **tempCoords; in parsePathArray() local
348 tempCoords = (AnnotCoord **) gmallocn (tempLength, sizeof(AnnotCoord *)); in parsePathArray()
349 memset(tempCoords, 0, tempLength * sizeof(AnnotCoord *)); in parsePathArray()
370 delete tempCoords[j]; in parsePathArray()
371 gfree (tempCoords); in parsePathArray()
375 tempCoords[i] = new AnnotCoord(x, y); in parsePathArray()
378 coords = tempCoords; in parsePathArray()

12