Home
last modified time | relevance | path

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

/dports/graphics/quickqanava/QuickQanava-ab88d77ec62175b9fd499a154ffaf92f7bf23989/src/
H A DqanLineGrid.cpp123 … QPointF rectifiedTopLeft{ std::floor(viewRect.topLeft().x() / adaptativeScale) * adaptativeScale, in updateGrid() local
127 QRectF rectified{rectifiedTopLeft, rectifiedBottomRight }; in updateGrid()
147 auto lx = rectifiedTopLeft.x() + (nlx * adaptativeScale); in updateGrid()
175 auto py = rectifiedTopLeft.y() + (nly * adaptativeScale); in updateGrid()