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

/haiku/src/kits/interface/
H A DRegionSupport.cpp841 int prevBand; /* Index of start of local
898 * prevBand serves to mark the start of the previous band so rectangles
900 * In the beginning, there is no previous band, so prevBand == curBand
902 * start at index 0). prevBand and curBand must be indices because of
906 prevBand = 0;
976 prevBand = miCoalesce (newReg, prevBand, curBand);
993 prevBand = miCoalesce (newReg, prevBand, curBand);
1048 (void) miCoalesce (newReg, prevBand, curBan
[all...]

Completed in 31 milliseconds