Home
last modified time | relevance | path

Searched refs:layoutTextSize (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_instance.cpp13 const float layoutTextSize, in SymbolInstance() argument
43 iconQuad = getIconQuad(*shapedIcon, layout, layoutTextSize, shapedTextOrientations.first); in SymbolInstance()
H A Dsymbol_instance.hpp21 const float layoutTextSize,
H A Dsymbol_layout.cpp245 const float layoutTextSize = layout.evaluate<TextSize>(zoom + 1, feature); in addFeature() local
256 const float fontScale = layoutTextSize / glyphSize; in addFeature()
297 layout.evaluate(zoom, feature), layoutTextSize, in addFeature()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dquads.hpp45 const float layoutTextSize,
H A Dquads.cpp18 const float layoutTextSize, in getIconQuad() argument
39 auto size = layoutTextSize / 24.0f; in getIconQuad()