| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/ |
| H A D | perimeter.hpp | 49 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 D | qdeclarativegeomapitemutils.cpp | 53 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 D | qdeclarativegeomapitemutils_p.h | 89 static void wrapPath(const QList<QGeoCoordinate> &perimeter 97 static void wrapPath(const QList<QGeoCoordinate> &perimeter
|
| H A D | qdeclarativerectanglemapitem_p_p.h | 144 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 D | qdeclarativepolygonmapitem.cpp | 463 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 D | qdeclarativepolygonmapitem_p_p.h | 107 const QList<QGeoCoordinate> &perimeter);
|
| H A D | qdeclarativepolylinemapitem.cpp | 841 const QGeoPath path(QDeclarativeRectangleMapItemPrivateCPU::perimeter(rect)); in updateSourcePoints()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qgeopolygon.h | 54 Q_PROPERTY(QVariantList perimeter READ perimeter WRITE setPerimeter REVISION 12) 97 QVariantList perimeter() const;
|
| H A D | qgeopolygon.cpp | 186 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 D | locationsingleton.cpp | 286 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 D | locationsingleton.h | 94 Q_INVOKABLE QGeoPolygon polygon(const QVariantList &perimeter, const QVariantList &holes) const;
|
| H A D | plugins.qmltypes | 85 Parameter { name: "perimeter"; type: "QVariantList" }
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_geoshape/ |
| H A D | tst_locationsingleton.qml | 334 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 D | changes-5.12.0 | 47 - Added QGeoPolygon::perimeter property.
|
| /OK3568_Linux_fs/kernel/Documentation/input/ |
| H A D | multi-touch-protocol.rst | 180 the perimeter of the finger. The center of the touching region (a) is
|