Home
last modified time | relevance | path

Searched refs:point2 (Results 1 – 25 of 31) sorted by relevance

12

/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 Dpoint_point.hpp97 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 Dside.hpp119 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 Ddistance.hpp75 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 Denvelope_segment.hpp49 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 Dtst_map_pinch.qml.QTBUG-4797074 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 Dpoint_point.hpp40 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 Dimplementation.hpp67 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 Dappend_no_dups_or_spikes.hpp38 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 Dcopy_segment_point.hpp363 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 Dpointlike_pointlike.hpp146 Point2 const& point2, in apply()
155 detail::equals::equals_point_point(point1, point2), in apply()
H A Dsort_by_side.hpp240 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 Dqquickgeomapgesturearea_p.h77 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 Denvelope_segment.hpp37 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 Dpoint_in_point.hpp33 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 Denvelope_segment.hpp38 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 Dless.hpp72 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 Dpoint_point.hpp39 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 Drecalculate.hpp51 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 Ddirection_code.hpp38 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 Dmultipoint.hpp59 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 Dpoint_in_geometry.hpp113 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 Dbuffered_piece_collection.hpp1103 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 Dadt7462.rst65 - point2: Set the pwm speed at a higher temperature bound.
H A Dadt7470.rst64 - point2: Set the pwm speed at a higher temperature bound.
H A Dadt7475.rst129 - point2: Set the PWM speed at the higher temperature bound

12