Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/layers/
H A Dsymbol_layer.hpp138 DataDrivenPropertyValue<float> getTextLetterSpacing() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dsymbol_layer.cpp485 DataDrivenPropertyValue<float> SymbolLayer::getTextLetterSpacing() const { in getTextLetterSpacing() function in mbgl::style::SymbolLayer
490 if (value == getTextLetterSpacing()) in setTextLetterSpacing()