Home
last modified time | relevance | path

Searched defs:bounds_ (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dtile_cover.cpp142 std::vector<UnwrappedTileID> tileCover(const LatLngBounds& bounds_, int32_t z) { in tileCover()
216 TileCover::TileCover(const LatLngBounds&bounds_, int32_t z) { in TileCover()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline.cpp15 … std::string styleURL_, LatLngBounds bounds_, double minZoom_, double maxZoom_, float pixelRatio_) in OfflineTilePyramidRegionDefinition()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform_state.cpp169 void TransformState::setLatLngBounds(optional<LatLngBounds> bounds_) { in setLatLngBounds()