Home
last modified time | relevance | path

Searched refs:FillPolygon (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dgcstruct.h168 void (*FillPolygon) (DrawablePtr /*pDrawable */ , member
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_core.c152 .FillPolygon = miFillPolygon,
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A DdriWrap.c332 pGC->ops->FillPolygon(dst, pGC, shape, mode, count, pptInit); in DRIFillPolygon()
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessGC.c1005 pGC->ops->FillPolygon(dst, pGC, shape, mode, count, pptInit); in RootlessFillPolygon()
1056 pGC->ops->FillPolygon(dst, pGC, shape, mode, count, pptInit); in RootlessFillPolygon()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86VGAarbiter.c770 (*pGC->ops->FillPolygon) (pDraw, pGC, shape, mode, count, ptsIn); in VGAarbiterFillPolygon()
/OK3568_Linux_fs/external/xserver/miext/damage/
H A Ddamage.c1188 (*pGC->ops->FillPolygon) (pDrawable, pGC, shape, mode, npt, ppt); in damageFillPolygon()
/OK3568_Linux_fs/external/xserver/dix/
H A Ddispatch.c1910 (*pGC->ops->FillPolygon) (pDraw, pGC, stuff->shape, in ProcFillPoly()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog188108 - Handle the mode argument to PolyPoint, Polylines, and FillPolygon.