Searched refs:eMaxPair (Results 1 – 1 of 1) sorted by relevance
2644 TEdge* eLastHorz = horzEdge, *eMaxPair = 0; in ProcessHorizontal() local2648 eMaxPair = GetMaximaPair(eLastHorz); in ProcessHorizontal()2734 if(e == eMaxPair && IsLastHorz) in ProcessHorizontal()2737 AddLocalMaxPoly(horzEdge, eMaxPair, horzEdge->Top); in ProcessHorizontal()2739 DeleteFromAEL(eMaxPair); in ProcessHorizontal()2955 TEdge* eMaxPair = GetMaximaPairEx(e); in DoMaxima() local2956 if (!eMaxPair) in DoMaxima()2965 while(eNext && eNext != eMaxPair) in DoMaxima()2972 if(e->OutIdx == Unassigned && eMaxPair->OutIdx == Unassigned) in DoMaxima()2975 DeleteFromAEL(eMaxPair); in DoMaxima()[all …]