Home
last modified time | relevance | path

Searched refs:side_qi_p1 (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/algorithms/detail/overlay/
H A Dget_turn_info.hpp285 int const side_qi_p1 = dir_info.sides.template get<1, 0>(); in apply() local
291 if (! opposite(side_qi_p1, side_qk_p1)) in apply()
299 && ! same(side_qi_p1, side_qk_q) in apply()
305 if (side_pk_p == side_qi_p1 in apply()
307 || (side_qi_p1 == 0 && side_qk_p1 == 0 && side_pk_p != -1) in apply()
381 : side_qi_p1 == 1 || side_qk_p1 == 1 in apply()
399 if (side_pk_p == side_qi_p1) in apply()
880 int const side_qi_p1 = dir_info.sides.template get<1, 0>(); in apply() local
881 unsigned int const index = side_qi_p1 == 1 ? 0 : 1; in apply()