| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/ |
| H A D | centroid.hpp | 106 namespace detail { namespace centroid namespace 112 static inline void apply(Point const& point, PointCentroid& centroid, in apply() 115 geometry::convert(point, centroid); in apply() 132 static inline void apply(Indexed const& indexed, Point& centroid) in apply() 140 set<Dimension>(centroid, m); in apply() 145 >::apply(indexed, centroid); in apply() 162 static inline void apply(Indexed const& indexed, Point& centroid, in apply() 168 >::apply(indexed, centroid); in apply() 177 inline bool range_ok(Range const& range, Point& centroid) in range_ok() argument 195 geometry::convert(*boost::begin(range), centroid); in range_ok() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/ |
| H A D | centroid_average.hpp | 35 namespace strategy { namespace centroid namespace 57 PointCentroid centroid; member in boost::geometry::strategy::centroid::average::sum 63 assign_zero(centroid); in sum() 74 add_point(state.centroid, p); in apply() 78 static inline bool result(sum const& state, PointCentroid& centroid) in result() argument 80 centroid = state.centroid; in result() 83 divide_value(centroid, state.count); in result()
|
| H A D | centroid_weighted_length.hpp | 39 namespace strategy { namespace centroid namespace 100 static inline bool result(state_type const& state, Point& centroid) in result() argument 109 geometry::for_each_coordinate(centroid, set_sum_div_length(state)); in result() 123 void apply(Pt & centroid) const in apply() 127 centroid, in apply()
|
| H A D | centroid_bashein_detmer.hpp | 43 namespace strategy { namespace centroid namespace 197 static inline bool result(sums const& state, Point& centroid) in result() argument 216 set<0>(centroid, in result() 218 set<1>(centroid, in result()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/itemview_transitions/ |
| H A D | main.qml | 186 function fromMercator(l, centroid) { 190 var offset = Qt.point((vtx.x - centroid.x) * animationScale, 191 (vtx.y - centroid.y) * animationScale) 192 var pt = Qt.point(centroid.x + offset.x, centroid.y + offset.y)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/ |
| H A D | centroid.hpp | 30 namespace strategy { namespace centroid namespace
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeoprojection.cpp | 830 QDoubleVector2D centroid; in updateVisibleRegion() local 832 centroid += v; in updateVisibleRegion() 833 centroid /= m_visibleRegion.size(); in updateVisibleRegion() 837 const QDoubleVector2D vc = v - centroid; in updateVisibleRegion() 838 m_visibleRegionExpanded.push_back(centroid + vc * 1.2); // fixing expansion factor to 1.2 in updateVisibleRegion()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/centroid/ |
| H A D | translating_transformer.hpp | 40 namespace detail { namespace centroid namespace
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/rstar/ |
| H A D | insert.hpp | 63 geometry::centroid(rtree::elements(*parent)[current_child_index].first, node_center); in apply() 79 geometry::centroid( rtree::element_indexable(*it, translator), element_center); in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/ |
| H A D | pack_create.hpp | 183 geometry::centroid(indexable, pt); in apply()
|