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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dregiong.cpp1084 int curBand; /* Index of start of current local
1147 * In the beginning, there is no previous band, so prevBand == curBand
1148 * (curBand is set later on, of course, but the first band will always
1149 * start at index 0). prevBand and curBand must be indices because of
1157 curBand = newReg->numRects;
1221 if (newReg->numRects != curBand)
1223 prevBand = miCoalesce (newReg, prevBand, curBand);
1231 curBand = newReg->numRects;
1238 if (newReg->numRects != curBand)
1240 prevBand = miCoalesce (newReg, prevBand, curBand);
[all...]

Completed in 34 milliseconds