Home
last modified time | relevance | path

Searched refs:pointsIter (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.cpp109 auto pointsIter = points.begin(); in build_bounds_map() local
110 while (pointsIter != points.end()) { in build_bounds_map()
111 Bound to_max = create_bound_towards_maximum(points, pointsIter); in build_bounds_map()
112 Bound to_min = create_bound_towards_minimum(points, pointsIter); in build_bounds_map()
124 assert(pointsIter == points.end()); in build_bounds_map()