Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dclip_lines.cpp11 GeometryCollection clippedLines; in clipLines() local
55 …if (clippedLines.empty() || (!clippedLines.back().empty() && !(p0 == clippedLines.back().back())))… in clipLines()
56 clippedLines.emplace_back(); in clipLines()
57 clippedLines.back().push_back(p0); in clipLines()
60 clippedLines.back().push_back(p1); in clipLines()
64 return clippedLines; in clipLines()
H A Dsymbol_layout.cpp307 auto clippedLines = util::clipLines(feature.geometry, 0, 0, util::EXTENT, util::EXTENT); in addFeature() local
308 for (const auto& line : clippedLines) { in addFeature()