Searched refs:clippedBbox (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativegeomapitemutils.cpp | 167 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 D | qdeclarativepolygonmapitem.cpp | 574 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 D | qdeclarativegeomapitemutils_p.h | 114 static void projectBbox(const QList<QDoubleVector2D> &clippedBbox
|
| H A D | qdeclarativepolylinemapitem.cpp | 896 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()
|