Home
last modified time | relevance | path

Searched refs:theOld (Results 1 – 8 of 8) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/TDataXtd/
H A DTDataXtd_Presentation.cxx33 Standard_Integer aNew = theOld; in IMPLEMENT_STANDARD_RTTIEXT()
36 if (theOld >= 136 && theOld < 223) in IMPLEMENT_STANDARD_RTTIEXT()
38 if (theOld == 146) { return Quantity_NOC_GRAY2; } in IMPLEMENT_STANDARD_RTTIEXT()
39 if (theOld == 157) { return Quantity_NOC_GRAY3; } in IMPLEMENT_STANDARD_RTTIEXT()
40 if (theOld == 168) { return Quantity_NOC_GRAY4; } in IMPLEMENT_STANDARD_RTTIEXT()
41 if (theOld == 179) { return Quantity_NOC_GRAY5; } in IMPLEMENT_STANDARD_RTTIEXT()
42 if (theOld == 190) { return Quantity_NOC_GRAY6; } in IMPLEMENT_STANDARD_RTTIEXT()
43 if (theOld == 201) { return Quantity_NOC_GRAY7; } in IMPLEMENT_STANDARD_RTTIEXT()
59 if (theOld == 235) { return Quantity_NOC_GRAY97; } in IMPLEMENT_STANDARD_RTTIEXT()
60 if (theOld == 236) { return Quantity_NOC_GRAY98; } in IMPLEMENT_STANDARD_RTTIEXT()
[all …]
H A DTDataXtd_Presentation.hxx157 Standard_EXPORT static Quantity_NameOfColor getColorNameFromOldEnum (Standard_Integer theOld);
/dports/cad/opencascade/opencascade-7.6.0/src/NCollection/
H A DNCollection_StlIterator.hxx122 const NCollection_StlIterator theOld (*this); in operator ++() local
124 return theOld; in operator ++()
141 NCollection_StlIterator theOld (*this); in operator --() local
143 return theOld; in operator --()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DNCollection_StlIterator.hxx122 const NCollection_StlIterator theOld (*this); in operator ++() local
124 return theOld; in operator ++()
141 NCollection_StlIterator theOld (*this); in operator --() local
143 return theOld; in operator --()
H A DTDataXtd_Presentation.hxx157 Standard_EXPORT static Quantity_NameOfColor getColorNameFromOldEnum (Standard_Integer theOld);
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DNCollection_StlIterator.hxx122 const NCollection_StlIterator theOld (*this); in operator ++() local
124 return theOld; in operator ++()
141 NCollection_StlIterator theOld (*this); in operator --() local
143 return theOld; in operator --()
/dports/devel/libantlr3c/libantlr3c-3.4/src/
H A Dantlr3commontree.c398 pANTLR3_COMMON_TREE theOld; in dupNode() local
400 theOld = (pANTLR3_COMMON_TREE)(tree->super); in dupNode()
404 return theOld->factory->newFromTree(theOld->factory, theOld); in dupNode()
/dports/cad/opencascade/opencascade-7.6.0/src/ShapeFix/
H A DShapeFix_FaceConnect.cxx551 TopoDS_Shape theOld, theNew, theRep, theAux; in Build() local
555 theOld = theRV1Iter.Key(); in Build()
564 if (!theRep.IsSame(theOld)) { in Build()
566 theOldVertices.Bind(theRep,theOld); in Build()
572 theOldVertices(theAux) = theOld; in Build()
579 theOldVertices.Bind(theNew,theOld); in Build()
583 theNewVertices.Bind(theOld,theNewList); in Build()