Home
last modified time | relevance | path

Searched refs:TextRotate (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.hpp155 struct TextRotate : DataDrivenLayoutProperty<float> { struct
280 TextRotate,
H A Dsymbol_layer.cpp546 return TextRotate::defaultValue(); in getDefaultTextRotate()
550 return impl().layout.get<TextRotate>(); in getTextRotate()
557 impl_->layout.get<TextRotate>() = value; in setTextRotate()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dquads.cpp98 const float textRotate = layout.get<TextRotate>() * util::DEG2RAD; in getGlyphQuads()