Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.cpp2644 TEdge* eLastHorz = horzEdge, *eMaxPair = 0; in ProcessHorizontal() local
2648 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() local
2956 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 …]