Home
last modified time | relevance | path

Searched refs:nRectsInit (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessGC.c102 static void RootlessPolyFillRect(DrawablePtr dst, GCPtr pGC, int nRectsInit,
1071 int nRectsInit, xRectangle *pRectsInit) in RootlessPolyFillRect() argument
1078 if (nRectsInit <= 0) { in RootlessPolyFillRect()
1079 pGC->ops->PolyFillRect(dst, pGC, nRectsInit, pRectsInit); in RootlessPolyFillRect()
1084 int nRects = nRectsInit; in RootlessPolyFillRect()
1109 pGC->ops->PolyFillRect(dst, pGC, nRectsInit, pRectsInit); in RootlessPolyFillRect()
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A DdriWrap.c341 int nRectsInit, xRectangle *pRectsInit) in DRIPolyFillRect() argument
349 pGC->ops->PolyFillRect(dst, pGC, nRectsInit, pRectsInit); in DRIPolyFillRect()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86VGAarbiterPriv.h228 int nRectsInit, xRectangle *pRectsInit);
H A Dxf86VGAarbiter.c738 GCPtr pGC, int nRectsInit, xRectangle *pRectsInit) in VGAarbiterPolyRectangle() argument
744 (*pGC->ops->PolyRectangle) (pDraw, pGC, nRectsInit, pRectsInit); in VGAarbiterPolyRectangle()