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

12

/xsrc/external/mit/xgc/dist/
H A Dconstants.h36 #define PolyFillArc 9 macro
H A Dmain.c105 {"Filled Arcs", "PolyFillArc", PolyFillArc},
H A Dtests.c600 case PolyFillArc: polyfillarc_test(); break;
H A Dlex.c1161 { yylval.num = PolyFillArc;
/xsrc/external/mit/libX11/dist/src/
H A DFillArcs.c49 GetReq(PolyFillArc, req);
H A DFillArc.c69 GetReqExtra(PolyFillArc, SIZEOF(xArc), req);
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dgcstruct.h202 void (* PolyFillArc)( member in struct:_GCOps
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaGCmisc.c103 and PolyFillArc functions are linked in a way that they all have
126 pGC->ops->PolyFillArc = XAAFallbackOps.PolyFillArc;
139 pGC->ops->PolyFillArc = infoRec->PolyFillArcSolid;
151 pGC->ops->PolyFillArc = miPolyFillArc;
161 pGC->ops->PolyFillArc = miPolyFillArc;
171 pGC->ops->PolyFillArc = miPolyFillArc;
H A DxaaFallback.c221 (*pGC->ops->PolyFillArc)(pDraw, pGC, narcs, parcs);
H A DxaaGC.c533 (*pGC->ops->PolyFillArc)(pDraw, pGC, narcs, parcs);
/xsrc/external/mit/xorg-server/dist/include/
H A Dgcstruct.h180 void (*PolyFillArc) (DrawablePtr /*pDrawable */ , member in struct:_GCOps
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_core.c127 .PolyFillArc = miPolyFillArc,
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
H A DdriWrap.c343 pGC->ops->PolyFillArc(dst, pGC, narcsInit, parcsInit);
/xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
H A DdriWrap.c366 pGC->ops->PolyFillArc(dst, pGC, narcsInit, parcsInit);
/xsrc/external/mit/xorg-server.old/dist/miext/cw/
H A Dcw_ops.c359 (*pBackingGC->ops->PolyFillArc)(pBackingDst, pBackingGC, narcs, parcs);
/xsrc/external/mit/xorg-server.old/dist/miext/rootless/
H A DrootlessGC.c1145 pGC->ops->PolyFillArc(dst, pGC, narcsInit, parcsInit);
1151 pGC->ops->PolyFillArc(dst, pGC, narcsInit, parcsInit);
/xsrc/external/mit/xorg-server/dist/miext/rootless/
H A DrootlessGC.c1159 pGC->ops->PolyFillArc(dst, pGC, narcsInit, parcsInit);
1166 pGC->ops->PolyFillArc(dst, pGC, narcsInit, parcsInit);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86VGAarbiter.c870 (*pGC->ops->PolyFillArc)(pDraw, pGC, narcs, parcs);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86VGAarbiter.c794 (*pGC->ops->PolyFillArc) (pDraw, pGC, narcs, parcs);
/xsrc/external/mit/xorg-server.old/dist/hw/sun/
H A DsunGX.c2444 pGC->ops->PolyFillArc = miPolyFillArc;
2447 pGC->ops->PolyFillArc = sunGXPolyFillArc;
/xsrc/external/mit/xorg-server/dist/hw/sun/
H A DsunGX.c2444 pGC->ops->PolyFillArc = miPolyFillArc;
2447 pGC->ops->PolyFillArc = sunGXPolyFillArc;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/shadowfb/
H A Dshadow.c1258 (*pGC->ops->PolyFillArc)(pDraw, pGC, narcsInit, parcsInit);
/xsrc/external/mit/xorg-server.old/dist/miext/damage/
H A Ddamage.c1399 (*pGC->ops->PolyFillArc)(pDrawable, pGC, nArcs, pArcs);
/xsrc/external/mit/xorg-server/dist/miext/damage/
H A Ddamage.c1260 (*pGC->ops->PolyFillArc) (pDrawable, pGC, nArcs, pArcs);
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddispatch.c1877 (*pGC->ops->PolyFillArc) (pDraw, pGC, narcs, (xArc *) &stuff[1]);

Completed in 40 milliseconds

12