Home
last modified time | relevance | path

Searched refs:TARGET_PIN_RADIUS (Results 1 – 3 of 3) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/
H A Dlib_pin.cpp226 GRCircle( nullptr, DC, pos1.x, pos1.y, TARGET_PIN_RADIUS, 0, color ); in print()
334 const int deco_size = TARGET_PIN_RADIUS; in printPinSymbol()
670 const int deco_size = TARGET_PIN_RADIUS; in PlotSymbol()
1072 int minsizeV = TARGET_PIN_RADIUS; in GetBoundingBox()
1101 minsizeV = std::max( TARGET_PIN_RADIUS, externalPinDecoSize( nullptr, *this ) ); in GetBoundingBox()
H A Dlib_pin.h36 #define TARGET_PIN_RADIUS Mils2iu( 15 ) macro
H A Dsch_painter.cpp752 m_gal->DrawCircle( aPos, TARGET_PIN_RADIUS ); in drawPinDanglingSymbol()
841 m_gal->DrawLine( pos + VECTOR2D( -1, -1 ) * TARGET_PIN_RADIUS, in draw()
842 pos + VECTOR2D( 1, 1 ) * TARGET_PIN_RADIUS ); in draw()
843 m_gal->DrawLine( pos + VECTOR2D( 1, -1 ) * TARGET_PIN_RADIUS , in draw()
844 pos + VECTOR2D( -1, 1 ) * TARGET_PIN_RADIUS ); in draw()
1022 outsideOffset += TARGET_PIN_RADIUS / 2.0; in draw()