Home
last modified time | relevance | path

Searched refs:QGeoCameraTilesPrivate (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeocameratiles_p_p.h78 class Q_LOCATION_PRIVATE_EXPORT QGeoCameraTilesPrivate
102 QGeoCameraTilesPrivate();
103 ~QGeoCameraTilesPrivate();
118 static QGeoCameraTilesPrivate *get(QGeoCameraTiles *o) { in get()
H A Dqgeocameratiles.cpp68 : d_ptr(new QGeoCameraTilesPrivate()) {} in QGeoCameraTiles()
176 QGeoCameraTilesPrivate::QGeoCameraTilesPrivate() in QGeoCameraTilesPrivate() function in QGeoCameraTilesPrivate
187 QGeoCameraTilesPrivate::~QGeoCameraTilesPrivate() {} in ~QGeoCameraTilesPrivate()
189 void QGeoCameraTilesPrivate::updateMetadata() in updateMetadata()
206 void QGeoCameraTilesPrivate::updateGeometry() in updateGeometry()
244 Frustum QGeoCameraTilesPrivate::createFrustum(double viewExpansion) const in createFrustum()
367 PolygonVector QGeoCameraTilesPrivate::frustumFootprint(const Frustum &frustum) const in frustumFootprint()
392 QPair<PolygonVector, PolygonVector> QGeoCameraTilesPrivate::splitPolygonAtAxisValue(const PolygonVe… in splitPolygonAtAxisValue()
488 QGeoCameraTilesPrivate::ClippedFootprint QGeoCameraTilesPrivate::clipFootprintToMap(const PolygonVe… in clipFootprintToMap()
626 QList<QPair<double, int> > QGeoCameraTilesPrivate::tileIntersections(double p1, int t1, double p2, … in tileIntersections()
[all …]
H A Dqgeocameratiles_p.h59 class QGeoCameraTilesPrivate; variable
81 QScopedPointer<QGeoCameraTilesPrivate> d_ptr;
83 friend class QGeoCameraTilesPrivate; variable