Searched refs:boundsMap (Results 1 – 2 of 2) sorted by relevance
277 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()
95 BoundsMap boundsMap; member in mbgl::util::TileCover::Impl