Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dring_util.hpp36 bound_ptr<T> bndTmp = nullptr; in set_hole_state() local
44 if (!bndTmp) { in set_hole_state()
45 bndTmp = (*bnd_itr); in set_hole_state()
46 } else if (bndTmp->ring == (*bnd_itr)->ring) { in set_hole_state()
47 bndTmp = nullptr; in set_hole_state()
52 if (!bndTmp) { in set_hole_state()
56 bnd.ring->parent = bndTmp->ring; in set_hole_state()
57 bndTmp->ring->children.push_back(bnd.ring); in set_hole_state()