Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_layout.hpp56 bool anchorIsTooClose(const std::u16string& text, const float repeatDistance, const Anchor&);
H A Dsymbol_layout.cpp321 if (!feature.text || !anchorIsTooClose(*feature.text, textRepeatDistance, anchor)) { in addFeature()
375 bool SymbolLayout::anchorIsTooClose(const std::u16string& text, const float repeatDistance, const A… in anchorIsTooClose() function in mbgl::SymbolLayout