Home
last modified time | relevance | path

Searched refs:TextLineHeight (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.hpp130 struct TextLineHeight : LayoutProperty<float> { struct
275 TextLineHeight,
H A Dsymbol_layer.cpp466 return TextLineHeight::defaultValue(); in getDefaultTextLineHeight()
470 return impl().layout.get<TextLineHeight>(); in getTextLineHeight()
477 impl_->layout.get<TextLineHeight>() = value; in setTextLineHeight()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_layout.cpp186 /* lineHeight: ems */ layout.get<TextLineHeight>() * oneEm, in prepare()