Home
last modified time | relevance | path

Searched defs:point1 (Results 1 – 15 of 15) 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.hpp37 inline bool points_equal_or_close(Point1 const& point1, in points_equal_or_close()
H A Dsort_by_side.hpp240 Point point1, point2, point3; in add() local
262 Point const point1 = add(op, turn_index, op_index, geometry1, geometry2, false); 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()
H A Ddistance.hpp75 apply(Point1 const& point1, Point2 const& point2) const 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 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/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform_state.cpp311 vec4 point1 = {{ point.x, flippedY, 1, 1 }}; in screenCoordinateToLatLng() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqquickgeomapgesturearea_p.h98 QPointF point1() const { return m_point1; } in point1() function
/OK3568_Linux_fs/kernel/drivers/video/fbdev/riva/
H A Driva_hw.h359 U032 point1; /* y_x S16_S16 in pixels 4- 7*/ member
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiarc.c1310 angleBetween(SppPointRec center, SppPointRec point1, SppPointRec point2) in angleBetween()