Home
last modified time | relevance | path

Searched refs:FillSpans (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/external/xserver/mi/
H A Dmipushpxl.c159 (*pGC->ops->FillSpans) (pDrawable, pGC, in miPushPixels()
210 (*pGC->ops->FillSpans) (pDrawable, in miPushPixels()
239 (*pGC->ops->FillSpans) (pDrawable, pGC, NPT, pt, width, TRUE); in miPushPixels()
247 (*pGC->ops->FillSpans) (pDrawable, pGC, ipt, pt, width, TRUE); in miPushPixels()
H A Dmipoly.c512 (*pgc->ops->FillSpans) (dst, pgc, in miFillConvexPoly()
586 (*pgc->ops->FillSpans) (dst, pgc, in miFillGeneralPoly()
636 (*pgc->ops->FillSpans) (dst, pgc, nPts, FirstPoint, in miFillGeneralPoly()
665 (*pgc->ops->FillSpans) (dst, pgc, nPts, FirstPoint, FirstWidth, 1); in miFillGeneralPoly()
H A Dmizerline.c204 (*pGC->ops->FillSpans) (pDraw, pGC, Nspans, pspanInit, in miZeroLine()
342 (*pGC->ops->FillSpans) (pDraw, pGC, Nspans, pspanInit, in miZeroLine()
H A Dmipolypnt.c105 (*pGC->ops->FillSpans) (pDrawable, pGC, npt, pptInit, pwidthInit, FALSE); in miPolyPoint()
H A Dmifillrct.c126 (*pGC->ops->FillSpans) (pDrawable, pGC, in miPolyFillRect()
H A Dmizerarc.c723 (*pGC->ops->FillSpans) (pDraw, pGC, n, points, widths, FALSE); in miZeroPolyArc()
751 (*pGC->ops->FillSpans) (pDraw, pGC, n, oddPts, widths, FALSE); in miZeroPolyArc()
H A Dmiwideline.c441 (*pGC->ops->FillSpans) in miFillUniqueSpanGroup()
557 (*pGC->ops->FillSpans) (pDraw, pGC, count, points, widths, TRUE); in miFillUniqueSpanGroup()
632 (*pGC->ops->FillSpans) (pDrawable, pGC, spans->count, spans->points, in fillSpans()
966 (*pGC->ops->FillSpans) (pDrawable, pGC, 1, &pt, &wid, TRUE); in miLineOnePoint()
H A Dmibitblt.c630 (*pGC->ops->FillSpans) ((DrawablePtr) pPixmap, pGC, 1, &xpt, &width, in miGetImage()
H A Dmifillarc.c697 (*pGC->ops->FillSpans) (pDraw, pGC, nspans, points, in miPolyFillArc()
H A Dmiarc.c872 (*pGC->ops->FillSpans) (pDraw, pGC, pts - points, points, widths, FALSE); in miFillWideEllipse()
1303 (*pgc->ops->FillSpans) (dst, pgc, in miFillSppPoly()
3105 (*pGC->ops->FillSpans) (pDrawable, pGC, i, xSpans, xWidths, TRUE); in fillSpans()
/OK3568_Linux_fs/external/xserver/include/
H A Dgcstruct.h95 void (*FillSpans) (DrawablePtr /*pDrawable */ , member
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_core.c142 .FillSpans = glamor_fill_spans,
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A DdriWrap.c147 pGC->ops->FillSpans(dst, pGC, nInit, pptInit, pwidthInit, sorted); in DRIFillSpans()
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessGC.c424 pGC->ops->FillSpans(dst, pGC, nInit, pptInit, pwidthInit, sorted); in RootlessFillSpans()
457 pGC->ops->FillSpans(dst, pGC, nInit, pptInit, pwidthInit, sorted); in RootlessFillSpans()
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_unaccel.c79 pGC->ops->FillSpans(pDrawable, pGC, nspans, ppt, pwidth, fSorted); in ExaCheckFillSpans()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86VGAarbiter.c621 (*pGC->ops->FillSpans) (pDraw, pGC, nInit, pptInit, pwidthInit, fSorted); in VGAarbiterFillSpans()
/OK3568_Linux_fs/external/xserver/miext/damage/
H A Ddamage.c674 (*pGC->ops->FillSpans) (pDrawable, pGC, npt, ppt, pwidth, fSorted); in damageFillSpans()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog45214 mi: Draw multiple lines in one FillSpans call in miZeroLine
48987 bitmap, computing spans to be filled, and calling FillSpans().
164921 EXA: FillSpans improvements.