Searched refs:PolyFillRectSolid (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaOverlayDF.c | 110 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 D | xaaStateChange.c | 147 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 D | xaaGCmisc.c | 137 pGC->ops->PolyFillRect = infoRec->PolyFillRectSolid;
|
| H A D | xaaInitAccel.c | 1046 if(!infoRec->PolyFillRectSolid) { 1047 infoRec->PolyFillRectSolid = XAAPolyFillRect;
|
| H A D | xaa.h | 791 void (*PolyFillRectSolid)( member in struct:_XAAInfoRec
|
Completed in 81 milliseconds