Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/earcut/0.12.4/include/mapbox/
H A Dearcut.hpp55 bool steiner = false; member
230 if (!p->steiner && (equals(p, p->next) || area(p->prev, p, p->next) == 0)) { in filterPoints()
426 if (list == list->next) list->steiner = true; in eliminateHoles()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/earcut/
H A Dearcut.hpp79 bool steiner = false; member
260 if (!p->steiner && (equals(p, p->next) || area(p->prev, p, p->next) == 0)) { in filterPoints()
456 if (list == list->next) list->steiner = true; in eliminateHoles()