Home
last modified time | relevance | path

Searched defs:zoom (Results 1 – 25 of 52) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeotilespec.cpp47 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 Dtst_qgeotiledmapscene.cpp56double 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 Dtile_coordinate.hpp21 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 Dtile_cover_impl.hpp92 const int32_t zoom; member in mbgl::util::TileCover::Impl
H A Dtile_cover.cpp133 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 Dtransform.cpp93 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 Dmap.cpp335 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 Dprojection.hpp47 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 Dcross_tile_symbol_index.cpp110 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 Dqdeclarativepolylinemapitem.cpp1727 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 Dqmapboxgl.hpp92 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 Dparser.hpp40 double zoom = 0; member in mbgl::style::Parser
H A Dcustom_tile_loader.cpp86 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 Dexpression.cpp31 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 Dsymbol_layout.hpp73 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 Dcustom_layer.hpp18 double zoom; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dline_bucket.hpp62 const float zoom; member in mbgl::LineBucket
H A Dsymbol_bucket.cpp17 float zoom, in SymbolBucket()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dpossibly_evaluated_property_value.hpp44 T evaluate(const Feature& feature, float zoom, T defaultValue) const { in evaluate()
H A Dpaint_property_binder.hpp190 …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 Dcprojectionpicture.cpp299 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 Dcamera.hpp28 optional<double> zoom; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_heatmap_layer.cpp206 const float zoom, in queryIntersectsFeature()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/
H A Drender_image_source.cpp142 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 Dproperty_expression.hpp51 T evaluate(float zoom, const Feature& feature, T finalDefaultValue) const { in evaluate()

123