Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dquads.cpp107 for (const PositionedGlyph &positionedGlyph: shapedText.positionedGlyphs) { in getGlyphQuads() local
108 auto positionsIt = positions.find(positionedGlyph.glyph); in getGlyphQuads()
123 Point<float>{ positionedGlyph.x + halfAdvance, positionedGlyph.y } : in getGlyphQuads()
128 …Point<float>{ positionedGlyph.x + halfAdvance + textOffset[0], positionedGlyph.y + textOffset[1] }; in getGlyphQuads()
141 if (alongLine && positionedGlyph.vertical) { in getGlyphQuads()