Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomap.cpp2385 double bottomRightX = 0; in fitViewportToMapItemsRefine() local
2426 bottomRightX = topLeftX + brect.width(); in fitViewportToMapItemsRefine()
2431 bottomRightX = topLeftX + item->width(); in fitViewportToMapItemsRefine()
2436 maxX = qMax(maxX, bottomRightX); in fitViewportToMapItemsRefine()