Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Dintersection.hpp280 bool const b_is_point = equals_point_point(robust_b1, robust_b2); in apply() local
282 if(a_is_point && b_is_point) in apply()
382 a_is_point, b_is_point); in apply()
393 a_is_point, b_is_point); in apply()
400 a_is_point, b_is_point); in apply()
418 bool const b_is_point) in is_x_more_significant()
429 else if (b_is_point) in is_x_more_significant()
458 bool a_is_point, bool b_is_point) in relate_collinear()
467 if (b_is_point) in relate_collinear()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/
H A Dintersection.hpp282 bool b_is_point = equals_point_point(b1, b2); in apply() local
284 if(a_is_point && b_is_point) in apply()
312 if (! b_is_point) in apply()
318 b_is_point = true; in apply()
372 if (! b_is_point && ! detail::vec_normalize(plane2.normal, len2)) in apply()
374 b_is_point = true; in apply()
382 if (a_is_point && b_is_point) in apply()
439 else if (b_is_point) in apply()
514 if (a_is_point || b_is_point) 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 Dintersection.hpp300 bool b_is_point = equals_point_point(b1, b2); in apply() local
302 if(a_is_point && b_is_point) in apply()
335 if (! b_is_point) in apply()
340 b_is_point = true; in apply()
398 if(a_is_point && b_is_point) in apply()
435 else if (b_is_point) in apply()
537 if (a_is_point || b_is_point) in apply()