Searched refs:horzEdge (Results 1 – 2 of 2) sorted by relevance
2514 TEdge* horzEdge; in ProcessHorizontals() local2515 while (PopEdgeFromSEL(horzEdge)) in ProcessHorizontals()2516 ProcessHorizontal(horzEdge); in ProcessHorizontals()2636 void Clipper::ProcessHorizontal(TEdge *horzEdge) in ProcessHorizontal() argument2640 bool IsOpen = (horzEdge->WindDelta == 0); in ProcessHorizontal()2642 GetHorzDirection(*horzEdge, dir, horzLeft, horzRight); in ProcessHorizontal()2644 TEdge* eLastHorz = horzEdge, *eMaxPair = 0; in ProcessHorizontal()2658 while (maxIt != m_Maxima.end() && *maxIt <= horzEdge->Bot.X) maxIt++; in ProcessHorizontal()2665 while (maxRit != m_Maxima.rend() && *maxRit > horzEdge->Bot.X) maxRit++; in ProcessHorizontal()2676 bool IsLastHorz = (horzEdge == eLastHorz); in ProcessHorizontal()[all …]
320 void ProcessHorizontal(TEdge *horzEdge);