Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_projection.cpp255 …optional<PlacedGlyph> lastPlacedGlyph = placeGlyphAlongLine(fontScale * lastGlyphOffset, lineOffse… in placeFirstAndLastGlyph() local
256 if (!lastPlacedGlyph) in placeFirstAndLastGlyph()
259 return std::make_pair(*firstPlacedGlyph, *lastPlacedGlyph); in placeFirstAndLastGlyph()