Home
last modified time | relevance | path

Searched refs:side_pk_p (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/algorithms/detail/overlay/
H A Dget_turn_info.hpp294 int const side_pk_p = side.pk_wrt_p1(); in apply() local
305 if (side_pk_p == side_qi_p1 in apply()
306 || side_pk_p == side_qk_p1 in apply()
307 || (side_qi_p1 == 0 && side_qk_p1 == 0 && side_pk_p != -1) in apply()
395 int const side_pk_p = side.pk_wrt_p1(); in apply() local
399 if (side_pk_p == side_qi_p1) in apply()
421 if (side_pk_p == side_qk_p1) in apply()
487 int const side_pk_p = side.pk_wrt_p1(); in apply() local
495 if (side_pk_q2 == 0 && side_pk_p == side_qk_p) in apply()
504 if (! opposite(side_pk_p, side_qk_p)) in apply()
[all …]
H A Dget_turn_info_for_endpoint.hpp606 int const side_pk_p = side.pk_wrt_p1(); in operations_of_equal() local
613 if ( side_pk_q2 == 0 && side_pk_p == side_qk_p ) in operations_of_equal()
619 if ( ! base_turn_handler::opposite(side_pk_p, side_qk_p) ) in operations_of_equal()
635 if ( side_pk_p != -1 ) in operations_of_equal()
/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.hpp1266 int const side_pk_p = side_calc.pk_wrt_p1(); in calculate_from_inside_sides() local
1269 if (! overlay::base_turn_handler::opposite(side_pk_p, side_qk_p)) in calculate_from_inside_sides()
1276 return side_pk_p == -1; in calculate_from_inside_sides()