Home
last modified time | relevance | path

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

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/
H A Dlib_pin.cpp1072 int minsizeV = TARGET_PIN_RADIUS; in GetBoundingBox() local
1101 minsizeV = std::max( TARGET_PIN_RADIUS, externalPinDecoSize( nullptr, *this ) ); in GetBoundingBox()
1105 begin.y = std::max( minsizeV, numberTextHeight + Mils2iu( PIN_TEXT_MARGIN ) ); in GetBoundingBox()
1126 end.y = std::min( -minsizeV, -nameTextHeight / 2 ); in GetBoundingBox()
1134 begin.y = std::max( minsizeV, nameTextHeight ); in GetBoundingBox()