Searched refs:analyse_result (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/buffer/ |
| H A D | turn_in_piece_visitor.hpp | 97 enum analyse_result enum 125 inline analyse_result check_segment(Point const& previous, in check_segment() 206 static inline analyse_result apply(Turn const& turn, Piece const& piece) in apply() 274 analyse_result code = check_segment(previous, current, turn, false); in apply() 312 static inline analyse_result check_helper_segment(Point const& s1, in check_helper_segment() 412 static inline analyse_result check_helper_segments(Turn const& turn, Piece const& piece) in check_helper_segments() 456 analyse_result result in check_helper_segments() 505 …static inline analyse_result check_monotonic(Turn const& turn, Piece const& piece, Compare const& … in check_monotonic() 529 static inline analyse_result apply(Turn const& turn, Piece const& piece) in apply() 532 analyse_result code = check_helper_segments(turn, piece); in apply() [all …]
|