Home
last modified time | relevance | path

Searched refs:perimeter (Results 1 – 15 of 15) 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
61 struct perimeter<Geometry, ring_tag> struct
70 struct perimeter<Polygon, polygon_tag> : detail::calculate_polygon_sum struct
87 struct perimeter<MultiPolygon, multi_polygon_tag> : detail::multi_sum struct
97 perimeter<typename boost::range_value<MultiPolygon>::type> in apply()
111 struct perimeter struct
117 return dispatch::perimeter<Geometry>::apply(geometry, strategy); in apply()
129 return dispatch::perimeter<Geometry>::apply(geometry, strategy_type()); in apply()
139 struct perimeter struct
146 return resolve_strategy::perimeter::apply(geometry, strategy); in apply()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapitemutils.cpp53 void QDeclarativeGeoMapItemUtils::wrapPath(const QList<QGeoCoordinate> &perimeter, in wrapPath() argument
62 for (const QGeoCoordinate &c : perimeter) in wrapPath()
93 void QDeclarativeGeoMapItemUtils::wrapPath(const QList<QGeoCoordinate> &perimeter, in wrapPath() argument
100 for (const QGeoCoordinate &c : perimeter) in wrapPath()
H A Dqdeclarativegeomapitemutils_p.h89 static void wrapPath(const QList<QGeoCoordinate> &perimeter
97 static void wrapPath(const QList<QGeoCoordinate> &perimeter
H A Dqdeclarativerectanglemapitem_p_p.h144 const QList<QGeoCoordinate> perimeter = path(m_rect.m_rectangle); in updatePolish() local
145 const QList<QDoubleVector2D> pathMercator_ = pathMercator(perimeter); in updatePolish()
223 static QList<QGeoCoordinate> perimeter(const QGeoRectangle &rect) in perimeter() function
H A Dqdeclarativepolygonmapitem.cpp463 const QList<QGeoCoordinate> &perimeter) in updateSourcePoints() argument
476 QDeclarativeGeoMapItemUtils::wrapPath(perimeter, geoLeftBound_, p, in updateSourcePoints()
481 QGeoPolygon bbox(QGeoPath(perimeter).boundingGeoRectangle()); in updateSourcePoints()
535 const QList<QGeoCoordinate> perimeter = QDeclarativeRectangleMapItemPrivateCPU::path(rect); in updateSourcePoints() local
536 updateSourcePoints(map, perimeter); in updateSourcePoints()
H A Dqdeclarativepolygonmapitem_p_p.h107 const QList<QGeoCoordinate> &perimeter);
H A Dqdeclarativepolylinemapitem.cpp841 const QGeoPath path(QDeclarativeRectangleMapItemPrivateCPU::perimeter(rect)); in updateSourcePoints()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeopolygon.h54 Q_PROPERTY(QVariantList perimeter READ perimeter WRITE setPerimeter REVISION 12)
97 QVariantList perimeter() const;
H A Dqgeopolygon.cpp186 QList<QGeoCoordinate> perimeter; in QGeoPolygon() local
187 calculatePeripheralPoints(perimeter, circle, 128); in QGeoPolygon()
188 poly->setPath(perimeter); in QGeoPolygon()
191 QList<QGeoCoordinate> perimeter; in QGeoPolygon() local
192 perimeter << rect.topLeft() << rect.topRight() in QGeoPolygon()
194 poly->setPath(perimeter); in QGeoPolygon()
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
289 for (int i = 0; i < perimeter.size(); i++) { in polygon()
290 if (perimeter.at(i).canConvert<QGeoCoordinate>()) in polygon()
291 internalCoordinates << perimeter.at(i).value<QGeoCoordinate>(); in polygon()
H A Dlocationsingleton.h94 Q_INVOKABLE QGeoPolygon polygon(const QVariantList &perimeter, const QVariantList &holes) const;
H A Dplugins.qmltypes85 Parameter { name: "perimeter"; type: "QVariantList" }
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_geoshape/
H A Dtst_locationsingleton.qml334 geopolygon.perimeter = trace2
335 compare(geopolygon.perimeter.length, trace2.length)
337 geopolygon.perimeter = mapPolyline.path
338 compare(geopolygon.perimeter.length, mapPolyline.pathLength())
341 geopolygon.perimeter = trace2
342 compare(geopolygon.perimeter.length, trace2.length)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.12.047 - Added QGeoPolygon::perimeter property.
/OK3568_Linux_fs/kernel/Documentation/input/
H A Dmulti-touch-protocol.rst180 the perimeter of the finger. The center of the touching region (a) is