Searched refs:nRectsInit (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootlessGC.c | 102 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 D | driWrap.c | 341 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 D | xf86VGAarbiterPriv.h | 228 int nRectsInit, xRectangle *pRectsInit);
|
| H A D | xf86VGAarbiter.c | 738 GCPtr pGC, int nRectsInit, xRectangle *pRectsInit) in VGAarbiterPolyRectangle() argument 744 (*pGC->ops->PolyRectangle) (pDraw, pGC, nRectsInit, pRectsInit); in VGAarbiterPolyRectangle()
|