Searched refs:FillPolygon (Results 1 - 25 of 25) sorted by relevance

/xsrc/external/mit/xgc/dist/
H A Dconstants.h34 #define FillPolygon 7 macro
H A Dmain.c103 {"(Filled Polygons)", "FillPolygon", FillPolygon},
H A Dtests.c598 case FillPolygon: fillpolygon_test(); break;
H A Dlex.c1149 { yylval.num = FillPolygon;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaGCmisc.c102 /* We make the assumption that the FillSpans, PolyFillRect, FillPolygon
125 pGC->ops->FillPolygon = XAAFallbackOps.FillPolygon;
138 pGC->ops->FillPolygon = infoRec->FillPolygonSolid;
149 pGC->ops->FillPolygon = infoRec->FillPolygonStippled;
150 else pGC->ops->FillPolygon = miFillPolygon;
159 pGC->ops->FillPolygon = infoRec->FillPolygonOpaqueStippled;
160 else pGC->ops->FillPolygon = miFillPolygon;
169 pGC->ops->FillPolygon = infoRec->FillPolygonTiled;
170 else pGC->ops->FillPolygon
[all...]
H A DxaaFallback.c193 (*pGC->ops->FillPolygon)(pDraw, pGC, shape, mode, count, ptsIn);
H A DxaaFillPoly.c708 (*XAAFallbackOps.FillPolygon)(pDraw, pGC, shape, mode, count, ptsIn);
861 (*XAAFallbackOps.FillPolygon)(pDraw, pGC, shape, mode, count, ptsIn);
H A DxaaGC.c507 (*pGC->ops->FillPolygon)(pDraw, pGC, shape, mode, count, ptsIn);
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dgcstruct.h188 void (* FillPolygon)( member in struct:_GCOps
/xsrc/external/mit/xorg-server/dist/include/
H A Dgcstruct.h168 void (*FillPolygon) (DrawablePtr /*pDrawable */ , member in struct:_GCOps
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_core.c125 .FillPolygon = miFillPolygon,
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
H A DdriWrap.c311 pGC->ops->FillPolygon(dst, pGC, shape, mode, count, pptInit);
/xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
H A DdriWrap.c332 pGC->ops->FillPolygon(dst, pGC, shape, mode, count, pptInit);
/xsrc/external/mit/xorg-server.old/dist/miext/cw/
H A Dcw_ops.c330 (*pBackingGC->ops->FillPolygon)(pBackingDst, pBackingGC, shape, mode, npt,
/xsrc/external/mit/xorg-server.old/dist/miext/rootless/
H A DrootlessGC.c991 pGC->ops->FillPolygon(dst, pGC, shape, mode, count, pptInit);
1041 pGC->ops->FillPolygon(dst, pGC, shape, mode, count, pptInit);
/xsrc/external/mit/xorg-server/dist/miext/rootless/
H A DrootlessGC.c1005 pGC->ops->FillPolygon(dst, pGC, shape, mode, count, pptInit);
1056 pGC->ops->FillPolygon(dst, pGC, shape, mode, count, pptInit);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86VGAarbiter.c840 (*pGC->ops->FillPolygon)(pDraw, pGC, shape, mode, count, ptsIn);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86VGAarbiter.c769 (*pGC->ops->FillPolygon) (pDraw, pGC, shape, mode, count, ptsIn);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/shadowfb/
H A Dshadow.c1155 (*pGC->ops->FillPolygon)(pDraw, pGC, shape, mode, count, pptInit);
1160 (*pGC->ops->FillPolygon)(pDraw, pGC, shape, mode, count, pptInit);
/xsrc/external/mit/xorg-server.old/dist/hw/sun/
H A DsunGX.c2315 pGC->ops->FillPolygon = miFillPolygon;
2317 pGC->ops->FillPolygon = sunGXFillPoly1Rect;
/xsrc/external/mit/xorg-server/dist/hw/sun/
H A DsunGX.c2315 pGC->ops->FillPolygon = miFillPolygon;
2317 pGC->ops->FillPolygon = sunGXFillPoly1Rect;
/xsrc/external/mit/xorg-server.old/dist/miext/damage/
H A Ddamage.c1318 (*pGC->ops->FillPolygon)(pDrawable, pGC, shape, mode, npt, ppt);
/xsrc/external/mit/xorg-server/dist/miext/damage/
H A Ddamage.c1188 (*pGC->ops->FillPolygon) (pDrawable, pGC, shape, mode, npt, ppt);
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddispatch.c1835 (*pGC->ops->FillPolygon) (pDraw, pGC, stuff->shape,
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddispatch.c1979 (*pGC->ops->FillPolygon) (pDraw, pGC, stuff->shape,

Completed in 45 milliseconds