Searched refs:YToCell (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/life/
H A Dlife.h71 inline wxInt32 YToCell(wxCoord y) const { return (y / m_cellsize) + m_viewportY; }; function in class:LifeCanvas
H A Dlife.cpp846 j0 = YToCell(y);
848 j1 = YToCell(y + h - 1);
903 wxInt32 j = YToCell( event.GetY() );

Completed in 178 milliseconds