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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/life/
H A Dlife.h53 void DrawCell(wxInt32 i, wxInt32 j, bool alive);
60 void DrawCell(wxInt32 i, wxInt32 j, wxDC &dc);
H A Dlife.cpp767 void LifeCanvas::DrawCell(wxInt32 i, wxInt32 j, bool alive) function in class:LifeCanvas
774 DrawCell(i, j, dc);
777 void LifeCanvas::DrawCell(wxInt32 i, wxInt32 j, wxDC &dc) function in class:LifeCanvas
827 DrawCell(cells[m].i, cells[m].j, dc);
886 DrawCell(cells[m].i, cells[m].j, dc);
893 DrawCell(cells[m].i, cells[m].j, dc);
935 DrawCell(i, j, m_status == MOUSE_DRAWING);
967 DrawCell(ii, jj, dc);
985 DrawCell(ii, jj, dc);
998 DrawCell(i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dgrid.h1157 void DrawCell( wxDC& dc, const wxGridCellCoords& );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dgrid.cpp7695 DrawCell( dc, cells[i] );
7702 DrawCell( dc, redrawCells[i] );
7737 void wxGrid::DrawCell( wxDC& dc, const wxGridCellCoords& coords ) function in class:wxGrid

Completed in 93 milliseconds