Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Dperimeter.hpp49 struct perimeter : detail::calculate_null struct
51 typedef typename default_length_result<Geometry>::type return_type;
54 static inline return_type apply(Geometry const& geometry, Strategy const& strategy) in apply()
61 struct perimeter<Geometry, ring_tag> struct
70 struct perimeter<Polygon, polygon_tag> : detail::calculate_polygon_sum struct
72 typedef typename default_length_result<Polygon>::type return_type;
77 > policy;
80 static inline return_type apply(Polygon const& polygon, Strategy const& strategy) in apply()
87 struct perimeter<MultiPolygon, multi_polygon_tag> : detail::multi_sum struct
89 typedef typename default_length_result<MultiPolygon>::type return_type;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapitemutils.cpp53 void QDeclarativeGeoMapItemUtils::wrapPath(const QList<QGeoCoordinate> &perimeter, in wrapPath()
93 void QDeclarativeGeoMapItemUtils::wrapPath(const QList<QGeoCoordinate> &perimeter, in wrapPath()
H A Dqdeclarativerectanglemapitem_p_p.h144 const QList<QGeoCoordinate> perimeter = path(m_rect.m_rectangle); in updatePolish() local
223 static QList<QGeoCoordinate> perimeter(const QGeoRectangle &rect) in perimeter() function
H A Dqdeclarativepolygonmapitem.cpp463 const QList<QGeoCoordinate> &perimeter) in updateSourcePoints()
535 const QList<QGeoCoordinate> perimeter = QDeclarativeRectangleMapItemPrivateCPU::path(rect); in updateSourcePoints() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeopolygon.cpp186 QList<QGeoCoordinate> perimeter; in QGeoPolygon() local
191 QList<QGeoCoordinate> perimeter; in QGeoPolygon() local
273 QVariantList QGeoPolygon::perimeter() const in perimeter() function in QGeoPolygon
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/positioning/
H A Dlocationsingleton.cpp286 QGeoPolygon LocationSingleton::polygon(const QVariantList &perimeter, const QVariantList &holes) co… in polygon() argument