Searched refs:fromFaceIJ (Results 1 – 2 of 2) sorted by relevance
153 return fromFaceIJ(face, i, j); in fromPoint()691 public static S2CellId fromFaceIJ(int face, int i, int j) { in fromFaceIJ() method in S2CellId869 return fromFaceIJ(face, stToIJ(st.x()), stToIJ(st.y())); in fromFaceIJWrap()879 return S2CellId.fromFaceIJ(face, i, j); in fromFaceIJSame()
265 assertEquals(nbrs.get(i), S2CellId.fromFaceIJ( in testNeighbors()