Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dsymbol_layer_properties.hpp150 struct TextMaxAngle : LayoutProperty<float> { struct
279 TextMaxAngle,
H A Dsymbol_layer.cpp530 return TextMaxAngle::defaultValue(); in getDefaultTextMaxAngle()
534 return impl().layout.get<TextMaxAngle>(); in getTextMaxAngle()
541 impl_->layout.get<TextMaxAngle>() = value; in setTextMaxAngle()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_layout.cpp268 const float textMaxAngle = layout.get<TextMaxAngle>() * util::DEG2RAD; in addFeature()