Searched refs:WindCnt (Results 1 – 1 of 1) sorted by relevance
74 int WindCnt; member1455 e->NextInLML->WindCnt = e->WindCnt; in UpdateEdgeIntoAEL()1634 edge.WindCnt = (pft == pftNegative ? -1 : 1); in SetWindingCount()1637 edge.WindCnt = edge.WindDelta; in SetWindingCount()1643 edge.WindCnt = 1; in SetWindingCount()1661 edge.WindCnt = (Inside ? 0 : 1); in SetWindingCount()1665 edge.WindCnt = edge.WindDelta; in SetWindingCount()1673 if (e->WindCnt * e->WindDelta < 0) in SetWindingCount()1677 if (Abs(e->WindCnt) > 1) in SetWindingCount()1681 if (e->WindDelta * edge.WindDelta < 0) edge.WindCnt = e->WindCnt; in SetWindingCount()[all …]