| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winpolyline.c | 41 int npt, 48 return miZeroLine (pDrawable, pGC, mode, npt, ppt); 50 miWideLine (pDrawable, pGC, mode, npt, ppt); 54 miWideDash (pDrawable, pGC, mode, npt, ppt); 38 winPolyLineNativeGDI(DrawablePtr pDrawable,GCPtr pGC,int mode,int npt,DDXPointPtr ppt) argument
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | mipolypnt.c | 63 int npt, 76 if(!(pwidthInit = malloc(npt * sizeof(int)))) 83 nptTmp = npt; 96 nptTmp = npt; 114 for(i = 0; i < npt; i++) 116 (*pGC->ops->FillSpans)(pDrawable, pGC, npt, pptInit, pwidthInit, FALSE); 59 miPolyPoint(DrawablePtr pDrawable,GCPtr pGC,int mode,int npt,xPoint * pptInit) argument
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | mipolypnt.c | 59 int npt, xPoint * pptInit) 70 if (!(pwidthInit = xallocarray(npt, sizeof(int)))) 76 nptTmp = npt; 87 nptTmp = npt; 103 for (i = 0; i < npt; i++) 105 (*pGC->ops->FillSpans) (pDrawable, pGC, npt, pptInit, pwidthInit, FALSE); 58 miPolyPoint(DrawablePtr pDrawable,GCPtr pGC,int mode,int npt,xPoint * pptInit) argument
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_points.c | 39 glamor_poly_point_gl(DrawablePtr drawable, GCPtr gc, int mode, int npt, DDXPointPtr ppt) argument 72 vbo_ppt = glamor_get_vbo_space(screen, npt * (2 * sizeof (INT16)), &vbo_offset); 76 int n = npt; 85 memcpy(vbo_ppt, ppt, npt * (2 * sizeof (INT16))); 104 glDrawArrays(GL_POINTS, 0, npt); 118 glamor_poly_point(DrawablePtr drawable, GCPtr gc, int mode, int npt, argument 121 if (glamor_poly_point_gl(drawable, gc, mode, npt, ppt)) 123 miPolyPoint(drawable, gc, mode, npt, ppt);
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fbpoint.c | 34 int npt, 44 int npt, 59 while (npt--) { 88 int npt; local in function:fbPolyPoint 94 npt = nptInit; 96 npt--; 97 while (npt--) { 39 fbDots(FbBits * dstOrig,FbStride dstStride,int dstBpp,BoxPtr pBox,xPoint * pts,int npt,int xorg,int yorg,int xoff,int yoff,FbBits andOrig,FbBits xorOrig) argument
|
| H A D | fbline.c | 30 fbZeroLine(DrawablePtr pDrawable, GCPtr pGC, int mode, int npt, DDXPointPtr ppt) argument 41 while (--npt) { 51 npt == 1 && pGC->capStyle != CapNotLast, &dashOffset); 76 fbFixCoordModePrevious(int npt, DDXPointPtr ppt) argument 82 npt--; 83 while (npt--) { 91 fbPolyLine(DrawablePtr pDrawable, GCPtr pGC, int mode, int npt, DDXPointPtr ppt) argument 93 void (*line) (DrawablePtr, GCPtr, int mode, int npt, DDXPointPtr ppt); 119 (*line) (pDrawable, pGC, mode, npt, ppt);
|
| H A D | fbbits.h | 243 int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) 260 while (npt--) { 269 while (npt--) { 591 GCPtr pGC, int mode, int npt, DDXPointPtr ptsOrig) 618 fbFixCoordModePrevious(npt, ptsOrig); 628 npt--; 630 npt--; 636 npt == 0 && pGC->capStyle != CapNotLast, &dashoffset); 637 if (!npt) { 643 npt 238 DOTS(FbBits * dst,FbStride dstStride,int dstBpp,BoxPtr pBox,xPoint * ptsOrig,int npt,int xorg,int yorg,int xoff,int yoff,FbBits and,FbBits xor) argument 590 POLYLINE(DrawablePtr pDrawable,GCPtr pGC,int mode,int npt,DDXPointPtr ptsOrig) argument [all...] |
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fbline.c | 33 int npt, 45 while (--npt) 57 npt == 1 && pGC->capStyle != CapNotLast, 89 fbFixCoordModePrevious (int npt, argument 96 npt--; 97 while (npt--) 109 int npt, 112 void (*line) (DrawablePtr, GCPtr, int mode, int npt, DDXPointPtr ppt); 140 (*line) (pDrawable, pGC, mode, npt, ppt); 30 fbZeroLine(DrawablePtr pDrawable,GCPtr pGC,int mode,int npt,DDXPointPtr ppt) argument 106 fbPolyLine(DrawablePtr pDrawable,GCPtr pGC,int mode,int npt,DDXPointPtr ppt) argument
|
| H A D | fbpoint.c | 34 int npt, 48 int npt, 68 while (npt--) 126 int npt; local in function:fbPolyPoint 132 npt = nptInit; 135 npt--; 136 while(npt--) 43 fbDots(FbBits * dstOrig,FbStride dstStride,int dstBpp,BoxPtr pBox,xPoint * pts,int npt,int xorg,int yorg,int xoff,int yoff,FbBits andOrig,FbBits xorOrig) argument
|
| H A D | fbbits.h | 278 int npt, 302 while (npt--) 314 while (npt--) 666 int npt, 694 fbFixCoordModePrevious (npt, ptsOrig); 703 npt--; 705 npt--; 713 npt == 0 && pGC->capStyle != CapNotLast, 715 if (!npt) { 721 npt 273 DOTS(FbBits * dst,FbStride dstStride,int dstBpp,BoxPtr pBox,xPoint * ptsOrig,int npt,int xorg,int yorg,int xoff,int yoff,FbBits and,FbBits xor) argument 663 POLYLINE(DrawablePtr pDrawable,GCPtr pGC,int mode,int npt,DDXPointPtr ptsOrig) argument [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/ |
| H A D | fbpointbits.h | 33 int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) 49 while (npt >= 2) { 65 npt -= 2; 67 if (npt) { 75 while (npt--) { 86 while (npt--) { 96 while (npt--) { 115 int npt, int xorg, int yorg, int xoff, int yoff, 125 while (npt >= 2) { 136 npt 28 DOTS(FbBits * dst,FbStride dstStride,int dstBpp,RegionPtr region,xPoint * ptsOrig,int npt,int xorg,int yorg,int xoff,int yoff,FbBits and,FbBits xor) argument 110 DOTS__SIMPLE(FbBits * dst,FbStride dstStride,int dstBpp,RegionPtr region,xPoint * ptsOrig,int npt,int xorg,int yorg,int xoff,int yoff,FbBits and,FbBits xor) argument [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/ |
| H A D | fbpointbits.h | 33 int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) 49 while (npt >= 2) { 65 npt -= 2; 67 if (npt) { 75 while (npt--) { 86 while (npt--) { 96 while (npt--) { 115 int npt, int xorg, int yorg, int xoff, int yoff, 125 while (npt >= 2) { 136 npt 28 DOTS(FbBits * dst,FbStride dstStride,int dstBpp,RegionPtr region,xPoint * ptsOrig,int npt,int xorg,int yorg,int xoff,int yoff,FbBits and,FbBits xor) argument 110 DOTS__SIMPLE(FbBits * dst,FbStride dstStride,int dstBpp,RegionPtr region,xPoint * ptsOrig,int npt,int xorg,int yorg,int xoff,int yoff,FbBits and,FbBits xor) argument [all...] |
| /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/ |
| H A D | uxa-damage.h | 39 int npt, 51 int npt, 97 int npt, 105 int npt, 132 int npt,
|
| H A D | uxa-damage.c | 360 int npt, 365 if (npt && checkGCDamage (pGC)) 367 int nptTmp = npt; 406 int npt, 409 if (npt && checkGCDamage (pGC)) 413 int nptTmp = npt; 531 int npt, 534 if (npt && checkGCDamage (pGC)) 537 int nptTmp = npt; 568 int npt, 357 uxa_damage_fill_spans(RegionPtr region,DrawablePtr pDrawable,GC * pGC,int npt,DDXPointPtr ppt,int * pwidth,int fSorted) argument 400 uxa_damage_set_spans(RegionPtr region,DrawablePtr pDrawable,GCPtr pGC,char * pcharsrc,DDXPointPtr ppt,int * pwidth,int npt,int fSorted) argument 527 uxa_damage_poly_point(RegionPtr region,DrawablePtr pDrawable,GCPtr pGC,int mode,int npt,xPoint * ppt) argument 564 uxa_damage_poly_lines(RegionPtr region,DrawablePtr pDrawable,GCPtr pGC,int mode,int npt,DDXPointPtr ppt) argument 816 uxa_damage_fill_polygon(RegionPtr region,DrawablePtr pDrawable,GCPtr pGC,int shape,int mode,int npt,DDXPointPtr ppt) argument [all...] |
| H A D | uxa-unaccel.c | 193 uxa_check_poly_point(DrawablePtr pDrawable, GCPtr pGC, int mode, int npt, argument 201 fbPolyPoint(pDrawable, pGC, mode, npt, pptInit); 208 int mode, int npt, DDXPointPtr ppt) 214 uxa_damage_poly_lines (®ion, pDrawable, pGC, mode, npt, ppt); 218 pGC->lineWidth, mode, npt)); 223 fbPolyLine(pDrawable, pGC, mode, npt, ppt); 231 fbPolyLine(pDrawable, pGC, mode, npt, ppt); 207 uxa_check_poly_lines(DrawablePtr pDrawable,GCPtr pGC,int mode,int npt,DDXPointPtr ppt) argument
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxgcops.h | 56 int mode, int npt, DDXPointPtr pptInit); 58 int mode, int npt, DDXPointPtr pptInit);
|
| /xsrc/external/mit/xorg-server.old/dist/miext/cw/ |
| H A D | cw_ops.c | 80 static void cwPolyPoint(DrawablePtr pDst, GCPtr pGC, int mode, int npt, 82 static void cwPolylines(DrawablePtr pDst, GCPtr pGC, int mode, int npt, 242 cwPolyPoint(DrawablePtr pDst, GCPtr pGC, int mode, int npt, xPoint *ppt) argument 249 CW_OFFSET_XYPOINTS(ppt, npt); 253 (*pBackingGC->ops->PolyPoint)(pBackingDst, pBackingGC, mode, npt, ppt); 259 cwPolylines(DrawablePtr pDst, GCPtr pGC, int mode, int npt, DDXPointPtr ppt) argument 266 CW_OFFSET_XYPOINTS(ppt, npt); 270 (*pBackingGC->ops->Polylines)(pBackingDst, pBackingGC, mode, npt, ppt); 318 cwFillPolygon(DrawablePtr pDst, GCPtr pGC, int shape, int mode, int npt, argument 326 CW_OFFSET_XYPOINTS(ppt, npt); [all...] |
| H A D | cw.h | 121 #define CW_OFFSET_XYPOINTS(ppt, npt) do { \ 124 for (_i = 0; _i < npt; _i++) { \
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | uxa-unaccel.c | 193 uxa_check_poly_point(DrawablePtr pDrawable, GCPtr pGC, int mode, int npt, argument 201 fbPolyPoint(pDrawable, pGC, mode, npt, pptInit); 208 int mode, int npt, DDXPointPtr ppt) 214 pGC->lineWidth, mode, npt)); 219 fbPolyLine(pDrawable, pGC, mode, npt, ppt); 227 fbPolyLine(pDrawable, pGC, mode, npt, ppt); 207 uxa_check_poly_lines(DrawablePtr pDrawable,GCPtr pGC,int mode,int npt,DDXPointPtr ppt) argument
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | uxa-unaccel.c | 193 uxa_check_poly_point(DrawablePtr pDrawable, GCPtr pGC, int mode, int npt, argument 201 fbPolyPoint(pDrawable, pGC, mode, npt, pptInit); 208 int mode, int npt, DDXPointPtr ppt) 214 pGC->lineWidth, mode, npt)); 219 fbPolyLine(pDrawable, pGC, mode, npt, ppt); 227 fbPolyLine(pDrawable, pGC, mode, npt, ppt); 207 uxa_check_poly_lines(DrawablePtr pDrawable,GCPtr pGC,int mode,int npt,DDXPointPtr ppt) argument
|
| /xsrc/external/mit/xf86-video-intel-old/dist/uxa/ |
| H A D | uxa-unaccel.c | 161 uxa_check_poly_point (DrawablePtr pDrawable, GCPtr pGC, int mode, int npt, argument 168 fbPolyPoint (pDrawable, pGC, mode, npt, pptInit); 175 int mode, int npt, DDXPointPtr ppt) 181 pGC->lineWidth, mode, npt)); 186 fbPolyLine (pDrawable, pGC, mode, npt, ppt); 194 fbPolyLine (pDrawable, pGC, mode, npt, ppt); 174 uxa_check_poly_lines(DrawablePtr pDrawable,GCPtr pGC,int mode,int npt,DDXPointPtr ppt) argument
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaDashLine.c | 33 int npt, /* number of points */ 69 int n = npt; 103 XAAFallbackOps.Polylines(pDrawable, pGC, mode, npt, pptInit); 124 while(--npt)
|
| H A D | xaaFallback.c | 119 int npt, 124 (*pGC->ops->PolyPoint)(pDraw, pGC, mode, npt, pptInit); 134 int npt, 139 (*pGC->ops->Polylines)(pDraw, pGC, mode, npt, pptInit); 115 XAAPolyPointFallback(DrawablePtr pDraw,GCPtr pGC,int mode,int npt,xPoint * pptInit) argument 130 XAAPolylinesFallback(DrawablePtr pDraw,GCPtr pGC,int mode,int npt,DDXPointPtr pptInit) argument
|
| /xsrc/external/mit/xf86-video-tga/dist/src/ |
| H A D | tga_line.c | 86 void TGAPolyLines(DrawablePtr pDrawable, GCPtr pGC, int mode, int npt, 90 void TGAPolyLinesDashed(DrawablePtr pDrawable, GCPtr pGC, int mode, int npt, 106 int npt, /* number of points */ 143 while(--npt) 413 int npt, /* number of points */ 461 while(--npt)
|
| /xsrc/external/mit/xorg-server.old/dist/exa/ |
| H A D | exa_accel.c | 614 exaPolyPoint(DrawablePtr pDrawable, GCPtr pGC, int mode, int npt, argument 625 ExaCheckPolyPoint(pDrawable, pGC, mode, npt, ppt); 629 prect = malloc(sizeof(xRectangle) * npt); 630 for (i = 0; i < npt; i++) { 640 pGC->ops->PolyFillRect(pDrawable, pGC, npt, prect); 650 exaPolylines(DrawablePtr pDrawable, GCPtr pGC, int mode, int npt, argument 659 ExaCheckPolylines(pDrawable, pGC, mode, npt, ppt); 666 ExaCheckPolylines(pDrawable, pGC, mode, npt, ppt); 670 prect = malloc(sizeof(xRectangle) * (npt - 1)); 674 for (i = 0; i < npt [all...] |