Searched refs:topLeftX (Results 1 – 1 of 1) sorted by relevance
2383 double topLeftX = 0; in fitViewportToMapItemsRefine() local2424 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()