Searched refs:topX (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/forty/
H A Dpile.cpp159 int topX, topY, x, y; local
161 GetTopCardPos(topX, topY);
166 card->Erase(dc, topX - xOffset, topY - yOffset);
H A Dgame.cpp959 int topX, topY, x, y; local
960 GetTopCardPos(topX, topY);
962 card->Erase(dc, topX - m_xOffset, topY - m_yOffset);
964 dc.SetClippingRegion(topX - m_xOffset, topY - m_yOffset,
973 m_cards[m_topCard]->Draw(dc, topX - m_xOffset - m_dx, topY - m_yOffset);

Completed in 105 milliseconds