Searched refs:PolyFillRectSolid (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaOverlayDF.c110 void (*PolyFillRectSolid)(DrawablePtr, GCPtr, int, xRectangle*); member in struct:__anoncd26d3de0108
206 pOverPriv->PolyFillRectSolid = infoRec->PolyFillRectSolid;
246 if(infoRec->PolyFillRectSolid)
247 infoRec->PolyFillRectSolid = XAAOverPolyFillRectSolid;
552 (*pOverPriv->PolyFillRectSolid)(pDraw, pGC, nrectFill, prectInit);
H A DxaaStateChange.c147 void (*PolyFillRectSolid)(DrawablePtr pDraw, GCPtr pGC, int nrectFill, member in struct:_XAAStateWrapRec
763 (*pStatePriv->PolyFillRectSolid)(pDraw, pGC, nrectFill,
1554 XAA_STATE_WRAP(PolyFillRectSolid);
H A DxaaGCmisc.c137 pGC->ops->PolyFillRect = infoRec->PolyFillRectSolid;
H A DxaaInitAccel.c1046 if(!infoRec->PolyFillRectSolid) {
1047 infoRec->PolyFillRectSolid = XAAPolyFillRect;
H A Dxaa.h791 void (*PolyFillRectSolid)( member in struct:_XAAInfoRec

Completed in 81 milliseconds