Searched refs:FillSpansStippled (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaOverlayDF.c | 115 void (*FillSpansStippled)(DrawablePtr, GCPtr, int, DDXPointPtr, int*, int); member in struct:__anoncd26d3de0108 211 pOverPriv->FillSpansStippled = infoRec->FillSpansStippled; 256 if(infoRec->FillSpansStippled) 257 infoRec->FillSpansStippled = XAAOverFillSpansStippled; 630 (*pOverPriv->FillSpansStippled)(pDraw, pGC, nInit, ppt, pwidth, fSorted);
|
| H A D | xaaGCmisc.c | 145 if(infoRec->FillSpansStippled) { 146 pGC->ops->FillSpans = infoRec->FillSpansStippled;
|
| H A D | xaaInitAccel.c | 1071 if(!infoRec->FillSpansStippled) { 1073 infoRec->FillSpansStippled = XAAFillSpans; 1343 (infoRec->FillSpansSolid || infoRec->FillSpansStippled ||
|
| H A D | xaaStateChange.c | 157 void (*FillSpansStippled)(DrawablePtr pDraw, GCPtr pGC, int nInit, member in struct:_XAAStateWrapRec 813 (*pStatePriv->FillSpansStippled)(pDraw, pGC, nInit, 1559 XAA_STATE_WRAP(FillSpansStippled);
|
| H A D | xaa.h | 835 void (*FillSpansStippled)( member in struct:_XAAInfoRec
|
Completed in 10 milliseconds