Home
last modified time | relevance | path

Searched refs:m_standardWireWidth (Results 1 – 2 of 2) sorted by relevance

/dports/cad/fritzing/fritzing-app-0.9.2b/src/autoroute/mazerouter/
H A Dmazerouter.cpp559 m_standardWireWidth = m_sketchWidget->getAutorouterTraceWidth(); in MazeRouter()
637 m_gridPixels = qMax(m_standardWireWidth, m_keepoutPixels); in start()
2406 …TraceWire * traceWire1 = drawOneTrace(sourcePoint, traceAnchorS, m_standardWireWidth, lastz == 0 ?… in createTrace()
2410 …TraceWire* traceWire2 = drawOneTrace(traceAnchorS, point.p, m_standardWireWidth, lastz == 0 ? View… in createTrace()
2416 …TraceWire * traceWire = drawOneTrace(sourcePoint, point.p, m_standardWireWidth, lastz == 0 ? ViewL… in createTrace()
2424 …TraceWire * traceWire = drawOneTrace(point.p, newPoint.p, m_standardWireWidth, lastz == 0 ? ViewLa… in createTrace()
2461 …TraceWire * traceWire1 = drawOneTrace(point.p, traceAnchorD, m_standardWireWidth, lastz == 0 ? Vie… in createTrace()
2465 …TraceWire * traceWire2 = drawOneTrace(traceAnchorD, destPoint, m_standardWireWidth, lastz == 0 ? V… in createTrace()
2471 …TraceWire * traceWire = drawOneTrace(point.p, destPoint, m_standardWireWidth, lastz == 0 ? ViewLay… in createTrace()
H A Dmazerouter.h261 double m_standardWireWidth; variable