Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dtile_cover_impl.cpp277 boundsMap = apply_visitor(toBoundsMap, geom); in Impl()
278 if (boundsMap.size() == 0) return; in Impl()
281 currentBounds = boundsMap.begin(); in Impl()
296 if (currentBounds != boundsMap.end()) { in nextRow()
H A Dtile_cover_impl.hpp95 BoundsMap boundsMap; member in mbgl::util::TileCover::Impl