Searched refs:s2Loop (Results 1 – 2 of 2) sorted by relevance
242 S2Loop s2Loop = createS2Loop(loop); in createS2Polygon() local245 s2Loop.normalize(); in createS2Polygon()246 if (!s2Loop.isValid()) { in createS2Polygon()249 s2Loops.add(s2Loop); in createS2Polygon()
244 S2Loop s2Loop = s2Polygon.loop(loopIndex); in store() local246 for (int vIndex = 0; vIndex < s2Loop.numVertices(); vIndex++) { in store()247 S2Point s2Point = s2Loop.vertex(vIndex); in store()297 S2Loop s2Loop = new S2Loop(vertices); in load() local298 s2Loops.add(s2Loop); in load()