Home
last modified time | relevance | path

Searched refs:horizontalGlyphQuads (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.cpp46horizontalGlyphQuads = getGlyphQuads(shapedTextOrientations.first, layout, textPlacement, position… in SymbolInstance()
52 hasText = horizontalGlyphQuads.size() > 0 || verticalGlyphQuads.size() > 0; in SymbolInstance()
H A Dsymbol_instance.hpp40 SymbolQuads horizontalGlyphQuads; member in mbgl::SymbolInstance
H A Dsymbol_layout.cpp436 for (const auto& symbol : symbolInstance.horizontalGlyphQuads) { in place()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dplacement.cpp281 for (size_t i = 0; i < symbolInstance.horizontalGlyphQuads.size() * 4; i++) { in updateBucketOpacities()