Searched refs:brect (Results 1 – 3 of 3) sorted by relevance
589 const QRectF brect = ppi.boundingRect(); in updateQuickGeometry() local590 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()
913 const QRectF brect = ppi.boundingRect(); in updateQuickGeometry() local914 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()
2421 QRectF brect = item->boundingRect(); in fitViewportToMapItemsRefine() local2422 brect = quickItem->matrix_->m_matrix.mapRect(brect); in fitViewportToMapItemsRefine()2426 bottomRightX = topLeftX + brect.width(); in fitViewportToMapItemsRefine()2427 bottomRightY = topLeftY + brect.height(); in fitViewportToMapItemsRefine()