| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/disjoint/ |
| H A D | point_point.hpp | 97 static inline bool apply(Point1 const& point1, Point2 const& point2) in apply() 105 = return_normalized<helper_point_type2>(point2); in apply() 117 static inline bool apply(Point1 const& point1, Point2 const& point2) in apply() 131 Point2 point2_normalized = return_normalized<Point2>(point2); in apply() 145 static inline bool apply(Point1 const& point1, Point2 const& point2, Strategy const& ) in apply() argument 147 return apply(point1, point2); in apply() 151 static inline bool apply(Point1 const& point1, Point2 const& point2) in apply() argument 162 >::apply(point1, point2); in apply() 215 inline bool disjoint_point_point(Point1 const& point1, Point2 const& point2) in disjoint_point_point() argument 221 >::apply(point1, point2); in disjoint_point_point()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/geographic/ |
| H A D | side.hpp | 119 static inline ResultType azimuth(Point1 const& point1, Point2 const& point2, in azimuth() argument 124 get_as_radian<0>(point2), in azimuth() 125 get_as_radian<1>(point2), in azimuth()
|
| H A D | distance.hpp | 75 apply(Point1 const& point1, Point2 const& point2) const in apply() 82 get_as_radian<0>(point2), get_as_radian<1>(point2), in apply()
|
| H A D | envelope_segment.hpp | 49 inline void apply(Point1 const& point1, Point2 const& point2, Box& box) const in apply() argument 52 Point2 p2_normalized = detail::return_normalized<Point2>(point2); in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/ |
| H A D | tst_map_pinch.qml.QTBUG-47970 | 74 map.startPinchPoint2= pinch.point2; 83 map.endPinchPoint2 = pinch.point2; 218 verify((map.lastPinchEvent.point2.x > 75) 219 && (map.lastPinchEvent.point2.x < 100 - pinchGenerator.startDragDistance())) 220 compare(map.lastPinchEvent.point2.y, 50) 232 verify((map.lastPinchEvent.point2.x) >= 50 && (map.lastPinchEvent.point2.x < 85)) 233 compare(map.lastPinchEvent.point2.y, 50) 244 verify((map.lastPinchEvent.point2.x) >= 50 && (map.lastPinchEvent.point2.x < 65)) 245 compare(map.lastPinchEvent.point2.y, 50) 556 …ompare(map.lastPinchEvent.center.x, (map.lastPinchEvent.point1.x + map.lastPinchEvent.point2.x) /2) [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/equals/ |
| H A D | point_point.hpp | 40 inline bool equals_point_point(Point1 const& point1, Point2 const& point2) in equals_point_point() argument 42 return ! detail::disjoint::disjoint_point_point(point1, point2); in equals_point_point()
|
| H A D | implementation.hpp | 67 static inline bool apply(Point1 const& point1, Point2 const& point2, Strategy const& strategy) in apply() 73 >::apply(point1, point2, strategy); in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/ |
| H A D | append_no_dups_or_spikes.hpp | 38 Point2 const& point2, in points_equal_or_close() argument 41 if (detail::equals::equals_point_point(point1, point2)) in points_equal_or_close() 60 geometry::recalculate(point2_rob, point2, robust_policy); in points_equal_or_close()
|
| H A D | copy_segment_point.hpp | 363 PointOut& point1, PointOut& point2) in copy_segment_points() argument 369 && copy_segment_point<Reverse1, Reverse2>(geometry1, geometry2, seg_id, 1, point2); in copy_segment_points() 386 PointOut& point1, PointOut& point2, PointOut& point3) in copy_segment_points() argument 392 && copy_segment_point<Reverse1, Reverse2>(geometry1, geometry2, seg_id, 1, point2) in copy_segment_points()
|
| H A D | pointlike_pointlike.hpp | 146 Point2 const& point2, in apply() 155 detail::equals::equals_point_point(point1, point2), in apply()
|
| H A D | sort_by_side.hpp | 240 Point point1, point2, point3; in add() local 242 op.seg_id, point1, point2, point3); in add() 243 Point const& point_to = op.fraction.is_one() ? point3 : point2; in add()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qquickgeomapgesturearea_p.h | 77 Q_PROPERTY(QPointF point2 READ point2) in Q_PROPERTY() 83 const QPointF &point1, const QPointF &point2, in Q_PROPERTY() 86 m_point1(point1), m_point2(point2), in Q_PROPERTY() 100 QPointF point2() const { return m_point2; } in point2() function
|
| /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 | envelope_segment.hpp | 37 apply(Point1 const& point1, Point2 const& point2, Box& box) const in apply() argument 45 point2, in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/agnostic/ |
| H A D | point_in_point.hpp | 33 static inline bool apply(Point1 const& point1, Point2 const& point2) in apply() 35 return detail::equals::equals_point_point(point1, point2); in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/ |
| H A D | envelope_segment.hpp | 38 apply(Point1 const& point1, Point2 const& point2, Box& box) const in apply() argument 41 Point2 p2_normalized = detail::return_normalized<Point2>(point2); in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relate/ |
| H A D | less.hpp | 72 inline bool operator()(Point1 const& point1, Point2 const& point2) const in operator ()() 74 return detail_dispatch::relate::less<Point1, Point2>::apply(point1, point2); in operator ()()
|
| H A D | point_point.hpp | 39 static inline void apply(Point1 const& point1, Point2 const& point2, in apply() 43 bool equal = detail::equals::equals_point_point(point1, point2); in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/ |
| H A D | recalculate.hpp | 51 static inline void apply(Point1& point1, Point2 const& point2, Strategy const& strategy) in apply() 54 geometry::set<dim>(point1, strategy.template apply<dim>(geometry::get<dim>(point2))); in apply() 55 recalculate_point<dim>::apply(point1, point2, strategy); in apply()
|
| H A D | direction_code.hpp | 38 inline int sign_of_difference(Point1 const& point1, Point2 const& point2) in sign_of_difference() argument 41 math::equals(geometry::get<Index>(point1), geometry::get<Index>(point2)) in sign_of_difference() 45 (geometry::get<Index>(point1) > geometry::get<Index>(point2) ? 1 : -1); in sign_of_difference()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/envelope/ |
| H A D | multipoint.hpp | 59 inline bool operator()(Point const& point1, Point const& point2) const in operator ()() 62 geometry::get<Dim>(point2)); in operator ()()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/within/ |
| H A D | point_in_geometry.hpp | 113 int apply(Point1 const& point1, Point2 const& point2, Strategy const& strategy) in apply() 116 return strategy.apply(point1, point2) ? 1 : -1; in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/buffer/ |
| H A D | buffered_piece_collection.hpp | 1103 const point_type& point2, in finish_piece() 1113 robust_point_type mid_point = add_helper_point(pc, point2); in finish_piece() 1123 const point_type& point2, in finish_piece() 1129 robust_point_type mid_point2 = add_helper_point(pc, point2); in finish_piece()
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | adt7462.rst | 65 - point2: Set the pwm speed at a higher temperature bound.
|
| H A D | adt7470.rst | 64 - point2: Set the pwm speed at a higher temperature bound.
|
| H A D | adt7475.rst | 129 - point2: Set the PWM speed at the higher temperature bound
|