Home
last modified time | relevance | path

Searched refs:getGlyphQuads (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.cpp46 …horizontalGlyphQuads = getGlyphQuads(shapedTextOrientations.first, layout, textPlacement, position… in SymbolInstance()
49 …verticalGlyphQuads = getGlyphQuads(shapedTextOrientations.second, layout, textPlacement, positions… in SymbolInstance()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dquads.hpp48 SymbolQuads getGlyphQuads(const Shaping& shapedText,
H A Dquads.cpp94 SymbolQuads getGlyphQuads(const Shaping& shapedText, in getGlyphQuads() function