Home
last modified time | relevance | path

Searched refs:first_point (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/relate/
H A Dlinear_areal.hpp821 bool const first_point = first_in_range || m_first_from_unknown; in apply() local
850 if ( first_point || !it->operations[op_id].is_collinear ) in apply()
877 bool const from_inside = first_point in apply()
889 if ( first_point ) in apply()
977 bool const first_point = first_in_range || m_first_from_unknown; in apply() local
978 bool const first_from_inside = first_point in apply()
1008 if ( first_point && ( !this_b || op_blocked ) ) in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/io/wkt/
H A Dread.hpp289 first_point = point; in append()
298 || !detail::equals::equals_point_point(point, first_point); in append()
310 point_type first_point; member