Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomap.cpp2383 double topLeftX = 0; in fitViewportToMapItemsRefine() local
2424 topLeftX = transformedPosition.x(); in fitViewportToMapItemsRefine()
2426 bottomRightX = topLeftX + brect.width(); in fitViewportToMapItemsRefine()
2429 topLeftX = item->position().x(); in fitViewportToMapItemsRefine()
2431 bottomRightX = topLeftX + item->width(); in fitViewportToMapItemsRefine()
2435 minX = qMin(minX, topLeftX); in fitViewportToMapItemsRefine()