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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/life/
H A Dgame.cpp60 wxUint32 m_on[8]; // neighbouring info member in class:LifeCellBox
622 up->m_on[7] += t2;
623 c->m_on[1] += t2;
624 c->m_on[0] += g_tab2[t1];
637 dn->m_on[0] += t2;
638 c->m_on[6] += t2;
639 c->m_on[7] += g_tab2[t1];
660 lf->m_up->m_on[7] += 0x10000000;
661 lf->m_on[0] += 0x10000000;
662 lf->m_on[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/plot/
H A Dplot.cpp146 v->m_on = on;
160 return v->m_on;
360 wxCoord on = (wxCoord)(p->m_on*zoom);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/plot/
H A Dplot.h169 wxInt32 m_on; member in class:wxPlotOnOff

Completed in 162 milliseconds