Home
last modified time | relevance | path

Searched refs:addShape (Results 1 – 25 of 463) sorted by path

12345678910>>...19

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/
H A Dpcb_dimension.cpp99 void PCB_DIMENSION_BASE::addShape( const ShapeType& aShape ) in addShape() function in PCB_DIMENSION_BASE
608 addShape( SHAPE_SEGMENT( extStart, extStart + extension.Resize( extensionHeight ) ) ); in updateGeometry()
613 addShape( SHAPE_SEGMENT( extStart, extStart + extension.Resize( extensionHeight ) ) ); in updateGeometry()
779 addShape( SHAPE_SEGMENT( extStart, extStart + extension.Resize( extensionHeight ) ) ); in updateGeometry()
801 addShape( SHAPE_SEGMENT( extStart, extStart + extension.Resize( extensionHeight ) ) ); in updateGeometry()
H A Dpcb_dimension.h272 void addShape( const ShapeType& aShape );
/dports/cad/ldview/ldview-4.4/TRE/
H A DTREColoredShapeGroup.cpp38 int TREColoredShapeGroup::addShape(TREShapeType shapeType, TCULong color, in addShape() function in TREColoredShapeGroup
41 return addShape(shapeType, color, vertices, NULL, count); in addShape()
44 int TREColoredShapeGroup::addShape(TREShapeType shapeType, TCULong color, in addShape() function in TREColoredShapeGroup
48 return addShape(shapeType, color, vertices, normals, NULL, count); in addShape()
51 int TREColoredShapeGroup::addShape(TREShapeType shapeType, TCULong color, in addShape() function in TREColoredShapeGroup
87 return addShape(TRESLine, color, vertices, 2); in addLine()
141 return addShape(TRESTriangle, color, vertices, 3); in addTriangle()
147 return addShape(TRESTriangle, color, vertices, normals, 3); in addTriangle()
154 return addShape(TRESTriangle, color, vertices, normals, textureCoords, 3); in addTriangle()
159 return addShape(TRESQuad, color, vertices, 4); in addQuad()
[all …]
H A DTREColoredShapeGroup.h35 int addShape(TREShapeType shapeType, TCULong color,
37 int addShape(TREShapeType shapeType, TCULong color,
39 int addShape(TREShapeType shapeType, TCULong color,
H A DTREShapeGroup.cpp860 int TREShapeGroup::addShape( in addShape() function in TREShapeGroup
865 return addShape(shapeType, vertices, NULL, count); in addShape()
868 int TREShapeGroup::addShape( in addShape() function in TREShapeGroup
874 return addShape(shapeType, vertices, normals, NULL, count); in addShape()
877 int TREShapeGroup::addShape( in addShape() function in TREShapeGroup
976 return addShape(TRESLine, vertices, 2); in addLine()
981 return addShape(TRESTriangle, vertices, 3); in addTriangle()
988 return addShape(TRESTriangle, vertices, normals, 3); in addTriangle()
996 return addShape(TRESTriangle, vertices, normals, textureCoords, 3); in addTriangle()
1001 return addShape(TRESQuad, vertices, 4); in addQuad()
[all …]
H A DTREShapeGroup.h116 int addShape(TREShapeType shapeType, const TCVector *vertices,
118 int addShape(TREShapeType shapeType, const TCVector *vertices,
120 int addShape(TREShapeType shapeType, const TCVector *vertices,
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DVrmlData_ShapeConvert.hxx130 void addShape (const Handle(VrmlData_Group)& theParent,
H A DXCAFDoc_ShapeTool.hxx441 …Standard_EXPORT TDF_Label addShape (const TopoDS_Shape& S, const Standard_Boolean makeAssembly = S…
/dports/cad/opencascade/opencascade-7.6.0/src/VrmlData/
H A DVrmlData_ShapeConvert.cxx583 void VrmlData_ShapeConvert::addShape (const Handle(VrmlData_Group)& theParent, in addShape() function in VrmlData_ShapeConvert
783 addShape((aTrans.IsNull() ? theParent : aTrans), aRefLabel, theDoc); in addInstance()
852 addShape((anAssembly.IsNull() ? theParent : anAssembly), aChildLabel, theDoc); in addAssembly()
889 addShape (aGroup, aFreeShapeLabel, theDoc); in ConvertDocument()
H A DVrmlData_ShapeConvert.hxx130 void addShape (const Handle(VrmlData_Group)& theParent,
/dports/cad/opencascade/opencascade-7.6.0/src/XCAFDoc/
H A DXCAFDoc_ShapeTool.cxx428 TDF_Label XCAFDoc_ShapeTool::addShape (const TopoDS_Shape& S, const Standard_Boolean makeAssembly) in addShape() function in XCAFDoc_ShapeTool
444 TDF_Label L = addShape ( S0, makeAssembly ); in addShape()
478 TDF_Label compL = addShape ( S0, makeAssembly ); in addShape()
563 TDF_Label L = addShape(S,makeAssembly); in AddShape()
H A DXCAFDoc_ShapeTool.hxx441 …Standard_EXPORT TDF_Label addShape (const TopoDS_Shape& S, const Standard_Boolean makeAssembly = S…
/dports/cad/opencascade/opencascade-7.6.0/src/XDEDRAW/
H A DXDEDRAW_Shapes.cxx45 static Standard_Integer addShape (Draw_Interpretor& di, Standard_Integer argc, const char** argv) in addShape() function
1058 __FILE__, addShape, g); in InitCommands()
/dports/cad/opencascade/opencascade-7.6.0/tools/ShapeView/
H A DShapeView_Window.cxx297 addShape (aShape); in Init()
321 addShape(aShape); in OpenFile()
338 void ShapeView_Window::addShape (const TopoDS_Shape& theShape) in addShape() function in ShapeView_Window
H A DShapeView_Window.hxx92 Standard_EXPORT void addShape (const TopoDS_Shape& theShape);
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/db/
H A Dtmg_conn.cpp605 _search->addShape(rt, nxmin, nymin, nxmax, nymax, 0, _rcV.size() - 1); in splitBySj()
884 _search->addShape(rt_b, in findConnections()
892 _search->addShape(rt_t, in findConnections()
904 _search->addShape(rt, s->xMin(), s->yMin(), s->xMax(), s->yMax(), 0, j); in findConnections()
H A Dtmg_conn.h280 void addShape(int lev, int xlo, int ylo, int xhi, int yhi, int isVia, int id);
H A Dtmg_conn_s.cpp75 void addShape(int lev, int xlo, int ylo, int xhi, int yhi, int isVia, int id);
174 void tmg_conn_search_internal::addShape(int lev, in addShape() function in odb::tmg_conn_search_internal
517 void tmg_conn_search::addShape(int lev, in addShape() function in odb::tmg_conn_search
525 _d->addShape(lev, xlo, ylo, xhi, yhi, isVia, id); in addShape()
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/def/def/
H A Ddef.y2827 defData->PathObj.addShape($3); }
H A DdefiNet.hpp278 void addShape(const char *shapeType); // 5.8
H A DdefiPath.cpp99 addShape( prev.data_[i] ? (char*)(prev.data_[i]) : "" ); in DEF_COPY_CONSTRUCTOR_C()
208 addShape( prev.data_[i] ? (char*)(prev.data_[i]) : "" ); in DEF_ASSIGN_OPERATOR_C()
682 void defiPath::addShape(const char* l) { in addShape() function in defiPath
H A DdefiPath.hpp141 void addShape(const char* shape);
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/db/obj/
H A DfrNet.h115 void addShape(std::unique_ptr<frShape> in) in addShape() function
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/dr/
H A DFlexDR.cpp123 net->addShape(std::move(ps)); in initFromTA()
H A DFlexDR_conn.cpp755 net->addShape(std::move(uShape)); in checkConnectivity_final()

12345678910>>...19