Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolygonmapitem.cpp589 const QRectF brect = ppi.boundingRect(); in updateQuickGeometry() local
590 firstPointOffset_ = QPointF(brect.topLeft()); in updateQuickGeometry()
594 screenBounds_ = brect; in updateQuickGeometry()
597 sourceBounds_.setWidth(brect.width()); in updateQuickGeometry()
598 sourceBounds_.setHeight(brect.height()); in updateQuickGeometry()
H A Dqdeclarativepolylinemapitem.cpp913 const QRectF brect = ppi.boundingRect(); in updateQuickGeometry() local
914 firstPointOffset_ = QPointF(brect.topLeft()); in updateQuickGeometry()
915 sourceBounds_ = brect; in updateQuickGeometry()
919 screenBounds_ = brect; in updateQuickGeometry()
922 sourceBounds_.setWidth(brect.width() + strokeWidth); in updateQuickGeometry()
923 sourceBounds_.setHeight(brect.height() + strokeWidth); in updateQuickGeometry()
H A Dqdeclarativegeomap.cpp2421 QRectF brect = item->boundingRect(); in fitViewportToMapItemsRefine() local
2422 brect = quickItem->matrix_->m_matrix.mapRect(brect); in fitViewportToMapItemsRefine()
2426 bottomRightX = topLeftX + brect.width(); in fitViewportToMapItemsRefine()
2427 bottomRightY = topLeftY + brect.height(); in fitViewportToMapItemsRefine()