| /xsrc/external/mit/xgc/dist/ |
| H A D | constants.h | 34 #define FillPolygon 7 macro
|
| H A D | main.c | 103 {"(Filled Polygons)", "FillPolygon", FillPolygon},
|
| H A D | tests.c | 598 case FillPolygon: fillpolygon_test(); break;
|
| H A D | lex.c | 1149 { yylval.num = FillPolygon;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaGCmisc.c | 102 /* 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 D | xaaFallback.c | 193 (*pGC->ops->FillPolygon)(pDraw, pGC, shape, mode, count, ptsIn);
|
| H A D | xaaFillPoly.c | 708 (*XAAFallbackOps.FillPolygon)(pDraw, pGC, shape, mode, count, ptsIn); 861 (*XAAFallbackOps.FillPolygon)(pDraw, pGC, shape, mode, count, ptsIn);
|
| H A D | xaaGC.c | 507 (*pGC->ops->FillPolygon)(pDraw, pGC, shape, mode, count, ptsIn);
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | gcstruct.h | 188 void (* FillPolygon)( member in struct:_GCOps
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | gcstruct.h | 168 void (*FillPolygon) (DrawablePtr /*pDrawable */ , member in struct:_GCOps
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_core.c | 125 .FillPolygon = miFillPolygon,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/ |
| H A D | driWrap.c | 311 pGC->ops->FillPolygon(dst, pGC, shape, mode, count, pptInit);
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/ |
| H A D | driWrap.c | 332 pGC->ops->FillPolygon(dst, pGC, shape, mode, count, pptInit);
|
| /xsrc/external/mit/xorg-server.old/dist/miext/cw/ |
| H A D | cw_ops.c | 330 (*pBackingGC->ops->FillPolygon)(pBackingDst, pBackingGC, shape, mode, npt,
|
| /xsrc/external/mit/xorg-server.old/dist/miext/rootless/ |
| H A D | rootlessGC.c | 991 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 D | rootlessGC.c | 1005 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 D | xf86VGAarbiter.c | 840 (*pGC->ops->FillPolygon)(pDraw, pGC, shape, mode, count, ptsIn);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86VGAarbiter.c | 769 (*pGC->ops->FillPolygon) (pDraw, pGC, shape, mode, count, ptsIn);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/shadowfb/ |
| H A D | shadow.c | 1155 (*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 D | sunGX.c | 2315 pGC->ops->FillPolygon = miFillPolygon; 2317 pGC->ops->FillPolygon = sunGXFillPoly1Rect;
|
| /xsrc/external/mit/xorg-server/dist/hw/sun/ |
| H A D | sunGX.c | 2315 pGC->ops->FillPolygon = miFillPolygon; 2317 pGC->ops->FillPolygon = sunGXFillPoly1Rect;
|
| /xsrc/external/mit/xorg-server.old/dist/miext/damage/ |
| H A D | damage.c | 1318 (*pGC->ops->FillPolygon)(pDrawable, pGC, shape, mode, npt, ppt);
|
| /xsrc/external/mit/xorg-server/dist/miext/damage/ |
| H A D | damage.c | 1188 (*pGC->ops->FillPolygon) (pDrawable, pGC, shape, mode, npt, ppt);
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | dispatch.c | 1835 (*pGC->ops->FillPolygon) (pDraw, pGC, stuff->shape,
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | dispatch.c | 1979 (*pGC->ops->FillPolygon) (pDraw, pGC, stuff->shape,
|