Home
last modified time | relevance | path

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

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/utils/idftools/
H A Didf_parser.cpp44 static bool MatchCompOutline( IDF3_COMP_OUTLINE* aOutlineA, IDF3_COMP_OUTLINE* aOutlineB ) in MatchCompOutline() argument
46 if( aOutlineA->GetComponentClass() != aOutlineB->GetComponentClass() ) in MatchCompOutline()
49 if( aOutlineA->OutlinesSize() != aOutlineB->OutlinesSize() ) in MatchCompOutline()
53 if( aOutlineA->OutlinesSize() == 0 ) in MatchCompOutline()
56 IDF_OUTLINE* opA = aOutlineA->GetOutline( 0 ); in MatchCompOutline()