Home
last modified time | relevance | path

Searched refs:positionsIt (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.cpp108 auto positionsIt = positions.find(positionedGlyph.glyph); in getGlyphQuads() local
109 if (positionsIt == positions.end()) in getGlyphQuads()
112 const GlyphPosition& glyph = positionsIt->second; in getGlyphQuads()