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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaOverlayDF.c141 void (*FillPolygonSolid)(DrawablePtr, GCPtr, int, int, int, DDXPointPtr); member in struct:__anoncd26d3de0108
232 pOverPriv->FillPolygonSolid = infoRec->FillPolygonSolid;
298 if(infoRec->FillPolygonSolid)
299 infoRec->FillPolygonSolid = XAAOverFillPolygonSolid;
964 (*pOverPriv->FillPolygonSolid)(pDraw, pGC, shape, mode, count, ptsIn);
H A DxaaStateChange.c203 void (*FillPolygonSolid)(DrawablePtr pDrawable, GCPtr pGC, int shape, member in struct:_XAAStateWrapRec
1031 (*pStatePriv->FillPolygonSolid)(pDrawable, pGC, shape,
1580 XAA_STATE_WRAP(FillPolygonSolid);
H A DxaaGCmisc.c138 pGC->ops->FillPolygon = infoRec->FillPolygonSolid;
H A DxaaInitAccel.c1192 if(!infoRec->FillPolygonSolid && HaveSolidFillRect) {
1193 infoRec->FillPolygonSolid = XAAFillPolygonSolid;
H A Dxaa.h1028 void (*FillPolygonSolid)( member in struct:_XAAInfoRec

Completed in 67 milliseconds