Searched refs:FillSpansSolid (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaOverlayDF.c114 void (*FillSpansSolid)(DrawablePtr, GCPtr, int, DDXPointPtr, int*, int); member in struct:__anoncd26d3de0108
210 pOverPriv->FillSpansSolid = infoRec->FillSpansSolid;
254 if(infoRec->FillSpansSolid)
255 infoRec->FillSpansSolid = XAAOverFillSpansSolid;
612 (*pOverPriv->FillSpansSolid)(
H A DxaaGCmisc.c130 if(infoRec->FillSpansSolid &&
136 pGC->ops->FillSpans = infoRec->FillSpansSolid;
H A DxaaInitAccel.c1052 if(!infoRec->FillSpansSolid) {
1053 infoRec->FillSpansSolid = XAAFillSpans;
1343 (infoRec->FillSpansSolid || infoRec->FillSpansStippled ||
H A DxaaStateChange.c155 void (*FillSpansSolid)(DrawablePtr pDraw, GCPtr pGC, int nInit, member in struct:_XAAStateWrapRec
803 (*pStatePriv->FillSpansSolid)(pDraw, pGC, nInit,
1558 XAA_STATE_WRAP(FillSpansSolid);
H A Dxaa.h825 void (*FillSpansSolid)( member in struct:_XAAInfoRec
H A DxaaSpans.c63 if((pGC->fgPixel == pGC->bgPixel) && infoRec->FillSpansSolid &&

Completed in 12 milliseconds