Home
last modified time | relevance | path

Searched refs:is_monotonic_increasing (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.hpp221 bool is_monotonic_increasing[2]; // 0=x, 1=y member
251 is_monotonic_increasing[0] = false; in piece()
252 is_monotonic_increasing[1] = false; in piece()
667 pc.is_monotonic_increasing[Dimension] = false; in determine_monotonicity()
677 pc.is_monotonic_increasing[0] = true; in determine_properties()
678 pc.is_monotonic_increasing[1] = true; in determine_properties()
H A Dturn_in_piece_visitor.hpp545 if (piece.is_monotonic_increasing[0]) in apply()
550 else if (piece.is_monotonic_increasing[1]) in apply()