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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaOverlayDF.c115 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 DxaaGCmisc.c145 if(infoRec->FillSpansStippled) {
146 pGC->ops->FillSpans = infoRec->FillSpansStippled;
H A DxaaInitAccel.c1071 if(!infoRec->FillSpansStippled) {
1073 infoRec->FillSpansStippled = XAAFillSpans;
1343 (infoRec->FillSpansSolid || infoRec->FillSpansStippled ||
H A DxaaStateChange.c157 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 Dxaa.h835 void (*FillSpansStippled)( member in struct:_XAAInfoRec

Completed in 10 milliseconds