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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/life/
H A Dgame.cpp62 LifeCellBox *m_up, *m_dn, *m_lf, *m_rt; // neighbour CellBoxes member in class:LifeCellBox
346 if (c->m_up) c->m_up->m_dn = NULL;
347 if (c->m_dn) c->m_dn->m_up = NULL;
608 dn = c->m_dn;
619 up->m_dn = c;
658 lf->m_up->m_dn = lf;
710 if (!lf->m_dn)
712 lf->m_dn = LinkBox(c->m_x - 8, c->m_y + 8);
713 lf->m_dn
[all...]

Completed in 52 milliseconds