Searched refs:zOrder (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 D | earcut.hpp | 70 int32_t zOrder(const double x_, const double y_); 336 const int32_t minZ = zOrder(minTX, minTY); in isEarHashed() 337 const int32_t maxZ = zOrder(maxTX, maxTY); in isEarHashed() 521 p->z = p->z ? p->z : zOrder(p->x, p->y); in indexCurve() 604 int32_t Earcut<N>::zOrder(const double x_, const double y_) { in zOrder() function in mapbox::detail::Earcut
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/earcut/ |
| H A D | earcut.hpp | 95 int32_t zOrder(const double x_, const double y_); 366 const int32_t minZ = zOrder(minTX, minTY); in isEarHashed() 367 const int32_t maxZ = zOrder(maxTX, maxTY); in isEarHashed() 558 p->z = p->z ? p->z : zOrder(p->x, p->y); in indexCurve() 641 int32_t Earcut<N>::zOrder(const double x_, const double y_) { in zOrder() function in qt_mapbox::detail::Earcut
|