Searched defs:uRect (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxHelpers.cpp69 static unsigned hlpNextAdjacentRectXP(RECTL *paRects, unsigned nRects, unsigned uRect) argument
74 if (paRects[uRect].right == paRects[i].left)
80 static unsigned hlpNextAdjacentRectXN(RECTL *paRects, unsigned nRects, unsigned uRect) argument
85 if (paRects[uRect].left == paRects[i].right)
91 static unsigned hlpNextAdjacentRectYP(RECTL *paRects, unsigned nRects, unsigned uRect) argument
96 if (paRects[uRect].bottom == paRects[i].top)
102 static unsigned hlpNextAdjacentRectYN(RECTL *paRects, unsigned nRects, unsigned uRect) argument
107 if (paRects[uRect].top == paRects[i].bottom)

Completed in 42 milliseconds