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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaOverlayDF.c142 void (*FillPolygonStippled)(DrawablePtr, GCPtr, int, int, int, DDXPointPtr); member in struct:__anoncd26d3de0108
233 pOverPriv->FillPolygonStippled = infoRec->FillPolygonStippled;
300 if(infoRec->FillPolygonStippled)
301 infoRec->FillPolygonStippled = XAAOverFillPolygonStippled;
980 (*pOverPriv->FillPolygonStippled)(pDraw, pGC, shape, mode, count, ptsIn);
H A DxaaGCmisc.c148 if(infoRec->FillPolygonStippled)
149 pGC->ops->FillPolygon = infoRec->FillPolygonStippled;
H A DxaaStateChange.c205 void (*FillPolygonStippled)(DrawablePtr pDrawable, GCPtr pGC, int shape, member in struct:_XAAStateWrapRec
1041 (*pStatePriv->FillPolygonStippled)(pDrawable, pGC, shape,
1581 XAA_STATE_WRAP(FillPolygonStippled);
H A DxaaInitAccel.c1197 if(!infoRec->FillPolygonStippled && (HaveMono8x8PatternFillRect ||
1199 infoRec->FillPolygonStippled = XAAFillPolygonStippled;
H A Dxaa.h1038 void (*FillPolygonStippled)( member in struct:_XAAInfoRec

Completed in 10 milliseconds