Home
last modified time | relevance | path

Searched refs:backfillBorder (Results 1 – 5 of 5) 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() function in mbgl::RasterDEMTile
106 tileDEM.backfillBorder(borderDEM, dx, dy); in backfillBorder()
H A Draster_dem_tile.hpp79 void backfillBorder(const RasterDEMTile& borderTile, const DEMTileNeighbors mask);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/
H A Drender_raster_dem_source.cpp117 demtile.backfillBorder(borderTile, mask); in onTileChanged()
123 borderTile.backfillBorder(demtile, borderMask); in onTileChanged()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/
H A Ddem_data.hpp17 void backfillBorder(const DEMData& borderTileData, int8_t dx, int8_t dy);
H A Ddem_data.cpp69 void DEMData::backfillBorder(const DEMData& borderTileData, int8_t dx, int8_t dy) { in backfillBorder() function in mbgl::DEMData