Home
last modified time | relevance | path

Searched refs:point1 (Results 1 – 25 of 52) sorted by relevance

123

/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()
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 Dside.hpp119 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 Ddistance.hpp75 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 Denvelope_segment.hpp49 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 Dtst_map_pinch.qml.QTBUG-4797073 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 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.hpp37 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 Dsort_by_side.hpp240 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 Dcopy_segment_point.hpp363 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 Dpointlike_pointlike.hpp145 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 Dqquickgeomapgesturearea_p.h76 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 Denvelope_segment.hpp37 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 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
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 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/kernel/arch/arm64/boot/dts/qcom/
H A Dsm8150.dtsi1233 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 Dsm8250.dtsi2400 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 Dmultipoint.hpp59 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 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/src/mbgl/map/
H A Dtransform_state.cpp311 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 Dbuffered_piece_collection.hpp1102 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()

123