Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dtile_cover_impl.hpp25 struct Bound { struct
26 std::vector<Point<double>> points;
27 size_t currentPoint = 0;
28 bool winding = false;
31 Bound(const Bound& rhs) { in Bound() function
36 Bound& operator=(Bound&& rhs) { in operator =()
44 double interpolate(uint32_t y) { in interpolate()