Home
last modified time | relevance | path

Searched refs:shapedTextOrientations (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_instance.cpp10 const std::pair<Shaping, Shaping>& shapedTextOrientations, in SymbolInstance() argument
33 …textCollisionFeature(line_, anchor, shapedTextOrientations.first, textBoxScale, textPadding, textP… in SymbolInstance()
43 iconQuad = getIconQuad(*shapedIcon, layout, layoutTextSize, shapedTextOrientations.first); in SymbolInstance()
45 if (shapedTextOrientations.first) { in SymbolInstance()
46 …horizontalGlyphQuads = getGlyphQuads(shapedTextOrientations.first, layout, textPlacement, position… in SymbolInstance()
48 if (shapedTextOrientations.second) { in SymbolInstance()
49 …verticalGlyphQuads = getGlyphQuads(shapedTextOrientations.second, layout, textPlacement, positions… in SymbolInstance()
54 if (shapedTextOrientations.first && shapedTextOrientations.second) { in SymbolInstance()
56 } else if (shapedTextOrientations.first) { in SymbolInstance()
58 } else if (shapedTextOrientations.second) { in SymbolInstance()
H A Dsymbol_layout.cpp175 std::pair<Shaping, Shaping> shapedTextOrientations; in prepare() local
199 shapedTextOrientations.first = applyShaping(*feature.text, WritingModeType::Horizontal); in prepare()
202shapedTextOrientations.second = applyShaping(util::i18n::verticalizePunctuation(*feature.text), Wr… in prepare()
227 if (shapedTextOrientations.first || shapedIcon) { in prepare()
228 …addFeature(std::distance(features.begin(), it), feature, shapedTextOrientations, shapedIcon, glyph… in prepare()
239 const std::pair<Shaping, Shaping>& shapedTextOrientations, in addFeature() argument
296 symbolInstances.emplace_back(anchor, line, shapedTextOrientations, shapedIcon, in addFeature()
312 … (shapedTextOrientations.second ?: shapedTextOrientations.first).left, in addFeature()
313 … (shapedTextOrientations.second ?: shapedTextOrientations.first).right, in addFeature()
333 … (shapedTextOrientations.second ?: shapedTextOrientations.first).left, in addFeature()
[all …]
H A Dsymbol_instance.hpp18 const std::pair<Shaping, Shaping>& shapedTextOrientations,
H A Dsymbol_layout.hpp52 const std::pair<Shaping, Shaping>& shapedTextOrientations,