Home
last modified time | relevance | path

Searched refs:clippedBbox (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapitemutils.cpp167 void QDeclarativeGeoMapItemUtils::projectBbox(const QList<QDoubleVector2D> &clippedBbox, const QGeo… in projectBbox() argument
170 for (int i = 0; i < clippedBbox.size(); ++i) { in projectBbox()
171 QDoubleVector2D point = p.wrappedMapProjectionToItemPosition(clippedBbox.at(i)); in projectBbox()
H A Dqdeclarativepolygonmapitem.cpp574 QList<QList<QDoubleVector2D> > clippedBbox; in updateQuickGeometry() local
577 QDeclarativeGeoMapItemUtils::clipPolygon(wrappedBbox, p, clippedBbox, &bboxLeftBoundWrapped); in updateQuickGeometry()
581 if (!clippedBbox.size() || clippedBbox.first().size() < 3) { in updateQuickGeometry()
588 …QDeclarativeGeoMapItemUtils::projectBbox(clippedBbox.first(), p, ppi); // Using first because a cl… in updateQuickGeometry()
H A Dqdeclarativegeomapitemutils_p.h114 static void projectBbox(const QList<QDoubleVector2D> &clippedBbox
H A Dqdeclarativepolylinemapitem.cpp896 QList<QList<QDoubleVector2D> > clippedBbox; in updateQuickGeometry() local
899 …QDeclarativeGeoMapItemUtils::clipPolygon(wrappedBbox, p, clippedBbox, &bboxLeftBoundWrapped, false… in updateQuickGeometry()
904 if ( !clippedBbox.size() || in updateQuickGeometry()
905 clippedBbox.first().size() < 3) { in updateQuickGeometry()
912 …QDeclarativeGeoMapItemUtils::projectBbox(clippedBbox.first(), p, ppi); // Using first because a cl… in updateQuickGeometry()