Searched refs:CellToX (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.h72 inline wxCoord CellToX(wxInt32 i) const { return (i - m_viewportX) * m_cellsize; }; function in class:LifeCanvas
H A Dlife.cpp779 wxCoord x = CellToX(i);
867 x = CellToX(i0);
869 w = CellToX(i1 + 1) - x + 1;

Completed in 97 milliseconds