Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_instance.cpp16 const SymbolPlacementType textPlacement, in SymbolInstance() argument
33 …ne_, anchor, shapedTextOrientations.first, textBoxScale, textPadding, textPlacement, indexedFeatur… in SymbolInstance()
46 …horizontalGlyphQuads = getGlyphQuads(shapedTextOrientations.first, layout, textPlacement, position… in SymbolInstance()
49 …verticalGlyphQuads = getGlyphQuads(shapedTextOrientations.second, layout, textPlacement, positions… in SymbolInstance()
H A Dsymbol_instance.hpp24 style::SymbolPlacementType textPlacement,
H A Dsymbol_layout.cpp269 …const SymbolPlacementType textPlacement = layout.get<TextRotationAlignment>() != AlignmentType::Map in addFeature() local
298 textBoxScale, textPadding, textPlacement, textOffset, in addFeature()