Home
last modified time | relevance | path

Searched refs:tileSize_ (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeocameracapabilities.cpp74 int tileSize_; member in QGeoCameraCapabilitiesPrivate
89 tileSize_(256), in QGeoCameraCapabilitiesPrivate()
105 tileSize_(other.tileSize_), in QGeoCameraCapabilitiesPrivate()
126 tileSize_ = other.tileSize_; in operator =()
144 && (tileSize_ == rhs.tileSize_) in operator ==()
210 d->tileSize_ = tileSize; in setTileSize()
215 return d->tileSize_; in tileSize()
254 if (d->tileSize_ == 256) in minimumZoomLevelAt256()
256 return qMax<double>(0, zoomLevelTo256(d->minZoom_, d->tileSize_)); in minimumZoomLevelAt256()
284 if (d->tileSize_ == 256) in maximumZoomLevelAt256()
[all …]
H A Dqgeotiledmappingmanagerengine_p_p.h70 QSize tileSize_; variable
H A Dqgeotiledmappingmanagerengine.cpp248 d->tileSize_ = tileSize; in setTileSize()
263 return d->tileSize_; in tileSize()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/
H A Draster_source_impl.cpp6 RasterSource::Impl::Impl(SourceType sourceType, std::string id_, uint16_t tileSize_) in Impl() argument
8 tileSize(tileSize_) { in Impl()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqgeotilefetcher_test.h132 tileSize_ = tileSize; in setTileSize()
175 QSize tileSize_; variable