Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/kdbush/0.1.1-1/include/
H A Dkdbush.hpp180 swapItem(left, k); in select()
181 if (std::get<I>(points[right]) > t) swapItem(left, right); in select()
184 swapItem(i++, j--); in select()
190 swapItem(left, j); in select()
192 swapItem(++j, right); in select()
200 void swapItem(const TIndex i, const TIndex j) { in swapItem() function in kdbush::KDBush