Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dtile_cover_impl.cpp144 const auto numEdges = b.points.size() - 1; in scan_row() local
145 while (b.currentPoint < numEdges) { in scan_row()
156 } else if (b.currentPoint == numEdges - 1) { in scan_row()