Home
last modified time | relevance | path

Searched refs:m_touches (Results 1 – 1 of 1) sorted by relevance

/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_poly_winding.hpp210 state.m_touches = true; in apply()
247 state.m_touches = true; in apply()
352 bool m_touches; member in boost::geometry::strategy::within::winding::counter
356 return m_touches ? 0 : m_count == 0 ? -1 : 1; in code()
367 , m_touches(false) in counter()
444 state.m_touches = true; in apply()
458 return ! state.m_touches; in apply()