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

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxHelpers.cpp135 unsigned iRect; local
136 for (iRect = 0; iRect < nRects; iRect++)
139 unsigned iNextRect = hlpNextAdjacentRectXP(paRects, nRects, iRect);
140 DDCLOG(("next %d -> %d\n", iRect, iNextRect));
150 int delta = paNewRects[iRect].right - paNewRects[iNextRect].left;
155 paNewRects[iRect].right, paNewRects[iNextRect].left,
164 for (iRect = 0; iRect < nRect
[all...]
/vbox/src/VBox/Additions/common/VBoxControl/
H A DVBoxControl.cpp238 static unsigned nextAdjacentRectXP (RECTL *paRects, unsigned nRects, unsigned iRect) argument
243 if (paRects[iRect].right == paRects[i].left)
251 static unsigned nextAdjacentRectXN (RECTL *paRects, unsigned nRects, unsigned iRect) argument
256 if (paRects[iRect].left == paRects[i].right)
264 static unsigned nextAdjacentRectYP (RECTL *paRects, unsigned nRects, unsigned iRect) argument
269 if (paRects[iRect].bottom == paRects[i].top)
277 unsigned nextAdjacentRectYN (RECTL *paRects, unsigned nRects, unsigned iRect) argument
282 if (paRects[iRect].top == paRects[i].bottom)
304 unsigned iRect; local
305 for (iRect
[all...]

Completed in 45 milliseconds