Searched refs:PushPixelsSolid (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaOverlayDF.c | 109 void (*PushPixelsSolid)(GCPtr, PixmapPtr, DrawablePtr, int, int, int, int); member in struct:__anoncd26d3de0108 205 pOverPriv->PushPixelsSolid = infoRec->PushPixelsSolid; 244 if(infoRec->PushPixelsSolid) 245 infoRec->PushPixelsSolid = XAAOverPushPixelsSolid; 536 (*pOverPriv->PushPixelsSolid)(pGC, pBitMap, pDraw, dx, dy, xOrg, yOrg);
|
| H A D | xaaGCmisc.c | 86 if(infoRec->PushPixelsSolid && 95 pGC->ops->PushPixels = infoRec->PushPixelsSolid;
|
| H A D | xaaInitAccel.c | 1037 if(infoRec->PushPixelsSolid) { 1038 XAAMSG("\tDriver provided GC level PushPixelsSolid replacement\n"); 1041 infoRec->PushPixelsSolid = XAAPushPixelsSolidColorExpansion; 1324 if(!infoRec->ValidatePushPixels && infoRec->PushPixelsSolid) {
|
| H A D | xaaStateChange.c | 144 void (*PushPixelsSolid) (GCPtr pGC, PixmapPtr pBitMap, member in struct:_XAAStateWrapRec 752 (*pStatePriv->PushPixelsSolid)(pGC, pBitMap, 1553 XAA_STATE_WRAP(PushPixelsSolid);
|
| H A D | xaa.h | 780 void (*PushPixelsSolid) ( member in struct:_XAAInfoRec
|
Completed in 11 milliseconds