Home
last modified time | relevance | path

Searched refs:right_to_left (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/overlay/
H A Dget_turn_info.hpp396 bool const right_to_left = side_qk_p1 == 1; in apply() local
407 ti.operations[1].operation = right_to_left in apply()
414 uu_else_ii(right_to_left, ti); in apply()
433 ui_else_iu(right_to_left, ti); in apply()
439 ui_else_iu(! right_to_left, ti); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dconfig.hpp35 enum horizontal_direction : std::uint8_t { right_to_left = 0, left_to_right = 1 }; enumerator