Home
last modified time | relevance | path

Searched refs:theIndices (Results 1 – 25 of 60) sorted by relevance

123

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/naming/cosnaming/
H A DInterOperableNamingImpl.java165 int[] theIndices = new int[100]; in breakStringToNameComponents() local
171 if( theIndices[theIndicesIndex] == -1 ) { in breakStringToNameComponents()
181 if( (theIndices[theIndicesIndex] > 0 ) in breakStringToNameComponents()
185 index = theIndices[theIndicesIndex] + 1; in breakStringToNameComponents()
186 theIndices[theIndicesIndex] = -1; in breakStringToNameComponents()
214 int lastIndex = theIndices[0]; in StringComponentsFromIndices()
219 &&( theIndices[i] != -1 ) ) in StringComponentsFromIndices()
221 firstIndex = theIndices[i]+1; in StringComponentsFromIndices()
227 if( (i+1 < theIndices.length) in StringComponentsFromIndices()
229 && (theIndices[i+1] != -1) ) in StringComponentsFromIndices()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/naming/cosnaming/
H A DInterOperableNamingImpl.java165 int[] theIndices = new int[100]; in breakStringToNameComponents() local
171 if( theIndices[theIndicesIndex] == -1 ) { in breakStringToNameComponents()
181 if( (theIndices[theIndicesIndex] > 0 ) in breakStringToNameComponents()
185 index = theIndices[theIndicesIndex] + 1; in breakStringToNameComponents()
186 theIndices[theIndicesIndex] = -1; in breakStringToNameComponents()
214 int lastIndex = theIndices[0]; in StringComponentsFromIndices()
219 &&( theIndices[i] != -1 ) ) in StringComponentsFromIndices()
221 firstIndex = theIndices[i]+1; in StringComponentsFromIndices()
227 if( (i+1 < theIndices.length) in StringComponentsFromIndices()
229 && (theIndices[i+1] != -1) ) in StringComponentsFromIndices()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/RWObj/
H A DRWObj_Reader.cxx495 aTriNodes[aNodeInSubTriIter] = theIndices.Value (theIndices.Lower() + aCurrNodeIndex); in triangulatePolygonFan()
508 if (theIndices.Size() < 3) in polygonCenter()
512 else if (theIndices.Size() == 4) in polygonCenter()
514 gp_XYZ aCenter = getNode (theIndices.Value (theIndices.Lower() + 0)).XYZ() in polygonCenter()
515 + getNode (theIndices.Value (theIndices.Lower() + 2)).XYZ(); in polygonCenter()
526 aCenter /= (Standard_Real )theIndices.Size(); in polygonCenter()
536 const gp_XYZ aCenter = polygonCenter (theIndices); in polygonNormal()
539 for (int aPntIter = theIndices.Lower(); aPntIter < theIndices.Upper(); ++aPntIter) in polygonNormal()
597 const Standard_Integer aNodeIndex = theIndices.Value (theIndices.Lower() + aNodeIter); in triangulatePolygon()
621 return triangulatePolygonFan (theIndices); in triangulatePolygon()
[all …]
H A DRWObj_Reader.hxx205 gp_XYZ polygonCenter (const NCollection_Array1<Standard_Integer>& theIndices);
211 gp_XYZ polygonNormal (const NCollection_Array1<Standard_Integer>& theIndices);
216 Standard_Integer triangulatePolygonFan (const NCollection_Array1<Standard_Integer>& theIndices);
221 Standard_Integer triangulatePolygon (const NCollection_Array1<Standard_Integer>& theIndices);
/dports/graphics/quesa/quesa-1.8/Source/Renderers/Interactive/
H A DIRGeometryTriMesh.c145 TQ3Uns32 *theIndices; // Always scratch member
987 { TQ3Uns32 *theIndices; in ir_geom_trimesh_build_triangles() local
1042 vertexArray->vertexParents[theIndices[0]] = n; in ir_geom_trimesh_build_triangles()
1045 vertexArray->vertexParents[theIndices[1]] = n; in ir_geom_trimesh_build_triangles()
1074 TQ3Uns32 *theIndices; in ir_geom_trimesh_build_transparent() local
1183 TQ3Uns32 *theIndices; in ir_geom_trimesh_build_indices() local
1199 if (theIndices[0] != kQ3ArrayIndexNULL) in ir_geom_trimesh_build_indices()
1202 if (theIndices[1] != kQ3ArrayIndexNULL) in ir_geom_trimesh_build_indices()
1224 vertexArray->theIndices[vertexArray->numIndices + m] = theIndices[m]; in ir_geom_trimesh_build_indices()
1256 vertexArray->theIndices[vertexArray->numIndices + m] = theIndices[m]; in ir_geom_trimesh_build_indices()
[all …]
H A DIRGeometry.c366 const TQ3Uns32 *theIndices, in IRGeometry_Generate_Triangle_Flags() argument
484 const TQ3Uns32 *theIndices, in IRGeometry_Generate_Triangle_Normals() argument
497 Q3Point3D_CrossProductTri(thePoints + theIndices[0], in IRGeometry_Generate_Triangle_Normals()
498 thePoints + theIndices[1], in IRGeometry_Generate_Triangle_Normals()
499 thePoints + theIndices[2], in IRGeometry_Generate_Triangle_Normals()
505 Q3Triangle_CrossProductArray(numTriangles, usageFlags, theIndices, thePoints, theNormals); in IRGeometry_Generate_Triangle_Normals()
545 const TQ3Uns32 *theIndices, in IRGeometry_Validate_Triangles() argument
553 theIndices; in IRGeometry_Validate_Triangles()
608 triIndices = theIndices + (n * 3); in IRGeometry_Validate_Triangles()
698 { static const TQ3Uns32 theIndices[3] = { 0, 1, 2 }; in IRGeometry_Submit_Triangle() local
[all …]
H A DIRTriBuffer.c100 GLuint *theIndices; in IRTriBuffer_Draw() local
132 theIndices = (GLuint *) Q3SlabMemory_AppendData(instanceData->triBufferSlab, numExtra, NULL); in IRTriBuffer_Draw()
133 if (theIndices == NULL) in IRTriBuffer_Draw()
137 theIndices[n] = n; in IRTriBuffer_Draw()
177 glDrawElements(GL_TRIANGLES, numIndices, GL_UNSIGNED_INT, theIndices); in IRTriBuffer_Draw()
H A DIRGeometry.h100 const TQ3Uns32 *theIndices,
109 const TQ3Uns32 *theIndices,
116 const TQ3Uns32 *theIndices,
/dports/cad/opencascade/opencascade-7.6.0/tools/TreeModel/
H A DTreeModel_ModelBase.cxx241 QModelIndexList TreeModel_ModelBase::Selected (const QModelIndexList& theIndices, const int theCell… in Selected() argument
245 …for (QModelIndexList::const_iterator anIndicesIt = theIndices.begin(); anIndicesIt != theIndices.e… in Selected()
259 QModelIndex TreeModel_ModelBase::SingleSelected (const QModelIndexList& theIndices, const int theCe… in SingleSelected() argument
262 QModelIndexList aSelected = Selected (theIndices, theCellId, theOrientation); in SingleSelected()
270 QList<TreeModel_ItemBasePtr> TreeModel_ModelBase::SelectedItems (const QModelIndexList& theIndices) in SelectedItems() argument
274 …for (QModelIndexList::const_iterator anIndicesIt = theIndices.begin(); anIndicesIt != theIndices.e… in SelectedItems()
288 void TreeModel_ModelBase::SubItemsPresentations (const QModelIndexList& theIndices, in SubItemsPresentations() argument
293 …for (QModelIndexList::const_iterator anIndicesIt = theIndices.begin(); anIndicesIt != theIndices.e… in SubItemsPresentations()
H A DTreeModel_ModelBase.hxx98 …oid SetHighlighted (const QModelIndexList& theIndices = QModelIndexList()) { myHighlightedIndices … in SetHighlighted() argument
161 …Standard_EXPORT static QModelIndexList Selected (const QModelIndexList& theIndices, const int theC…
170 …Standard_EXPORT static QModelIndex SingleSelected (const QModelIndexList& theIndices, const int th…
176 …ndard_EXPORT static QList<TreeModel_ItemBasePtr> SelectedItems (const QModelIndexList& theIndices);
181 Standard_EXPORT static void SubItemsPresentations (const QModelIndexList& theIndices,
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DSelect3D_SensitivePrimitiveArray.hxx64 const Handle(Graphic3d_IndexBuffer)& theIndices,
78 const Handle(Graphic3d_IndexBuffer)& theIndices, in InitTriangulation() argument
83 const Standard_Integer anUpper = !theIndices.IsNull() ? (theIndices->NbElements - 1) in InitTriangulation()
85 …return InitTriangulation (theVerts, theIndices, theInitLoc, 0, anUpper, theToEvalMinMax, theNbGrou… in InitTriangulation()
99 const Handle(Graphic3d_IndexBuffer)& theIndices,
113 const Handle(Graphic3d_IndexBuffer)& theIndices, in InitPoints() argument
118 const Standard_Integer anUpper = !theIndices.IsNull() ? (theIndices->NbElements - 1) in InitPoints()
120 return InitPoints (theVerts, theIndices, theInitLoc, 0, anUpper, theToEvalMinMax, theNbGroups); in InitPoints()
H A DRWObj_Reader.hxx205 gp_XYZ polygonCenter (const NCollection_Array1<Standard_Integer>& theIndices);
211 gp_XYZ polygonNormal (const NCollection_Array1<Standard_Integer>& theIndices);
216 Standard_Integer triangulatePolygonFan (const NCollection_Array1<Standard_Integer>& theIndices);
221 Standard_Integer triangulatePolygon (const NCollection_Array1<Standard_Integer>& theIndices);
/dports/cad/opencascade/opencascade-7.6.0/src/Select3D/
H A DSelect3D_SensitivePrimitiveArray.hxx64 const Handle(Graphic3d_IndexBuffer)& theIndices,
78 const Handle(Graphic3d_IndexBuffer)& theIndices, in InitTriangulation() argument
83 const Standard_Integer anUpper = !theIndices.IsNull() ? (theIndices->NbElements - 1) in InitTriangulation()
85 …return InitTriangulation (theVerts, theIndices, theInitLoc, 0, anUpper, theToEvalMinMax, theNbGrou… in InitTriangulation()
99 const Handle(Graphic3d_IndexBuffer)& theIndices,
113 const Handle(Graphic3d_IndexBuffer)& theIndices, in InitPoints() argument
118 const Standard_Integer anUpper = !theIndices.IsNull() ? (theIndices->NbElements - 1) in InitPoints()
120 return InitPoints (theVerts, theIndices, theInitLoc, 0, anUpper, theToEvalMinMax, theNbGroups); in InitPoints()
H A DSelect3D_SensitivePrimitiveArray.cxx59 if (!theIndices.IsNull()) in getTriIndices()
61 theNodes[0] = theIndices->Index (theIndexOffset + 0); in getTriIndices()
62 theNodes[1] = theIndices->Index (theIndexOffset + 1); in getTriIndices()
274 if (!theIndices.IsNull()) in InitTriangulation()
277 || theIndexUpper >= theIndices->NbElements in InitTriangulation()
278 || theIndices->NbElements == 0) in InitTriangulation()
305 myIndices = theIndices; in InitTriangulation()
445 if (!theIndices.IsNull()) in InitPoints()
448 || theIndexUpper >= theIndices->NbElements in InitPoints()
449 || theIndices->NbElements == 0) in InitPoints()
[all …]
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DSelect3D_SensitivePrimitiveArray.hxx64 const Handle(Graphic3d_IndexBuffer)& theIndices,
78 const Handle(Graphic3d_IndexBuffer)& theIndices, in InitTriangulation() argument
83 const Standard_Integer anUpper = !theIndices.IsNull() ? (theIndices->NbElements - 1) in InitTriangulation()
85 …return InitTriangulation (theVerts, theIndices, theInitLoc, 0, anUpper, theToEvalMinMax, theNbGrou… in InitTriangulation()
99 const Handle(Graphic3d_IndexBuffer)& theIndices,
113 const Handle(Graphic3d_IndexBuffer)& theIndices, in InitPoints() argument
118 const Standard_Integer anUpper = !theIndices.IsNull() ? (theIndices->NbElements - 1) in InitPoints()
120 return InitPoints (theVerts, theIndices, theInitLoc, 0, anUpper, theToEvalMinMax, theNbGroups); in InitPoints()
H A DRWObj_Reader.hxx205 gp_XYZ polygonCenter (const NCollection_Array1<Standard_Integer>& theIndices);
211 gp_XYZ polygonNormal (const NCollection_Array1<Standard_Integer>& theIndices);
216 Standard_Integer triangulatePolygonFan (const NCollection_Array1<Standard_Integer>& theIndices);
221 Standard_Integer triangulatePolygon (const NCollection_Array1<Standard_Integer>& theIndices);
H A DOpenGl_PrimitiveArray.hxx48 const Handle(Graphic3d_IndexBuffer)& theIndices,
90 const Handle(Graphic3d_IndexBuffer)& theIndices,
/dports/cad/opencascade/opencascade-7.6.0/src/HLRAlgo/
H A DHLRAlgo_PolyData.cxx120 HLRAlgo_BiPoint::IndicesT& theIndices, in HideByPolyData() argument
144 if (theIndices.Face1Pt1 == aTriangle.Node1) in HideByPolyData()
145 NotConnex = theIndices.Face1Pt2 != aTriangle.Node2 && theIndices.Face1Pt2 != aTriangle.Node3; in HideByPolyData()
146 else if (theIndices.Face1Pt1 == aTriangle.Node2) in HideByPolyData()
147 NotConnex = theIndices.Face1Pt2 != aTriangle.Node3 && theIndices.Face1Pt2 != aTriangle.Node1; in HideByPolyData()
148 else if (theIndices.Face1Pt1 == aTriangle.Node3) in HideByPolyData()
149 NotConnex = theIndices.Face1Pt2 != aTriangle.Node1 && theIndices.Face1Pt2 != aTriangle.Node2; in HideByPolyData()
152 if (theIndices.Face2Pt1 == aTriangle.Node1) in HideByPolyData()
153 NotConnex = theIndices.Face2Pt2 != aTriangle.Node2 && theIndices.Face2Pt2 != aTriangle.Node3; in HideByPolyData()
155 NotConnex = theIndices.Face2Pt2 != aTriangle.Node3 && theIndices.Face2Pt2 != aTriangle.Node1; in HideByPolyData()
[all …]
H A DHLRAlgo_PolyAlgo.cxx120 HLRAlgo_BiPoint::IndicesT& theIndices = BP.Indices(); in Update() local
133 theIndices.MinSeg = nyMin + (nxMin << 11); in Update()
134 theIndices.MinSeg <<= 10; in Update()
135 theIndices.MinSeg += nzMin; in Update()
136 theIndices.MaxSeg = nyMax + (nxMax << 11); in Update()
137 theIndices.MaxSeg <<= 10; in Update()
138 theIndices.MaxSeg += nzMax + 0x00000200; in Update()
435 HLRAlgo_BiPoint::IndicesT& theIndices = BP.Indices(); in Show() local
437 Index = theIndices.ShapeIndex; in Show()
/dports/cad/opencascade/opencascade-7.6.0/tools/DFBrowser/
H A DDFBrowser_TreeModel.hxx71 …oid SetHighlighted (const QModelIndexList& theIndices = QModelIndexList()) { myHighlightedIndices … in SetHighlighted() argument
92 …d ConvertToIndices (const NCollection_List<TDF_Label>& theReferences, QModelIndexList& theIndices);
96 QModelIndexList& theIndices);
H A DDFBrowser_TreeModel.cxx258 QModelIndexList& theIndices) in ConvertToIndices() argument
261 theIndices.append (FindIndex (aLabelItr.Value())); in ConvertToIndices()
269 QModelIndexList& theIndices) in ConvertToIndices() argument
272 theIndices.append(FindIndexByAttribute (anAttrItr.Value())); in ConvertToIndices()
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/render/
H A Dqssgrenderconstantbuffer.cpp119 qint32 *theIndices = nullptr; in setupBuffer() local
124 theIndices = static_cast<qint32 *>(::malloc(size_t(paramCount) * sizeof(qint32))); in setupBuffer()
125 if (!theIndices) in setupBuffer()
140 m_backend->getConstantBufferParamIndices(program->handle(), index, theIndices); in setupBuffer()
143 …tantBufferParamInfoByIndices(program->handle(), paramCount, (quint32 *)theIndices, theTypes, theSi… in setupBuffer()
151 …m_backend->getConstantInfoByID(program->handle(), theIndices[idx], 512, &elementCount, &type, &bin… in setupBuffer()
181 if (theIndices) in setupBuffer()
182 ::free(theIndices); in setupBuffer()
/dports/cad/opencascade/opencascade-7.6.0/tools/DFBrowserPane/
H A DDFBrowserPane_HelperExport.cxx30 …rowserPane_HelperExport::AddShape (const TopoDS_Shape& theShape, const QModelIndexList& theIndices) in AddShape() argument
32 for (int anIndicesIt = 0, aCount = theIndices.size(); anIndicesIt < aCount; anIndicesIt++) in AddShape()
33 myShapes[theIndices[anIndicesIt]] = theShape; in AddShape()
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/crypto/digests/
H A DBlake3Digest.java205 private final byte[] theIndices = new byte[NUMWORDS << 1]; field in Blake3Digest
736 theV[posA] += theV[posB] + theM[theIndices[msg++]]; in mixG()
740 theV[posA] += theV[posB] + theM[theIndices[msg]]; in mixG()
751 for (byte i = 0; i < theIndices.length; i++) in initIndices()
753 theIndices[i] = i; in initIndices()
762 for (byte i = 0; i < theIndices.length; i++) in permuteIndices()
764 theIndices[i] = SIGMA[theIndices[i]]; in permuteIndices()
/dports/cad/opencascade/opencascade-7.6.0/src/OpenGl/
H A DOpenGl_View_Raytrace.cxx785 if (!theIndices.IsNull()) in addRaytraceTriangleArray()
789 theSet.Elements.push_back (BVH_Vec4i (theIndices->Index (aVert + 0), in addRaytraceTriangleArray()
790 theIndices->Index (aVert + 1), in addRaytraceTriangleArray()
791 theIndices->Index (aVert + 2), in addRaytraceTriangleArray()
823 if (!theIndices.IsNull()) in addRaytraceTriangleFanArray()
827 theSet.Elements.push_back (BVH_Vec4i (theIndices->Index (theOffset), in addRaytraceTriangleFanArray()
828 theIndices->Index (aVert + 1), in addRaytraceTriangleFanArray()
864 if (!theIndices.IsNull()) in addRaytraceTriangleStripArray()
905 if (!theIndices.IsNull()) in addRaytraceQuadrangleArray()
950 if (!theIndices.IsNull()) in addRaytraceQuadrangleStripArray()
[all …]

123