Home
last modified time | relevance | path

Searched defs:point2 (Results 1 – 12 of 12) sorted by relevance

/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.hpp145 static inline bool apply(Point1 const& point1, Point2 const& point2, Strategy const& ) in apply()
151 static inline bool apply(Point1 const& point1, Point2 const& point2) in apply()
215 inline bool disjoint_point_point(Point1 const& point1, Point2 const& 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/algorithms/detail/overlay/
H A Dcopy_segment_point.hpp363 PointOut& point1, PointOut& point2) in copy_segment_points()
386 PointOut& point1, PointOut& point2, PointOut& point3) in copy_segment_points()
H A Dappend_no_dups_or_spikes.hpp38 Point2 const& point2, in points_equal_or_close()
H A Dsort_by_side.hpp240 Point point1, point2, point3; in add() local
/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()
/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()
/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()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/geographic/
H A Denvelope_segment.hpp49 inline void apply(Point1 const& point1, Point2 const& point2, Box& box) const in apply()
H A Dside.hpp119 static inline ResultType azimuth(Point1 const& point1, Point2 const& point2, in azimuth()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Ddirection_code.hpp38 inline int sign_of_difference(Point1 const& point1, Point2 const& point2) in sign_of_difference()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqquickgeomapgesturearea_p.h100 QPointF point2() const { return m_point2; } in point2() function
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiarc.c1310 angleBetween(SppPointRec center, SppPointRec point1, SppPointRec point2) in angleBetween()