Searched refs:m_yOffset (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/forty/
H A Dgame.h67 Card* RemoveTopCard(wxDC& dc, int m_xOffset, int m_yOffset);
124 int m_xOffset, m_yOffset; // card/mouse offset when dragging a card member in class:Game
H A Dgame.cpp411 m_yOffset = m_yPos - y;
579 y += m_yOffset;
660 int dy = my + m_yOffset - m_yPos;
949 Card* Discard::RemoveTopCard(wxDC& dc, int m_xOffset, int m_yOffset) argument
955 card = Pile::RemoveTopCard(dc, m_xOffset, m_yOffset);
962 card->Erase(dc, topX - m_xOffset, topY - m_yOffset);
964 dc.SetClippingRegion(topX - m_xOffset, topY - m_yOffset,
969 m_cards[i]->Draw(dc, m_x - m_xOffset + i * m_dx, m_y - m_yOffset);
973 m_cards[m_topCard]->Draw(dc, topX - m_xOffset - m_dx, topY - m_yOffset);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/ogl/
H A Dlines.h60 inline double GetYOffset() const { return m_yOffset; }
65 inline void SetYOffset(double y) { m_yOffset = y; }
78 double m_yOffset; // vertical offset (w.r.t. a horizontal line). Normally zero. member in class:wxArrowHead
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dlines.cpp2343 m_yOffset = 0.0;
2358 m_yOffset = toCopy.m_yOffset;

Completed in 49 milliseconds