Home
last modified time | relevance | path

Searched refs:negativePenWidth (Results 1 – 6 of 6) sorted by relevance

/dports/cad/fritzing/fritzing-app-0.9.2b/src/items/
H A Ditembase.h241 …Color(ConnectorItem *, QBrush &, QPen &, double & opacity, double & negativePenWidth, bool & negat…
242 …Color(ConnectorItem *, QBrush &, QPen &, double & opacity, double & negativePenWidth, bool & negat…
243 …Color(ConnectorItem *, QBrush &, QPen &, double & opacity, double & negativePenWidth, bool & negat…
244 …Color(ConnectorItem *, QBrush &, QPen &, double & opacity, double & negativePenWidth, bool & negat…
245 …Color(ConnectorItem *, QBrush &, QPen &, double & opacity, double & negativePenWidth, bool & negat…
H A Ditembase.cpp1551 …nnectorItem *, QBrush &brush, QPen &pen, double & opacity, double & negativePenWidth, bool & negat… in getConnectedColor() argument
1555 negativePenWidth = 0; in getConnectedColor()
1559 …nnectorItem *, QBrush &brush, QPen &pen, double & opacity, double & negativePenWidth, bool & negat… in getNormalColor() argument
1563 negativePenWidth = 0; in getNormalColor()
1567 …nnectorItem *, QBrush &brush, QPen &pen, double & opacity, double & negativePenWidth, bool & negat… in getUnconnectedColor() argument
1571 negativePenWidth = 0; in getUnconnectedColor()
1575 …nnectorItem *, QBrush &brush, QPen &pen, double & opacity, double & negativePenWidth, bool & negat… in getHoverColor() argument
1579 negativePenWidth = 0; in getHoverColor()
1583 …nnectorItem *, QBrush &brush, QPen &pen, double & opacity, double & negativePenWidth, bool & negat… in getEqualPotentialColor() argument
1587 negativePenWidth = 0; in getEqualPotentialColor()
H A Dstripboard.h92 …Color(ConnectorItem *, QBrush &, QPen &, double & opacity, double & negativePenWidth, bool & negat…
H A Dwire.h207 …Color(ConnectorItem *, QBrush &, QPen &, double & opacity, double & negativePenWidth, bool & negat…
H A Dwire.cpp1460 …connectorItem, QBrush &brush, QPen &pen, double & opacity, double & negativePenWidth, bool & negat… in getConnectedColor() argument
1463 …ItemBase::getConnectedColor(connectorItem, brush, pen, opacity, negativePenWidth, negativeOffsetRe… in getConnectedColor()
1519 negativePenWidth = m_bendpoint2Width; in getConnectedColor()
1525 negativePenWidth = m_bendpointWidth; in getConnectedColor()
H A Dstripboard.cpp664 …ctorItem * ci, QBrush &brush, QPen &pen, double & opacity, double & negativePenWidth, bool & negat… in getConnectedColor() argument
665 Perfboard::getConnectedColor(ci, brush, pen, opacity, negativePenWidth, negativeOffsetRect); in getConnectedColor()