| /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() 103 = return_normalized<helper_point_type1>(point1); in apply() 117 static inline bool apply(Point1 const& point1, Point2 const& point2) in apply() 130 Point1 point1_normalized = return_normalized<Point1>(point1); 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 122 return InverseFormulaType::apply(get_as_radian<0>(point1), in azimuth() 123 get_as_radian<1>(point1), in azimuth()
|
| H A D | distance.hpp | 75 apply(Point1 const& point1, Point2 const& point2) const in apply() argument 81 >::apply(get_as_radian<0>(point1), get_as_radian<1>(point1), in apply()
|
| H A D | envelope_segment.hpp | 49 inline void apply(Point1 const& point1, Point2 const& point2, Box& box) const in apply() argument 51 Point1 p1_normalized = detail::return_normalized<Point1>(point1); in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/ |
| H A D | tst_map_pinch.qml.QTBUG-47970 | 73 map.startPinchPoint1= pinch.point1; 82 map.endPinchPoint1 = pinch.point1; 215 verify((map.lastPinchEvent.point1.x > pinchGenerator.startDragDistance()) 216 && (map.lastPinchEvent.point1.x < 25)) 217 compare(map.lastPinchEvent.point1.y, 50) 230 verify((map.lastPinchEvent.point1.x) > 25 && (map.lastPinchEvent.point1.x <= 50)) 231 compare(map.lastPinchEvent.point1.y, 50) 242 verify((map.lastPinchEvent.point1.x) > 35 && (map.lastPinchEvent.point1.x <= 50)) 243 compare(map.lastPinchEvent.point1.y, 50) 556 …compare(map.lastPinchEvent.center.x, (map.lastPinchEvent.point1.x + map.lastPinchEvent.point2.x) /… [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 | 37 inline bool points_equal_or_close(Point1 const& point1, in points_equal_or_close() argument 41 if (detail::equals::equals_point_point(point1, point2)) in points_equal_or_close() 59 geometry::recalculate(point1_rob, point1, robust_policy); in points_equal_or_close()
|
| H A D | sort_by_side.hpp | 240 Point point1, point2, point3; in add() local 242 op.seg_id, point1, point2, point3); in add() 245 m_ranked_points.push_back(rp(point1, turn_index, op_index, dir_from, op)); in add() 249 m_origin = point1; in add() 252 return point1; in add() 262 Point const point1 = add(op, turn_index, op_index, geometry1, geometry2, false); in add() local 277 m_origin = point1; in add()
|
| H A D | copy_segment_point.hpp | 363 PointOut& point1, PointOut& point2) in copy_segment_points() argument 368 return copy_segment_point<Reverse1, Reverse2>(geometry1, geometry2, seg_id, 0, point1) in copy_segment_points() 386 PointOut& point1, PointOut& point2, PointOut& point3) in copy_segment_points() argument 391 return copy_segment_point<Reverse1, Reverse2>(geometry1, geometry2, seg_id, 0, point1) in copy_segment_points()
|
| H A D | pointlike_pointlike.hpp | 145 static inline OutputIterator apply(Point1 const& point1, in apply() 154 >::apply(point1, in apply() 155 detail::equals::equals_point_point(point1, point2), in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qquickgeomapgesturearea_p.h | 76 Q_PROPERTY(QPointF point1 READ point1) in Q_PROPERTY() 83 const QPointF &point1, const QPointF &point2, in Q_PROPERTY() 86 m_point1(point1), m_point2(point2), in Q_PROPERTY() 98 QPointF point1() const { return m_point1; } in point1() 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 44 ::apply(point1, 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 40 Point1 p1_normalized = detail::return_normalized<Point1>(point1); 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/kernel/arch/arm64/boot/dts/qcom/ |
| H A D | sm8150.dtsi | 1233 cpu0_alert1: trip-point1 { 1277 cpu1_alert1: trip-point1 { 1321 cpu2_alert1: trip-point1 { 1365 cpu3_alert1: trip-point1 { 1409 cpu4_top_alert1: trip-point1 { 1453 cpu5_top_alert1: trip-point1 { 1497 cpu6_top_alert1: trip-point1 { 1541 cpu7_top_alert1: trip-point1 { 1585 cpu4_bottom_alert1: trip-point1 { 1629 cpu5_bottom_alert1: trip-point1 { [all …]
|
| H A D | sm8250.dtsi | 2400 cpu0_alert1: trip-point1 { 2444 cpu1_alert1: trip-point1 { 2488 cpu2_alert1: trip-point1 { 2532 cpu3_alert1: trip-point1 { 2576 cpu4_top_alert1: trip-point1 { 2620 cpu5_top_alert1: trip-point1 { 2664 cpu6_top_alert1: trip-point1 { 2708 cpu7_top_alert1: trip-point1 { 2752 cpu4_bottom_alert1: trip-point1 { 2796 cpu5_bottom_alert1: trip-point1 { [all …]
|
| /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 ()() 61 return math::smaller(geometry::get<Dim>(point1), 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/src/mbgl/map/ |
| H A D | transform_state.cpp | 311 vec4 point1 = {{ point.x, flippedY, 1, 1 }}; in screenCoordinateToLatLng() local 313 matrix::transformMat4(coord1, point1, inverted); in screenCoordinateToLatLng()
|
| /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 | 1102 const point_type& point1, in finish_piece() 1112 add_helper_point(pc, point1); in finish_piece() 1122 const point_type& point1, in finish_piece() 1128 add_helper_point(pc, point1); in finish_piece()
|