Home
last modified time | relevance | path

Searched refs:prectInit (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/mi/
H A Dmifillrct.c70 xRectangle *prectInit /* Pointer to first rectangle to fill */ in miPolyFillRect() argument
88 prect = prectInit; in miPolyFillRect()
97 prect = prectInit; in miPolyFillRect()
111 prect = prectInit; in miPolyFillRect()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxgcops.h68 int nrectFill, xRectangle *prectInit);
H A Ddmxgcops.c358 int nrectFill, xRectangle *prectInit) in dmxPolyFillRect() argument
370 (XRectangle *) prectInit, nrectFill); in dmxPolyFillRect()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86VGAarbiterPriv.h234 xRectangle *prectInit);
H A Dxf86VGAarbiter.c777 GCPtr pGC, int nrectFill, xRectangle *prectInit) in VGAarbiterPolyFillRect() argument
783 (*pGC->ops->PolyFillRect) (pDraw, pGC, nrectFill, prectInit); in VGAarbiterPolyFillRect()
/OK3568_Linux_fs/external/xserver/fb/
H A Dfb.h836 GCPtr pGC, int nrectInit, xRectangle *prectInit);