Home
last modified time | relevance | path

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

/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/miext/rootless/
H A DrootlessGC.c103 xRectangle *pRectsInit);
1071 int nRectsInit, xRectangle *pRectsInit) in RootlessPolyFillRect() argument
1079 pGC->ops->PolyFillRect(dst, pGC, nRectsInit, pRectsInit); in RootlessPolyFillRect()
1083 xRectangle *pRects = pRectsInit; in RootlessPolyFillRect()
1109 pGC->ops->PolyFillRect(dst, pGC, nRectsInit, pRectsInit); in RootlessPolyFillRect()
/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()