Home
last modified time | relevance | path

Searched refs:a_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.hpp279 bool const a_is_point = equals_point_point(robust_a1, robust_a2); 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()
417 bool const a_is_point, in is_x_more_significant()
425 if (a_is_point) in is_x_more_significant()
458 bool a_is_point, bool b_is_point) in relate_collinear()
460 if (a_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.hpp281 bool a_is_point = equals_point_point(a1, a2); in apply() local
284 if(a_is_point && b_is_point) in apply()
337 if (! a_is_point) in apply()
343 a_is_point = true; in apply()
362 if (! a_is_point && ! detail::vec_normalize(plane1.normal, len1)) in apply()
364 a_is_point = true; in apply()
382 if (a_is_point && b_is_point) in apply()
434 if (a_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.hpp299 bool a_is_point = equals_point_point(a1, a2); in apply() local
302 if(a_is_point && b_is_point) in apply()
368 if (! a_is_point) in apply()
373 a_is_point = true; in apply()
398 if(a_is_point && b_is_point) in apply()
431 if (a_is_point) in apply()
537 if (a_is_point || b_is_point) in apply()