Home
last modified time | relevance | path

Searched refs:drawWire (Results 1 – 20 of 20) sorted by relevance

/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/entity/light/
H A DRenderLightRadiusWire.h13 drawWire(_origin, _radius, 24); in render()
14 drawWire(_origin, _radius * 2.0f, 24); in render()
/dports/devel/gammaray/GammaRay-2.11.3/plugins/quickinspector/geometryextension/
H A Dsgwireframewidget.cpp112 drawWire(&painter, index, m_adjacencyList[i - 1]); in paintEvent()
122 drawWire(&painter, index, m_adjacencyList[i - 2]); in paintEvent()
128 drawWire(&painter, index, m_adjacencyList[i - 3]); in paintEvent()
139 drawWire(&painter, index, m_adjacencyList.first()); in paintEvent()
185 void SGWireframeWidget::drawWire(QPainter *painter, int vertexIndex1, int vertexIndex2) in drawWire() function in SGWireframeWidget
H A Dsgwireframewidget.h71 void drawWire(QPainter *painter, int vertexIndex1, int vertexIndex2);
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/render/frontend/
H A DSphereRenderable.cpp24 drawWire(_origin, _radius, 24); in render()
99 void SphereRenderable::drawWire (const Vector3& origin, float radius, int sides) const in drawWire() function in SphereRenderable
H A DSphereRenderable.h14 void drawWire (const Vector3& origin, float radius, int sides) const;
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/camera/
H A DCameraSettings.h22 drawWire, drawSolid, drawTexture enumerator
H A DCameraSettings.cpp72 _cameraDrawMode = drawWire; in importDrawMode()
H A DCamWnd.cpp415 case drawWire: in Cam_Draw()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/tools/
H A Dee_actions.h79 static TOOL_ACTION drawWire; variable
H A Dsch_line_wire_bus_tool.cpp186 return ( m_frame->IsCurrentTool( EE_ACTIONS::drawWire ) in Init()
212 ctxMenu.AddItem( EE_ACTIONS::drawWire, wireOrBusTool && EE_CONDITIONS::Idle, 10 ); in Init()
1038 Go( &SCH_LINE_WIRE_BUS_TOOL::DrawSegments, EE_ACTIONS::drawWire.MakeEvent() ); in setTransitions()
H A Dee_actions.cpp697 TOOL_ACTION EE_ACTIONS::drawWire( "eeschema.InteractiveDrawingLineWireBus.drawWires", member in EE_ACTIONS
H A Dee_selection_tool.cpp202 menu.AddItem( EE_ACTIONS::drawWire, schEditCondition && EE_CONDITIONS::Empty, 100 ); in Init()
401 newEvt = EE_ACTIONS::drawWire.MakeEvent(); in Main()
/dports/graphics/freeglut/freeglut-3.2.1/progs/test-shapes-gles1/
H A Dtest-shapes-gles1.c118 #define ENTRY(e) {#e, drawSolid##e, drawWire##e}
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/
H A Dtoolbars_sch_editor.cpp149 m_drawToolBar->Add( EE_ACTIONS::drawWire, ACTION_TOOLBAR::TOGGLE ); in ReCreateVToolbar()
H A Dmenubar.cpp204 placeMenu->Add( EE_ACTIONS::drawWire ); in ReCreateMenuBar()
H A Dsch_edit_frame.cpp476 CURRENT_TOOL( EE_ACTIONS::drawWire ); in setupUIConditions()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/freeglut/progs/test-shapes-gles1/
H A Dtest-shapes-gles1.c118 #define ENTRY(e) {#e, drawSolid##e, drawWire##e}
/dports/cad/digital/Digital-0.27/src/test/java/de/neemann/digital/integration/
H A DTestInGUI.java1227 drawWire(guiTester, xMin, yMin, w); in checkWindow()
1229 drawWire(guiTester, xMin, yMin, w); in checkWindow()
1243 …private void drawWire(GuiTester guiTester, int xMin, int yMin, Wire w) throws InterruptedException… in drawWire() method in TestInGUI.DrawCircuit
/dports/graphics/freeglut/freeglut-3.2.1/progs/demos/shapes/
H A Dshapes.c546 #define ENTRY(e,f) {#e, drawSolid##e, drawWire##e,f}
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/freeglut/progs/demos/shapes/
H A Dshapes.c546 #define ENTRY(e,f) {#e, drawSolid##e, drawWire##e,f}