Searched refs:highI (Results 1 – 1 of 1) sorted by relevance
1055 int highI = (int)pg.size() -1; in AddPath() local1056 if (Closed) while (highI > 0 && (pg[highI] == pg[0])) --highI; in AddPath()1057 while (highI > 0 && (pg[highI] == pg[highI -1])) --highI; in AddPath()1058 if ((Closed && highI < 2) || (!Closed && highI < 1)) return false; in AddPath()1061 TEdge *edges = new TEdge [highI +1]; in AddPath()1069 RangeTest(pg[highI], m_UseFullRange); in AddPath()1070 InitEdge(&edges[0], &edges[1], &edges[highI], pg[0]); in AddPath()1071 InitEdge(&edges[highI], &edges[0], &edges[highI-1], pg[highI]); in AddPath()1072 for (int i = highI - 1; i >= 1; --i) in AddPath()3804 int highI = (int)path.size() - 1; in AddPath() local[all …]