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

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxHelpers.cpp69 static unsigned hlpNextAdjacentRectXP(RECTL *paRects, unsigned nRects, unsigned uRect) argument
72 for (i = 0; i < nRects; i++)
80 static unsigned hlpNextAdjacentRectXN(RECTL *paRects, unsigned nRects, unsigned uRect) argument
83 for (i = 0; i < nRects; i++)
91 static unsigned hlpNextAdjacentRectYP(RECTL *paRects, unsigned nRects, unsigned uRect) argument
94 for (i = 0; i < nRects; i++)
102 static unsigned hlpNextAdjacentRectYN(RECTL *paRects, unsigned nRects, unsigned uRect) argument
105 for (i = 0; i < nRects; i++)
113 void hlpResizeRect(RECTL *paRects, unsigned nRects, unsigned uPrimary, argument
117 DDCLOG(("nRects
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A DPs.h152 int nRects; member in struct:__anon4469
464 extern void PsPolyRectangle(DrawablePtr pDrawable, GCPtr pGC, int nRects,
468 extern void PsPolyFillRect(DrawablePtr pDrawable, GCPtr pGC, int nRects,
H A Dpsout.h143 int nRects; member in struct:PsClipRec_
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A DPs.h152 int nRects; member in struct:__anon4028
464 extern void PsPolyRectangle(DrawablePtr pDrawable, GCPtr pGC, int nRects,
468 extern void PsPolyFillRect(DrawablePtr pDrawable, GCPtr pGC, int nRects,
H A Dpsout.h143 int nRects; member in struct:PsClipRec_
/vbox/src/VBox/Additions/common/VBoxControl/
H A DVBoxControl.cpp238 static unsigned nextAdjacentRectXP (RECTL *paRects, unsigned nRects, unsigned iRect) argument
241 for (i = 0; i < nRects; i++)
251 static unsigned nextAdjacentRectXN (RECTL *paRects, unsigned nRects, unsigned iRect) argument
254 for (i = 0; i < nRects; i++)
264 static unsigned nextAdjacentRectYP (RECTL *paRects, unsigned nRects, unsigned iRect) argument
267 for (i = 0; i < nRects; i++)
277 unsigned nextAdjacentRectYN (RECTL *paRects, unsigned nRects, unsigned iRect) argument
280 for (i = 0; i < nRects; i++)
290 void resizeRect(RECTL *paRects, unsigned nRects, unsigned iPrimary, unsigned iResized, int NewWidth, int NewHeight) argument
292 RECTL *paNewRects = (RECTL *)alloca (sizeof (RECTL) * nRects);
[all...]

Completed in 323 milliseconds