Home
last modified time | relevance | path

Searched refs:TileSpan (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.cpp15 struct TileSpan { struct
127 void update_span(TileSpan& xp, double x) { in update_span()
137 std::vector<TileSpan> scan_row(uint32_t y, Bounds& activeBounds) { in scan_row()
138 std::vector<TileSpan> tile_range; in scan_row()
142 TileSpan xp = { INT_MAX, 0, b.winding }; in scan_row()
177 std::sort(tile_range.begin(), tile_range.end(), [] (TileSpan& a, TileSpan& b) { in scan_row()