| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | mipolygen.c | 140 (*pgc->ops->FillSpans)(dst, pgc, 196 (*pgc->ops->FillSpans)(dst, pgc, nPts, FirstPoint, 226 (*pgc->ops->FillSpans)(dst, pgc, nPts, FirstPoint, FirstWidth, 1);
|
| H A D | mipolypnt.c | 116 (*pGC->ops->FillSpans)(pDrawable, pGC, npt, pptInit, pwidthInit, FALSE);
|
| H A D | mipushpxl.c | 173 (*pGC->ops->FillSpans)(pDrawable, pGC, 230 (*pGC->ops->FillSpans)(pDrawable, 260 (*pGC->ops->FillSpans)(pDrawable, pGC, NPT, pt, width, TRUE); 269 (*pGC->ops->FillSpans)(pDrawable, pGC, ipt, pt, width, TRUE);
|
| H A D | mifillrct.c | 66 * then call FillSpans to fill each rectangle. We let FillSpans worry about 136 (* pGC->ops->FillSpans)(pDrawable, pGC,
|
| H A D | mizerline.c | 143 * FillSpans simply cannot take starting coordinates outside of the 190 (*pGC->ops->FillSpans)(pDraw, pGC, Nspans, pspanInit, 361 (*pGC->ops->FillSpans)(pDraw, pGC, Nspans, pspanInit,
|
| H A D | mifpolycon.c | 239 (*pgc->ops->FillSpans)(dst, pgc,
|
| H A D | mipolycon.c | 210 (*pgc->ops->FillSpans)(dst, pgc,
|
| H A D | mispans.c | 382 /* Outgoing spans for one big call to FillSpans */ 392 (*pGC->ops->FillSpans) 517 (*pGC->ops->FillSpans) (pDraw, pGC, count, points, widths, TRUE);
|
| H A D | mifillarc.c | 572 (*pGC->ops->FillSpans)(pDraw, pGC, pts - points, points, widths, FALSE); 615 (*pGC->ops->FillSpans)(pDraw, pGC, pts - points, points, widths, FALSE); 700 (*pGC->ops->FillSpans)(pDraw, pGC, pts - points, points, widths, FALSE); 764 (*pGC->ops->FillSpans)(pDraw, pGC, pts - points, points, widths, FALSE);
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | mipolypnt.c | 105 (*pGC->ops->FillSpans) (pDrawable, pGC, npt, pptInit, pwidthInit, FALSE);
|
| H A D | mipushpxl.c | 159 (*pGC->ops->FillSpans) (pDrawable, pGC, 210 (*pGC->ops->FillSpans) (pDrawable, 239 (*pGC->ops->FillSpans) (pDrawable, pGC, NPT, pt, width, TRUE); 247 (*pGC->ops->FillSpans) (pDrawable, pGC, ipt, pt, width, TRUE);
|
| H A D | mifillrct.c | 65 * then call FillSpans to fill each rectangle. We let FillSpans worry about 126 (*pGC->ops->FillSpans) (pDrawable, pGC,
|
| H A D | mizerline.c | 138 * FillSpans simply cannot take starting coordinates outside of the 204 (*pGC->ops->FillSpans) (pDraw, pGC, Nspans, pspanInit, 342 (*pGC->ops->FillSpans) (pDraw, pGC, Nspans, pspanInit,
|
| H A D | mipoly.c | 512 (*pgc->ops->FillSpans) (dst, pgc, 586 (*pgc->ops->FillSpans) (dst, pgc, 636 (*pgc->ops->FillSpans) (dst, pgc, nPts, FirstPoint, 665 (*pgc->ops->FillSpans) (dst, pgc, nPts, FirstPoint, FirstWidth, 1);
|
| /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 123 pGC->ops->FillSpans = XAAFallbackOps.FillSpans; 136 pGC->ops->FillSpans = infoRec->FillSpansSolid; 146 pGC->ops->FillSpans = infoRec->FillSpansStippled; 156 pGC->ops->FillSpans = infoRec->FillSpansOpaqueStippled; 166 pGC->ops->FillSpans = infoRec->FillSpansTiled; 319 if((pGC->ops->FillSpans != XAAFallbackOps.FillSpans) &&
|
| H A D | xaaFallback.c | 32 (*pGC->ops->FillSpans)(pDraw, pGC, nInit, pptInit, pwidthInit, fSorted);
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | gcstruct.h | 105 void (* FillSpans)( member in struct:_GCOps
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | gcstruct.h | 95 void (*FillSpans) (DrawablePtr /*pDrawable */ , member in struct:_GCOps
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_core.c | 115 .FillSpans = glamor_fill_spans,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/ |
| H A D | driWrap.c | 135 pGC->ops->FillSpans(dst, pGC, nInit, pptInit, pwidthInit, sorted);
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/ |
| H A D | driWrap.c | 147 pGC->ops->FillSpans(dst, pGC, nInit, pptInit, pwidthInit, sorted);
|
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| H A D | amdgpu_glamor_wrappers.c | 659 amdgpu_glamor_nodstbo_ops.FillSpans = pGC->ops->FillSpans;
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon_glamor_wrappers.c | 651 radeon_glamor_nodstbo_ops.FillSpans = pGC->ops->FillSpans;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/sun/ |
| H A D | sunGX.c | 2209 new_fillspans = TRUE; /* deal with FillSpans later */ 2412 pGC->ops->FillSpans = sunGXFillSpans; 2418 pGC->ops->FillSpans = cfbTile32FSCopy; 2420 pGC->ops->FillSpans = cfbTile32FSGeneral; 2423 pGC->ops->FillSpans = cfbUnnaturalTileFS; 2427 pGC->ops->FillSpans = cfb8Stipple32FS; 2429 pGC->ops->FillSpans = cfbUnnaturalStippleFS; 2433 pGC->ops->FillSpans = cfb8OpaqueStipple32FS; 2435 pGC->ops->FillSpans = cfbUnnaturalStippleFS;
|
| /xsrc/external/mit/xorg-server/dist/hw/sun/ |
| H A D | sunGX.c | 2209 new_fillspans = TRUE; /* deal with FillSpans later */ 2412 pGC->ops->FillSpans = sunGXFillSpans; 2418 pGC->ops->FillSpans = cfbTile32FSCopy; 2420 pGC->ops->FillSpans = cfbTile32FSGeneral; 2423 pGC->ops->FillSpans = cfbUnnaturalTileFS; 2427 pGC->ops->FillSpans = cfb8Stipple32FS; 2429 pGC->ops->FillSpans = cfbUnnaturalStippleFS; 2433 pGC->ops->FillSpans = cfb8OpaqueStipple32FS; 2435 pGC->ops->FillSpans = cfbUnnaturalStippleFS;
|