Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dquads.cpp19 const Shaping& shapedText) { in getIconQuad() argument
36 if (layout.get<IconTextFit>() != IconTextFitType::None && shapedText) { in getIconQuad()
40 auto textLeft = shapedText.left * size; in getIconQuad()
41 auto textRight = shapedText.right * size; in getIconQuad()
42 auto textTop = shapedText.top * size; in getIconQuad()
43 auto textBottom = shapedText.bottom * size; in getIconQuad()
91 return SymbolQuad { tl, tr, bl, br, textureRect, shapedText.writingMode, { 0.0f, 0.0f } }; in getIconQuad()
94 SymbolQuads getGlyphQuads(const Shaping& shapedText, in getGlyphQuads() argument
107 for (const PositionedGlyph &positionedGlyph: shapedText.positionedGlyphs) { in getGlyphQuads()
171 quads.emplace_back(tl, tr, bl, br, rect, shapedText.writingMode, glyphOffset); in getGlyphQuads()
H A Dcollision_feature.hpp50 const Shaping& shapedText, in CollisionFeature() argument
56 …: CollisionFeature(line, anchor, shapedText.top, shapedText.bottom, shapedText.left, shapedText.ri… in CollisionFeature()
H A Dquads.hpp46 const Shaping& shapedText);
48 SymbolQuads getGlyphQuads(const Shaping& shapedText,