Home
last modified time | relevance | path

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

/dports/games/kpat/kpat-21.12.3/src/
H A Dfreecell.cpp66 const qreal bottomRowDist = 1.13; in initialize() local
67 …const qreal targetOffsetDist = ( (m_stacks + 5) * bottomRowDist + 1 ) - ( 3 * topRowDist + 1 ) * (… in initialize()
82 store[i]->setLayoutPos( bottomRowDist * i, 1.3 ); in initialize()
94 const qreal offsetX = 0.25 + columns * bottomRowDist + i / 4 * bottomRowDist; in initialize()
95 const qreal offsetY = bottomRowDist * i - i / 4 * bottomRowDist * 4; in initialize()
H A Dcastle.cpp46 const qreal bottomRowDist = 1.125; in initialize() local
64 …store[i]->setLayoutPos( 4.5 * (i % 2) + 0, offsetY + bottomRowDist * static_cast<int>((i + 0) / 2 … in initialize()
66 …store[i]->setLayoutPos( 2.5 * (i % 2) + 2, offsetY + bottomRowDist * static_cast<int>((i + 0) / 2 … in initialize()
88 target[i]->setLayoutPos(3.25, offsetY + bottomRowDist * i); in initialize()