Searched refs:eLastHorz (Results 1 – 1 of 1) sorted by relevance
2644 TEdge* eLastHorz = horzEdge, *eMaxPair = 0; in ProcessHorizontal() local2645 while (eLastHorz->NextInLML && IsHorizontal(*eLastHorz->NextInLML)) in ProcessHorizontal()2646 eLastHorz = eLastHorz->NextInLML; in ProcessHorizontal()2647 if (!eLastHorz->NextInLML) in ProcessHorizontal()2648 eMaxPair = GetMaximaPair(eLastHorz); in ProcessHorizontal()2659 if (maxIt != m_Maxima.end() && *maxIt >= eLastHorz->Top.X) in ProcessHorizontal()2666 if (maxRit != m_Maxima.rend() && *maxRit <= eLastHorz->Top.X) in ProcessHorizontal()2676 bool IsLastHorz = (horzEdge == eLastHorz); in ProcessHorizontal()