Searched refs:nextWrap (Results 1 – 4 of 4) sorted by relevance
80 assertEquals(S2CellId.end(4).prev().nextWrap(), S2CellId.begin(4)); in testBasic()81 assertEquals(S2CellId.end(S2CellId.MAX_LEVEL).prev().nextWrap(), in testBasic()192 assertTrue(id.toPointRaw().angle(id.nextWrap().toPointRaw()) <= maxDist); in testContinuity()
399 public S2CellId nextWrap() { in nextWrap() method in S2CellId
1023 Vertex* nextWrap = next ? next : contour->fHead; in sanitizeContours() local1031 Line(prev->fPoint, nextWrap->fPoint).dist(v->fPoint) == 0.0) { in sanitizeContours()
1287 Vertex* nextWrap = next ? next : contour->fHead; in sanitize_contours() local1294 } else if (Line(prev->fPoint, nextWrap->fPoint).dist(v->fPoint) == 0.0) { in sanitize_contours()