Searched defs:perimeter (Results 1 – 6 of 6) sorted by relevance
49 struct perimeter : detail::calculate_null struct51 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> struct70 struct perimeter<Polygon, polygon_tag> : detail::calculate_polygon_sum struct72 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 struct89 typedef typename default_length_result<MultiPolygon>::type return_type;[all …]
53 void QDeclarativeGeoMapItemUtils::wrapPath(const QList<QGeoCoordinate> &perimeter, in wrapPath()93 void QDeclarativeGeoMapItemUtils::wrapPath(const QList<QGeoCoordinate> &perimeter, in wrapPath()
144 const QList<QGeoCoordinate> perimeter = path(m_rect.m_rectangle); in updatePolish() local223 static QList<QGeoCoordinate> perimeter(const QGeoRectangle &rect) in perimeter() function
463 const QList<QGeoCoordinate> &perimeter) in updateSourcePoints()535 const QList<QGeoCoordinate> perimeter = QDeclarativeRectangleMapItemPrivateCPU::path(rect); in updateSourcePoints() local
186 QList<QGeoCoordinate> perimeter; in QGeoPolygon() local191 QList<QGeoCoordinate> perimeter; in QGeoPolygon() local273 QVariantList QGeoPolygon::perimeter() const in perimeter() function in QGeoPolygon
286 QGeoPolygon LocationSingleton::polygon(const QVariantList &perimeter, const QVariantList &holes) co… in polygon() argument