Home
last modified time | relevance | path

Searched refs:projectedBbox (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapitemutils.cpp167 …ist<QDoubleVector2D> &clippedBbox, const QGeoProjectionWebMercator &p, QPainterPath &projectedBbox) in projectBbox() argument
169 projectedBbox = QPainterPath(); // clear() is added in 5.13.. in projectBbox()
173 projectedBbox.moveTo(point.toPointF()); in projectBbox()
175 projectedBbox.lineTo(point.toPointF()); in projectBbox()
177 projectedBbox.closeSubpath(); in projectBbox()
H A Dqdeclarativegeomapitemutils_p.h116 ,QPainterPath &projectedBbox);