Home
last modified time | relevance | path

Searched refs:is_monotonic_decreasing (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 Dbuffered_piece_collection.hpp222 bool is_monotonic_decreasing[2]; // 0=x, 1=y member
253 is_monotonic_decreasing[0] = false; in piece()
254 is_monotonic_decreasing[1] = false; in piece()
671 pc.is_monotonic_decreasing[Dimension] = false; in determine_monotonicity()
679 pc.is_monotonic_decreasing[0] = true; in determine_properties()
680 pc.is_monotonic_decreasing[1] = true; in determine_properties()
H A Dturn_in_piece_visitor.hpp555 else if (piece.is_monotonic_decreasing[0]) in apply()
560 else if (piece.is_monotonic_decreasing[1]) in apply()