Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_layout.cpp380 for (const Anchor& otherAnchor : otherAnchors) { in anchorIsTooClose() local
381 if (util::dist<float>(anchor.point, otherAnchor.point) < repeatDistance) { in anchorIsTooClose()