Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomap.cpp2384 double topLeftY = 0; in fitViewportToMapItemsRefine() local
2425 topLeftY = transformedPosition.y(); in fitViewportToMapItemsRefine()
2427 bottomRightY = topLeftY + brect.height(); in fitViewportToMapItemsRefine()
2430 topLeftY = item->position().y(); in fitViewportToMapItemsRefine()
2432 bottomRightY = topLeftY + item->height(); in fitViewportToMapItemsRefine()
2437 minY = qMin(minY, topLeftY); in fitViewportToMapItemsRefine()