Searched refs:yc1 (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/bombs/
H A Dbombs.h96 void DrawField(wxDC *, int xc1, int yc1, int xc2, int yc2);
97 void RefreshField(int xc1, int yc1, int xc2, int yc2);
H A Dbombs1.cpp30 // xc1,yc1 etc. are the (inclusive) limits of the area to be drawn,
32 void BombsCanvas::DrawField(wxDC *dc, int xc1, int yc1, int xc2, int yc2) argument
60 for(y=yc1; y<=yc2; y++)
177 // xc1,yc1 etc. are the (inclusive) limits of the area to be drawn,
179 void BombsCanvas::RefreshField(int xc1, int yc1, int xc2, int yc2) argument
182 DrawField(& dc, xc1, yc1, xc2, yc2);
187 DrawField(&memDC, xc1, yc1, xc2, yc2);

Completed in 126 milliseconds