Lines Matching refs:S2Cell
32 S2Cell cell = new S2Cell(id); in testFaces()
112 static void gatherStats(S2Cell cell) { in gatherStats()
163 public void testSubdivide(S2Cell cell) { in testSubdivide()
169 S2Cell[] children = new S2Cell[4]; in testSubdivide()
171 children[i] = new S2Cell(); in testSubdivide()
186 S2Cell direct = new S2Cell(childId); in testSubdivide()
350 testSubdivide(S2Cell.fromFacePosLevel(face, (byte) 0, 0)); in testSubdivide()
378 s.maxApproxRatio, S2Cell.averageArea(i) / s.maxArea, S2Cell in testSubdivide()
424 public void expandChildren1(S2Cell cell) { in expandChildren1()
425 S2Cell[] children = new S2Cell[4]; in expandChildren1()
434 public void expandChildren2(S2Cell cell) { in expandChildren2()
437 S2Cell child = new S2Cell(id); in expandChildren2()