Home
last modified time | relevance | path

Searched refs:PolySegment (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dgcstruct.h153 void (*PolySegment) (DrawablePtr /*pDrawable */ , member
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_core.c149 .PolySegment = glamor_poly_segment,
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A DdriWrap.c282 pGC->ops->PolySegment(dst, pGC, nseg, pSeg); in DRIPolySegment()
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_unaccel.c283 pGC->ops->PolySegment(pDrawable, pGC, nsegInit, pSegInit); in ExaCheckPolySegment()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86VGAarbiter.c731 (*pGC->ops->PolySegment) (pDraw, pGC, nseg, pSeg); in VGAarbiterPolySegment()
/OK3568_Linux_fs/external/xserver/dix/
H A Dprotocol.txt495 R066 X11:PolySegment
H A Ddispatch.c1841 (*pGC->ops->PolySegment) (pDraw, pGC, nsegs, (xSegment *) &stuff[1]); in ProcPolySegment()
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessGC.c806 pGC->ops->PolySegment(dst, pGC, nseg, pSeg); in RootlessPolySegment()
/OK3568_Linux_fs/external/xserver/miext/damage/
H A Ddamage.c1023 (*pGC->ops->PolySegment) (pDrawable, pGC, nSeg, pSeg); in damagePolySegment()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog48104 There's no reason to mix PolyPoint and PolySegment in the same file.
153701 Fix Line drawing with CapNotLast set in PolySegment.
177192 Add trivial PolySegment acceleration for 0-width horizontal/vertical lines,