Home
last modified time | relevance | path

Searched defs:is_convex (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/geometry/algorithms/
Dis_convex.hpp40 namespace detail { namespace is_convex namespace
135 struct is_convex : not_implemented<Tag> struct
139 struct is_convex<Box, box_tag> struct
142 static inline bool apply(Box const& , Strategy const& ) in apply()
150 struct is_convex<Box, ring_tag> : detail::is_convex::ring_is_convex struct
160 struct is_convex struct
163 static bool apply(Geometry const& geometry, Strategy const& strategy) in apply()
169 static bool apply(Geometry const& geometry, geometry::default_strategy const&) in apply()
181 struct is_convex<boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)> > struct
184 struct visitor: boost::static_visitor<bool>
[all …]
/third_party/boost/boost/geometry/algorithms/detail/buffer/
Dpiece_border.hpp371 bool is_convex(SideStrategy const& strategy) const in is_convex() function
416 …bool is_convex(Point& previous, Point& current, It begin, It end, SideStrategy const& strategy) co… in is_convex() function
429 …bool is_convex(Point& previous, Point& current, Point const& next, SideStrategy const& strategy) c… in is_convex() function
/third_party/flutter/skia/tests/
DPathTest.cpp5471 static bool conditional_convex(const SkPath& path, bool is_convex) { in conditional_convex()