Searched refs:currentBounds (Results 1 – 2 of 2) sorted by relevance
281 currentBounds = boundsMap.begin(); in Impl()296 if (currentBounds != boundsMap.end()) { in nextRow()297 if (activeBounds.size() == 0 && currentBounds->first > tileY) { in nextRow()299 tileY = currentBounds->first; in nextRow()301 if (tileY == currentBounds->first) { in nextRow()302 std::move(currentBounds->second.begin(), currentBounds->second.end(), in nextRow()304 currentBounds++; in nextRow()
96 BoundsMap::iterator currentBounds; member in mbgl::util::TileCover::Impl