Home
last modified time | relevance | path

Searched refs:geometry_code (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/buffer/
H A Dturn_in_piece_visitor.hpp774 int geometry_code = 0; in apply() local
777 geometry_code = turn_in_convex_piece(turn, piece); in apply()
784 geometry_code = detail::within::point_in_geometry(turn.robust_point, piece.robust_ring); in apply()
787 int geometry_code = detail::within::point_in_geometry(turn.robust_point, piece.robust_ring); in apply() local
790 if (geometry_code == 1) in apply()
H A Dbuffered_piece_collection.hpp1287 int const geometry_code in point_coveredby_original() local
1291 if (geometry_code == -1) in point_coveredby_original()