Home
last modified time | relevance | path

Searched refs:ClockWise (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/
H A Dpolygon.hpp69 bool ClockWise = true,
84 typedef ring<Point, ClockWise, Closed, PointList, PointAlloc> ring_type;
158 bool ClockWise, bool Closed,
168 Point, ClockWise, Closed,
179 bool ClockWise, bool Closed,
189 Point, ClockWise, Closed,
196 Point, ClockWise, Closed,
206 bool ClockWise, bool Closed,
216 Point, ClockWise, Closed,
223 Point, ClockWise, Closed,
[all …]
H A Dring.hpp60 bool ClockWise = true, bool Closed = true,
115 bool ClockWise, bool Closed,
119 struct tag<model::ring<Point, ClockWise, Closed, Container, Allocator> >
/OK3568_Linux_fs/external/xserver/mi/
H A Dmipoly.h93 int ClockWise; /* flag for winding number rule */ member
H A Dmipoly.c205 pETEs->ClockWise = 0; in miCreateETandAET()
209 pETEs->ClockWise = 1; in miCreateETandAET()
298 if (AET->ClockWise) in micomputeWAET()