Searched refs:m_p1 (Results 1 – 2 of 2) 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/overlay/ |
| H A D | sort_by_side.hpp | 117 : m_p1(p1) in less_by_side() 128 int const side_first = m_strategy.apply(m_p1, m_p2, first.point); in operator ()() 129 int const side_second = m_strategy.apply(m_p1, m_p2, second.point); in operator ()() 136 int const first_code = direction_code(m_p1, m_p2, first.point); in operator ()() 137 int const second_code = direction_code(m_p1, m_p2, second.point); in operator ()() 146 && direction_code(m_p1, m_p2, first.point) == -1) in operator ()() 153 && direction_code(m_p1, m_p2, second.point) == -1) in operator ()() 186 Point m_p1, m_p2; member
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/ |
| H A D | fwd_macros.hpp | 294 #define BOOST_MOVE_FWD_INIT2 BOOST_MOVE_FWD_INIT1, m_p1(::boost::forward<P1>(p1)) 318 #define BOOST_MOVE_VAL_INIT2 BOOST_MOVE_VAL_INIT1, m_p1(p1) 537 #define BOOST_MOVE_MREF2 BOOST_MOVE_MREF1 BOOST_MOVE_MREF(P1) m_p1; 561 #define BOOST_MOVE_MEMB2 BOOST_MOVE_MEMB1 P1 m_p1;
|