Home
last modified time | relevance | path

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

/dports/games/kpat/kpat-21.12.3/src/
H A Dfreecell.cpp65 const qreal topRowDist = isRightFoundation ? 1.13 : 1.08; in initialize() local
67 …const qreal targetOffsetDist = ( (m_stacks + 5) * bottomRowDist + 1 ) - ( 3 * topRowDist + 1 ) * (… in initialize()
73 freecell[i]->setLayoutPos(topRowDist * i, 0); in initialize()
109 target[i]->setLayoutPos(targetOffsetDist + topRowDist * i, 0); in initialize()
H A Dcastle.cpp45 const qreal topRowDist = 1.125; in initialize() local
53 freecell[i]->setLayoutPos(3.25 - topRowDist * (m_reserves - 1) / 2 + topRowDist * i, 0); in initialize()