Searched refs:CellToY (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.h73 inline wxCoord CellToY(wxInt32 j) const { return (j - m_viewportY) * m_cellsize; }; function in class:LifeCanvas
H A Dlife.cpp780 wxCoord y = CellToY(j);
868 y = CellToY(j0);
870 h = CellToY(j1 + 1) - y + 1;

Completed in 174 milliseconds