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

/haiku/src/kits/interface/
H A DRegionSupport.cpp843 int curBand; /* Index of start of current local
900 * In the beginning, there is no previous band, so prevBand == curBand
901 * (curBand is set later on, of course, but the first band will always
902 * start at index 0). prevBand and curBand must be indices because of
910 curBand = newReg->fCount;
974 if (newReg->fCount != curBand)
976 prevBand = miCoalesce (newReg, prevBand, curBand);
984 curBand = newReg->fCount;
991 if (newReg->fCount != curBand)
993 prevBand = miCoalesce (newReg, prevBand, curBand);
[all...]

Completed in 28 milliseconds