| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/algorithms/ |
| H A D | bounds.hpp | 24 struct bounds struct 26 static inline void apply(Geometry const& g, Bounds & b) in apply() 33 struct bounds<Geometry, Bounds, segment_tag, box_tag> struct 35 static inline void apply(Geometry const& g, Bounds & b) in apply() 45 inline void bounds(Geometry const& g, Bounds & b) in bounds() function
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/ |
| H A D | qgeocodingmanagerenginemapbox.cpp | 87 …eReply *QGeoCodingManagerEngineMapbox::geocode(const QGeoAddress &address, const QGeoShape &bounds) in geocode() 138 …anagerEngineMapbox::geocode(const QString &address, int limit, int offset, const QGeoShape &bounds) in geocode() 149 …odingManagerEngineMapbox::reverseGeocode(const QGeoCoordinate &coordinate, const QGeoShape &bounds) in reverseGeocode() 159 …nagerEngineMapbox::doSearch(const QString &request, QUrlQuery &queryItems, const QGeoShape &bounds) in doSearch()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeocodingmanager.cpp | 171 QGeoCodeReply *QGeoCodingManager::geocode(const QGeoAddress &address, const QGeoShape &bounds) in geocode() 213 …Reply *QGeoCodingManager::reverseGeocode(const QGeoCoordinate &coordinate, const QGeoShape &bounds) in reverseGeocode() 250 const QGeoShape &bounds) in geocode()
|
| H A D | qgeocodingmanagerengine.cpp | 175 const QGeoShape &bounds) in geocode() 220 const QGeoShape &bounds) in reverseGeocode() 260 const QGeoShape &bounds) in geocode()
|
| H A D | qgeoroute.cpp | 191 void QGeoRoute::setBounds(const QGeoRectangle &bounds) in setBounds() 199 QGeoRectangle QGeoRoute::bounds() const in bounds() function in QGeoRoute 416 void QGeoRoutePrivate::setBounds(const QGeoRectangle &bounds) in setBounds() 421 QGeoRectangle QGeoRoutePrivate::bounds() const in bounds() function in QGeoRoutePrivate 579 void QGeoRoutePrivateDefault::setBounds(const QGeoRectangle &bounds) in setBounds() 584 QGeoRectangle QGeoRoutePrivateDefault::bounds() const in bounds() function in QGeoRoutePrivateDefault
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/ |
| H A D | qgeocodingmanagerengine_nokia.cpp | 101 const QGeoShape &bounds) in geocode() 188 const QGeoShape &bounds) in geocode() 249 const QGeoShape &bounds, in geocode() 268 const QGeoShape &bounds) in reverseGeocode()
|
| H A D | qgeocodejsonparser.cpp | 318 bool parseLocation(const QJsonObject &obj, const QGeoShape &bounds, QGeoLocation *loc) in parseLocation() 366 void parseDocument(const QJsonDocument &doc, const QGeoShape &bounds, QList<QGeoLocation> *locs) in parseDocument() 382 void QGeoCodeJsonParser::setBounds(const QGeoShape &bounds) in setBounds()
|
| H A D | qgeoroutexmlparser.cpp | 167 QGeoRectangle bounds; in parseRoute() local 584 bool QGeoRouteXmlParser::parseBoundingBox(QGeoRectangle &bounds) in parseBoundingBox()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocodingmanagerplugins/ |
| H A D | qgeocodingmanagerengine_test.h | 72 …QGeoCodeReply* geocode(const QString &searchString, int limit, int offset, const QGeoShape &bounds) in geocode() 85 QGeoCodeReply* geocode (const QGeoAddress &address, const QGeoShape &bounds) in geocode() 96 QGeoCodeReply* reverseGeocode(const QGeoCoordinate &coordinate, const QGeoShape &bounds) in reverseGeocode()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/rkisp1/ |
| H A D | rkisp1-common.c | 20 const struct v4l2_rect *bounds) in rkisp1_sd_adjust_crop_rect() 27 const struct v4l2_mbus_framefmt *bounds) in rkisp1_sd_adjust_crop()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/ |
| H A D | qgeocodingmanagerengineosm.cpp | 102 …CodeReply *QGeoCodingManagerEngineOsm::geocode(const QGeoAddress &address, const QGeoShape &bounds) in geocode() 107 …ngManagerEngineOsm::geocode(const QString &address, int limit, int offset, const QGeoShape &bounds) in geocode() 149 const QGeoShape &bounds) in reverseGeocode()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/ |
| H A D | geocodingmanagerengine_esri.cpp | 101 const QGeoShape &bounds) in geocode() 107 const QGeoShape &bounds) in geocode() 141 const QGeoShape &bounds) in reverseGeocode()
|
| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | mitri.c | 37 miPointFixedBounds(int npoint, xPointFixed * points, BoxPtr bounds) in miPointFixedBounds() 64 miTriangleBounds(int ntri, xTriangle * tris, BoxPtr bounds) in miTriangleBounds()
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | time.c | 288 static struct bounds { in validate_cc_value() struct 289 unsigned int min, max; in validate_cc_value()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | tile_range.hpp | 17 … static TileRange fromLatLngBounds(const LatLngBounds& bounds, uint8_t minZoom, uint8_t maxZoom) { in fromLatLngBounds() 36 static TileRange fromLatLngBounds(const LatLngBounds& bounds, uint8_t z) { in fromLatLngBounds()
|
| H A D | tile_cover.cpp | 149 LatLngBounds bounds = LatLngBounds::hull( in tileCover() local 189 uint64_t tileCount(const LatLngBounds& bounds, uint8_t zoom){ in tileCount() 217 LatLngBounds bounds = LatLngBounds::hull( in TileCover() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | geo.hpp | 96 LatLngBounds bounds(a, a); in hull() local 103 LatLngBounds bounds = world(); in empty() local 147 void extend(const LatLngBounds& bounds) { in extend()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/ |
| H A D | offline.cpp | 79 LatLngBounds bounds = LatLngBounds::hull( in decodeOfflineRegionDefinition() local 95 … rapidjson::GenericValue<rapidjson::UTF8<>, rapidjson::CrtAllocator> bounds(rapidjson::kArrayType); in encodeOfflineRegionDefinition() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/numeric/conversion/ |
| H A D | bounds.hpp | 19 struct bounds : boundsdetail::get_impl<N>::type struct
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/ |
| H A D | qgeocodingmanagerengine_test.h | 150 QGeoCodeReply* geocode(const QGeoAddress & address, const QGeoShape &bounds) in geocode() 245 QGeoCodeReply* reverseGeocode(const QGeoCoordinate &coordinate, const QGeoShape &bounds) in reverseGeocode()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/dispnv50/ |
| H A D | head907d.c | 100 u32 bounds = 0; in head907d_ovly() local 129 u32 bounds = 0; in head907d_base() local
|
| H A D | head507d.c | 71 u32 bounds = 0; in head507d_ovly() local 99 u32 bounds = 0; in head507d_base() local
|
| H A D | head917d.c | 53 u32 bounds = 0; in head917d_base() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/ |
| H A D | custom_geometry_source.cpp | 40 void CustomGeometrySource::invalidateRegion(const LatLngBounds& bounds) { in invalidateRegion()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/ |
| H A D | transform_state.hpp | 96 optional<LatLngBounds> bounds; member in mbgl::TransformState
|