Home
last modified time | relevance | path

Searched defs:borderTile (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Draster_dem_tile.cpp87 void RasterDEMTile::backfillBorder(const RasterDEMTile& borderTile, const DEMTileNeighbors mask) { in backfillBorder()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/
H A Drender_raster_dem_source.cpp116 RasterDEMTile& borderTile = static_cast<RasterDEMTile&>(*renderableNeighbor); in onTileChanged() local