Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Di18n.hpp15 bool allowsLetterSpacing(const std::u16string& string);
H A Di18n.cpp348 bool allowsLetterSpacing(const std::u16string& string) { in allowsLetterSpacing() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_layout.cpp189 …/* spacing: ems */ util::i18n::allowsLetterSpacing(*feature.text) ? layout.evaluate<TextLetterSpac… in prepare()