Searched refs:bboxHeight (Results 1 – 2 of 2) sorted by relevance
562 double bboxHeight = (bottomRightPoint.y() - topLeftPoint.y()) * mapHeight(); in fitViewportToGeoRectangle() local564 if (bboxHeight == 0.0 && bboxWidth == 0.0) in fitViewportToGeoRectangle()568 bboxHeight / (m_viewportHeight - m.top() - m.bottom())); in fitViewportToGeoRectangle()
2449 double bboxHeight = maxY - minY; in fitViewportToMapItemsRefine() local2451 double bboxCenterY = minY + (bboxHeight / 2.0); in fitViewportToMapItemsRefine()2459 double bboxWidthRatio = bboxWidth / (bboxWidth + bboxHeight); in fitViewportToMapItemsRefine()2466 zoomRatio = bboxHeight / height(); in fitViewportToMapItemsRefine()