| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeotilespec.cpp | 47 QGeoTileSpec::QGeoTileSpec(const QString &plugin, int mapId, int zoom, int x, int y, int version) in QGeoTileSpec() 70 void QGeoTileSpec::setZoom(int zoom) in setZoom() 75 int QGeoTileSpec::zoom() const in zoom() function in QGeoTileSpec 163 QGeoTileSpecPrivate::QGeoTileSpecPrivate(const QString &plugin, int mapId, int zoom, int x, int y, … in QGeoTileSpecPrivate()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeotiledmapscene/ |
| H A D | tst_qgeotiledmapscene.cpp | 56 … double zoom, int tileSize, int screenWidth, int screenHeight, double mercatorX, double mercatorY){ in row() 73 void screenPositions(QString name, double cameraCenterX, double cameraCenterY, double zoom, in screenPositions() 178 void screenCameraPositions(QString name, double zoom, int tileSize, in screenCameraPositions() 246 double zoom; in populateScreenMercatorData() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | tile_coordinate.hpp | 21 static TileCoordinate fromLatLng(double zoom, const LatLng& latLng) { in fromLatLng() 26 …static TileCoordinate fromScreenCoordinate(const TransformState& state, double zoom, const ScreenC… in fromScreenCoordinate()
|
| H A D | tile_cover_impl.hpp | 92 const int32_t zoom; member in mbgl::util::TileCover::Impl
|
| H A D | tile_cover.cpp | 133 int32_t coveringZoomLevel(double zoom, style::SourceType type, uint16_t size) { in coveringZoomLevel() 189 uint64_t tileCount(const LatLngBounds& bounds, uint8_t zoom){ in tileCount()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/ |
| H A D | transform.cpp | 93 double zoom = camera.zoom.value_or(getZoom()); in easeTo() local 166 double zoom = camera.zoom.value_or(getZoom()); in flyTo() local 351 void Transform::setLatLngZoom(const LatLng& latLng, double zoom, const AnimationOptions& animation)… in setLatLngZoom() 355 void Transform::setLatLngZoom(const LatLng& latLng, double zoom, const EdgeInsets& padding, const A… in setLatLngZoom() 384 void Transform::setZoom(double zoom, const AnimationOptions& animation) { in setZoom() 390 void Transform::setZoom(double zoom, optional<ScreenCoordinate> anchor, const AnimationOptions& ani… in setZoom() 397 void Transform::setZoom(double zoom, const EdgeInsets& padding, const AnimationOptions& animation) { in setZoom()
|
| H A D | map.cpp | 335 void Map::setZoom(double zoom, const AnimationOptions& animation) { in setZoom() 340 void Map::setZoom(double zoom, optional<ScreenCoordinate> anchor, const AnimationOptions& animation… in setZoom() 346 void Map::setZoom(double zoom, const EdgeInsets& padding, const AnimationOptions& animation) { in setZoom() 356 void Map::setLatLngZoom(const LatLng& latLng, double zoom, const AnimationOptions& animation) { in setLatLngZoom() 361 void Map::setLatLngZoom(const LatLng& latLng, double zoom, const EdgeInsets& padding, const Animati… in setLatLngZoom() 405 double zoom = transform.getZoom() + ::log2(minScale); in cameraForLatLngs() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | projection.hpp | 47 static double getMetersPerPixelAtLatitude(double lat, double zoom) { in getMetersPerPixelAtLatitude() 82 static Point<double> project(const LatLng& latLng, int32_t zoom) { in project()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/ |
| H A D | cross_tile_symbol_index.cpp | 110 auto zoom = it.first; in addBucket() local 141 void CrossTileSymbolLayerIndex::removeBucketCrossTileIDs(uint8_t zoom, const TileLayerIndex& remove… in removeBucketCrossTileIDs()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativepolylinemapitem.cpp | 1727 unsigned int zoom) in update() 1941 unsigned int zoom) in getSimplified() 1970 unsigned int zoom, in PolylineSimplifyTask() 2006 unsigned int zoom, in enqueueSimplificationTask() 2021 void QGeoMapItemLODGeometry::selectLOD(unsigned int zoom, double leftBound, bool /* closed */) // c… in selectLOD() 2058 void QGeoMapItemLODGeometry::selectLODOnDataChanged(unsigned int zoom, double leftBound) const in selectLODOnDataChanged() 2083 unsigned int QGeoMapItemLODGeometry::zoomToLOD(unsigned int zoom) in zoomToLOD() 2093 unsigned int QGeoMapItemLODGeometry::zoomForLOD(unsigned int zoom) in zoomForLOD()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/include/ |
| H A D | qmapboxgl.hpp | 92 QVariant zoom; // double member 102 Q_PROPERTY(double zoom READ zoom WRITE setZoom) property in QMapboxGL
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/ |
| H A D | parser.hpp | 40 double zoom = 0; member in mbgl::style::Parser
|
| H A D | custom_tile_loader.cpp | 86 auto zoom = idtuple->first.z; in invalidateRegion() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | expression.cpp | 31 EvaluationResult Expression::evaluate(optional<float> zoom, const Feature& feature, optional<double… in evaluate()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/ |
| H A D | symbol_layout.hpp | 73 const float zoom; member in mbgl::SymbolLayout
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/layers/ |
| H A D | custom_layer.hpp | 18 double zoom; member
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/ |
| H A D | line_bucket.hpp | 62 const float zoom; member in mbgl::LineBucket
|
| H A D | symbol_bucket.cpp | 17 float zoom, in SymbolBucket()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | possibly_evaluated_property_value.hpp | 44 T evaluate(const Feature& feature, float zoom, T defaultValue) const { in evaluate()
|
| H A D | paint_property_binder.hpp | 190 …CompositeFunctionPaintPropertyBinder(style::PropertyExpression<T> expression_, float zoom, T defau… in CompositeFunctionPaintPropertyBinder() 247 PaintPropertyBinder<T, A>::create(const PossiblyEvaluatedPropertyValue<T>& value, float zoom, T def… in create()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/ |
| H A D | cprojectionpicture.cpp | 299 void CProjectionPicture::zoom(float scale) in zoom() function in CProjectionPicture
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/map/ |
| H A D | camera.hpp | 28 optional<double> zoom; member
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/ |
| H A D | render_heatmap_layer.cpp | 206 const float zoom, in queryIntersectsFeature()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/ |
| H A D | render_image_source.cpp | 142 double zoom = std::max(0.0, std::floor(-::log2(dMax))); in update() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/ |
| H A D | property_expression.hpp | 51 T evaluate(float zoom, const Feature& feature, T finalDefaultValue) const { in evaluate()
|