Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoprojection.cpp562 double bboxHeight = (bottomRightPoint.y() - topLeftPoint.y()) * mapHeight(); in fitViewportToGeoRectangle() local
564 if (bboxHeight == 0.0 && bboxWidth == 0.0) in fitViewportToGeoRectangle()
568 bboxHeight / (m_viewportHeight - m.top() - m.bottom())); in fitViewportToGeoRectangle()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomap.cpp2449 double bboxHeight = maxY - minY; in fitViewportToMapItemsRefine() local
2451 double bboxCenterY = minY + (bboxHeight / 2.0); in fitViewportToMapItemsRefine()
2459 double bboxWidthRatio = bboxWidth / (bboxWidth + bboxHeight); in fitViewportToMapItemsRefine()
2466 zoomRatio = bboxHeight / height(); in fitViewportToMapItemsRefine()