Lines Matching refs:fromFaceIJSame
567 neighbors[0] = fromFaceIJSame(face, i.intValue(), j.intValue() - size, in getEdgeNeighbors()
569 neighbors[1] = fromFaceIJSame(face, i.intValue() + size, j.intValue(), in getEdgeNeighbors()
571 neighbors[2] = fromFaceIJSame(face, i.intValue(), j.intValue() + size, in getEdgeNeighbors()
573 neighbors[3] = fromFaceIJSame(face, i.intValue() - size, j.intValue(), in getEdgeNeighbors()
618 .add(fromFaceIJSame(face, i.intValue() + ioffset, j.intValue(), isame) in getVertexNeighbors()
621 .add(fromFaceIJSame(face, i.intValue(), j.intValue() + joffset, jsame) in getVertexNeighbors()
626 output.add(fromFaceIJSame(face, i.intValue() + ioffset, in getVertexNeighbors()
667 output.add(fromFaceIJSame(face, i.intValue() + k, in getAllNeighbors()
669 output.add(fromFaceIJSame(face, i.intValue() + k, j.intValue() + size, in getAllNeighbors()
673 output.add(fromFaceIJSame(face, i.intValue() - nbrSize, in getAllNeighbors()
676 output.add(fromFaceIJSame(face, i.intValue() + size, j.intValue() + k, in getAllNeighbors()
876 public static S2CellId fromFaceIJSame(int face, int i, int j, in fromFaceIJSame() method in S2CellId