Home
last modified time | relevance | path

Searched refs:initLookupCell (Results 1 – 1 of 1) sorted by relevance

/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2CellId.java101 initLookupCell(0, 0, 0, 0, 0, 0);
102 initLookupCell(0, 0, 0, SWAP_MASK, 0, SWAP_MASK);
103 initLookupCell(0, 0, 0, INVERT_MASK, 0, INVERT_MASK);
104 initLookupCell(0, 0, 0, SWAP_MASK | INVERT_MASK, 0, SWAP_MASK | INVERT_MASK);
936 private static void initLookupCell(int level, int i, int j, in initLookupCell() method in S2CellId
951 initLookupCell(level, i + (ij >>> 1), j + (ij & 1), origOrientation, in initLookupCell()