Searched refs:pSegs (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | mipolyseg.c | 70 miPolySegment(DrawablePtr pDraw, GCPtr pGC, int nseg, xSegment *pSegs) argument 76 (*pGC->ops->Polylines)(pDraw, pGC, CoordModeOrigin, 2,(DDXPointPtr)pSegs); 77 pSegs++;
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | mipolyseg.c | 68 miPolySegment(DrawablePtr pDraw, GCPtr pGC, int nseg, xSegment * pSegs) argument 74 (DDXPointPtr) pSegs); 75 pSegs++;
|
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fbline.c | 68 xSegment *pSegs) 80 pSegs->x1 + x, pSegs->y1 + y, 81 pSegs->x2 + x, pSegs->y2 + y, 84 pSegs++; 65 fbZeroSegment(DrawablePtr pDrawable,GCPtr pGC,int nseg,xSegment * pSegs) argument
|
| H A D | fb.h | 1595 xSegment *pSegs);
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fbline.c | 58 fbZeroSegment(DrawablePtr pDrawable, GCPtr pGC, int nseg, xSegment * pSegs) argument 69 pSegs->x1 + x, pSegs->y1 + y, 70 pSegs->x2 + x, pSegs->y2 + y, drawLast, &dashOffset); 71 pSegs++;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxgcops.h | 60 int nseg, xSegment *pSegs);
|
| H A D | dmxgcops.c | 260 /** Render list of disjoint segments, \a pSegs in \a pDrawable on the 265 int nseg, xSegment *pSegs) 276 (XSegment *)pSegs, nseg); 264 dmxPolySegment(DrawablePtr pDrawable,GCPtr pGC,int nseg,xSegment * pSegs) argument
|
| /xsrc/external/mit/xorg-server.old/dist/miext/cw/ |
| H A D | cw_ops.c | 85 xSegment *pSegs); 276 cwPolySegment(DrawablePtr pDst, GCPtr pGC, int nseg, xSegment *pSegs) argument 282 CW_OFFSET_XYPOINTS(pSegs, nseg * 2); 284 (*pBackingGC->ops->PolySegment)(pBackingDst, pBackingGC, nseg, pSegs);
|
Completed in 8 milliseconds