| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | mipoly.c | 76 DDXPointPtr ppt; local in function:miFillPolygon 81 ppt = pPts; 91 ppt->x += xorg; 92 ppt++->y += yorg; 97 ppt->x += xorg; 98 ppt++->y += yorg; 101 ppt->x += (ppt-1)->x; 102 ppt->y += (ppt [all...] |
| H A D | mipolypnt.c | 74 xPoint *ppt; local in function:miPolyPoint 82 ppt = pptInit; 87 ppt++; 88 ppt->x += (ppt-1)->x; 89 ppt->y += (ppt-1)->y; 95 ppt = pptInit; 101 ppt->x += xorg; 102 ppt [all...] |
| H A D | mifillrct.c | 85 DDXPointPtr ppt; local in function:miPolyFillRect 122 ppt = pptFirst; 131 ppt->x = xorg; 132 ppt->y = yorg; 133 ppt++;
|
| H A D | mizerline.c | 109 DDXPointPtr ppt; local in function:miZeroLine 169 ppt = pptInit; 171 xstart = ppt->x; 172 ystart = ppt->y; 200 ++ppt; 202 x2 = ppt->x; 203 y2 = ppt->y; 355 (((xstart != x2) || (ystart != y2)) || (ppt == pptInit + 1)))
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winpolyline.c | 42 DDXPointPtr ppt) 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/dist/mi/ |
| H A D | mipolypnt.c | 68 xPoint *ppt; local in function:miPolyPoint 75 ppt = pptInit; 79 ppt++; 80 ppt->x += (ppt - 1)->x; 81 ppt->y += (ppt - 1)->y; 86 ppt = pptInit; 91 ppt->x += xorg; 92 ppt [all...] |
| H A D | mifillrct.c | 81 DDXPointPtr ppt; local in function:miPolyFillRect 113 ppt = pptFirst; 121 ppt->x = xorg; 122 ppt->y = yorg; 123 ppt++;
|
| /xsrc/external/mit/xf86-video-sunffb/dist/src/ |
| H A D | ffb_loops.h | 37 DDXPointPtr ppt); 52 DDXPointPtr ppt, DDXPointPtr ppt_last, 57 DDXPointPtr ppt, DDXPointPtr ppt_last, 62 DDXPointPtr ppt, DDXPointPtr ppt_last, 67 DDXPointPtr ppt, DDXPointPtr ppt_last, 72 DDXPointPtr ppt, DDXPointPtr ppt_last, 87 #define FFB_PPT_BOX_LOOP(pFfb, ffb, pbox, _pbox_last, ppt) \ 93 FFB_WRITE64(&ffb->by, ppt->y, ppt->x); \ 96 pbox++; ppt 147 FFB_PPT_LOOP1(FFBPtr pFfb,ffb_fbcPtr ffb,DDXPointPtr ppt,DDXPointPtr ppt_last,int xOrg,int yOrg) argument 160 FFB_PPT_LOOP2(FFBPtr pFfb,ffb_fbcPtr ffb,DDXPointPtr ppt,DDXPointPtr ppt_last,int x,int y) argument 176 FFB_LINE_LOOP1(FFBPtr pFfb,ffb_fbcPtr ffb,DDXPointPtr ppt,DDXPointPtr ppt_last,int xOrg,int yOrg) argument 190 FFB_LINE_LOOP2(FFBPtr pFfb,ffb_fbcPtr ffb,DDXPointPtr ppt,DDXPointPtr ppt_last,int * x,int * y) argument [all...] |
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fbgetsp.c | 32 DDXPointPtr ppt, int *pwidth, int nspans, char *pchardstStart) 53 fbBlt(src + (ppt->y + srcYoff) * srcStride, srcStride, 54 (ppt->x + srcXoff) * srcBpp, 60 ppt++; 30 fbGetSpans(DrawablePtr pDrawable,int wMax,DDXPointPtr ppt,int * pwidth,int nspans,char * pchardstStart) argument
|
| H A D | fbline.c | 30 fbZeroLine(DrawablePtr pDrawable, GCPtr pGC, int mode, int npt, DDXPointPtr ppt) argument 38 x1 = ppt->x; 39 y1 = ppt->y; 42 ++ppt; 43 x2 = ppt->x; 44 y2 = ppt->y; 76 fbFixCoordModePrevious(int npt, DDXPointPtr ppt) argument 80 x = ppt->x; 81 y = ppt->y; 84 ppt 91 fbPolyLine(DrawablePtr pDrawable,GCPtr pGC,int mode,int npt,DDXPointPtr ppt) argument [all...] |
| H A D | fbsetsp.c | 32 char *src, DDXPointPtr ppt, int *pwidth, int nspans, int fSorted) 47 d = dst + (ppt->y + dstYoff) * dstStride; 54 if (pbox->y1 > ppt->y) 56 if (pbox->y2 > ppt->y) { 57 x1 = ppt->x; 66 (x1 - ppt->x) * dstBpp + xoff, 75 ppt++; 30 fbSetSpans(DrawablePtr pDrawable,GCPtr pGC,char * src,DDXPointPtr ppt,int * pwidth,int nspans,int fSorted) argument
|
| H A D | fbfillsp.c | 31 GCPtr pGC, int n, DDXPointPtr ppt, int *pwidth, int fSorted) 46 fullX1 = ppt->x; 47 fullY1 = ppt->y; 49 ppt++; 30 fbFillSpans(DrawablePtr pDrawable,GCPtr pGC,int n,DDXPointPtr ppt,int * pwidth,int fSorted) argument
|
| H A D | fbpoint.c | 87 xPoint *ppt; local in function:fbPolyPoint 93 ppt = pptInit; 98 ppt++; 99 ppt->x += (ppt - 1)->x; 100 ppt->y += (ppt - 1)->y;
|
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fbsetsp.c | 33 DDXPointPtr ppt, 52 fb24_32SetSpans (pDrawable, pGC, src, ppt, pwidth, nspans, fSorted); 59 d = dst + (ppt->y + dstYoff) * dstStride; 67 if (pbox->y1 > ppt->y) 69 if (pbox->y2 > ppt->y) 71 x1 = ppt->x; 80 (x1 - ppt->x) * dstBpp + xoff, 96 ppt++; 30 fbSetSpans(DrawablePtr pDrawable,GCPtr pGC,char * src,DDXPointPtr ppt,int * pwidth,int nspans,int fSorted) argument
|
| H A D | fbline.c | 34 DDXPointPtr ppt) 42 x1 = ppt->x; 43 y1 = ppt->y; 47 ++ppt; 48 x2 = ppt->x; 49 y2 = ppt->y; 90 DDXPointPtr ppt) 94 x = ppt->x; 95 y = ppt->y; 99 ppt 30 fbZeroLine(DrawablePtr pDrawable,GCPtr pGC,int mode,int npt,DDXPointPtr ppt) argument 89 fbFixCoordModePrevious(int npt,DDXPointPtr ppt) argument 106 fbPolyLine(DrawablePtr pDrawable,GCPtr pGC,int mode,int npt,DDXPointPtr ppt) argument [all...] |
| H A D | fbgetsp.c | 32 DDXPointPtr ppt, 53 fb24_32GetSpans (pDrawable, wMax, ppt, pwidth, nspans, pchardstStart); 65 fbBlt (src + (ppt->y + srcYoff) * srcStride, srcStride, 66 (ppt->x + srcXoff) * srcBpp, 82 ppt++; 30 fbGetSpans(DrawablePtr pDrawable,int wMax,DDXPointPtr ppt,int * pwidth,int nspans,char * pchardstStart) argument
|
| H A D | fbfillsp.c | 33 DDXPointPtr ppt, 51 fullX1 = ppt->x; 52 fullY1 = ppt->y; 54 ppt++; 30 fbFillSpans(DrawablePtr pDrawable,GCPtr pGC,int n,DDXPointPtr ppt,int * pwidth,int fSorted) argument
|
| H A D | fbpoint.c | 125 xPoint *ppt; local in function:fbPolyPoint 131 ppt = pptInit; 138 ppt++; 139 ppt->x += (ppt-1)->x; 140 ppt->y += (ppt-1)->y;
|
| /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 79 vbo_ppt[0] = (x += ppt->x); 80 vbo_ppt[1] = (y += ppt->y); 82 ppt++; 85 memcpy(vbo_ppt, ppt, npt * (2 * sizeof (INT16))); 119 DDXPointPtr ppt) 121 if (glamor_poly_point_gl(drawable, gc, mode, npt, ppt)) 123 miPolyPoint(drawable, gc, mode, npt, ppt); 118 glamor_poly_point(DrawablePtr drawable,GCPtr gc,int mode,int npt,DDXPointPtr ppt) argument
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaSpans.c | 143 DDXPointPtr ppt, 151 pGC->alu, pGC->planemask, n, ppt, pwidth, fSorted); 164 DDXPointPtr ppt, 194 n, ppt, pwidth, fSorted, pPriv->pattern0, pPriv->pattern1, 208 DDXPointPtr ppt, 240 pGC->alu, pGC->planemask, n, ppt, pwidth, fSorted, pCache, 254 DDXPointPtr ppt, 275 pGC->alu, pGC->planemask, n, ppt, pwidth, fSorted, 291 DDXPointPtr ppt, 317 pGC->alu, pGC->planemask, n, ppt, pwidt 140 XAARenderSolidSpans(GCPtr pGC,int n,DDXPointPtr ppt,int * pwidth,int fSorted,int xorg,int yorg) argument 161 XAARenderMono8x8Spans(GCPtr pGC,int n,DDXPointPtr ppt,int * pwidth,int fSorted,int xorg,int yorg) argument 205 XAARenderColor8x8Spans(GCPtr pGC,int n,DDXPointPtr ppt,int * pwidth,int fSorted,int xorg,int yorg) argument 251 XAARenderColorExpandSpans(GCPtr pGC,int n,DDXPointPtr ppt,int * pwidth,int fSorted,int xorg,int yorg) argument 288 XAARenderCacheBltSpans(GCPtr pGC,int n,DDXPointPtr ppt,int * pwidth,int fSorted,int xorg,int yorg) argument 329 XAARenderCacheExpandSpans(GCPtr pGC,int n,DDXPointPtr ppt,int * pwidth,int fSorted,int xorg,int yorg) argument 365 XAARenderPixmapCopySpans(GCPtr pGC,int n,DDXPointPtr ppt,int * pwidth,int fSorted,int xorg,int yorg) argument 400 XAAFillSolidSpans(ScrnInfoPtr pScrn,int fg,int rop,unsigned int planemask,int n,DDXPointPtr ppt,int * pwidth,int fSorted) argument 436 XAAFillMono8x8PatternSpansScreenOrigin(ScrnInfoPtr pScrn,int fg,int bg,int rop,unsigned int planemask,int n,DDXPointPtr ppt,int * pwidth,int fSorted,int pattern0,int pattern1,int xorigin,int yorigin) argument 495 XAAFillMono8x8PatternSpans(ScrnInfoPtr pScrn,int fg,int bg,int rop,unsigned int planemask,int n,DDXPointPtr ppt,int * pwidth,int fSorted,int pattern0,int pattern1,int xorigin,int yorigin) argument 563 XAAFillColor8x8PatternSpansScreenOrigin(ScrnInfoPtr pScrn,int rop,unsigned int planemask,int n,DDXPointPtr ppt,int * pwidth,int fSorted,XAACacheInfoPtr pCache,int xorigin,int yorigin) argument 609 XAAFillColor8x8PatternSpans(ScrnInfoPtr pScrn,int rop,unsigned int planemask,int n,DDXPointPtr ppt,int * pwidth,int fSorted,XAACacheInfoPtr pCache,int xorigin,int yorigin) argument 658 XAAFillCacheBltSpans(ScrnInfoPtr pScrn,int rop,unsigned int planemask,int n,DDXPointPtr ppt,int * pwidth,int fSorted,XAACacheInfoPtr pCache,int xorg,int yorg) argument 717 XAAFillCacheExpandSpans(ScrnInfoPtr pScrn,int fg,int bg,int rop,unsigned int planemask,int n,DDXPointPtr ppt,int * pwidth,int fSorted,int xorg,int yorg,PixmapPtr pPix) argument 778 XAAClipAndRenderSpans(GCPtr pGC,DDXPointPtr ppt,int * pwidth,int nspans,int fSorted,ClipAndRenderSpansFunc func,int xorg,int yorg) argument [all...] |
| H A D | xaaCpyWin.c | 30 DDXPointPtr pptSrc, ppt; local in function:XAACopyWindow 66 ppt = pptSrc; 69 ppt->x = pbox->x1 + dx; 70 ppt->y = pbox->y1 + dy; 71 ppt++; pbox++;
|
| H A D | xaaDashLine.c | 48 DDXPointPtr ppt; local in function:XAAPolySegmentDashed 73 ppt = pptInit; 74 x2 = ppt->x + xorgtmp; 75 y2 = ppt->y + yorgtmp; 88 ++ppt; 93 x2 = ppt->x + xorgtmp; 94 y2 = ppt->y + yorgtmp; 121 ppt = pptInit; 122 x2 = ppt->x + xorg; 123 y2 = ppt [all...] |
| H A D | xaaOverlay.c | 32 DDXPointPtr pptSrc, ppt; local in function:XAACopyWindow8_32 76 ppt = pptSrc; 79 ppt->x = pbox->x1 + dx; 80 ppt->y = pbox->y1 + dy; 81 ppt++; pbox++;
|
| H A D | xaaLine.c | 46 DDXPointPtr ppt; local in function:XAAPolySegment 68 ppt = pptInit; 69 x2 = ppt->x + xorgtmp; 70 y2 = ppt->y + yorgtmp; 83 ++ppt; 88 x2 = ppt->x + xorgtmp; 89 y2 = ppt->y + yorgtmp; 111 ppt = pptInit; 112 x2 = ppt->x + xorg; 113 y2 = ppt [all...] |
| /xsrc/external/mit/xf86-video-tga/dist/src/ |
| H A D | tga_line.c | 119 DDXPointPtr ppt; local in function:TGAPolySegment 140 ppt = pptInit; 141 x2 = ppt->x + xorg; 142 y2 = ppt->y + yorg; 158 ++ppt; 163 x2 = ppt->x + xorg; 164 y2 = ppt->y + yorg; 201 y2 = ppt->y + yorg; 251 x2 = ppt->x + xorg; 374 ((ppt 431 DDXPointPtr ppt; local in function:TGAPolySegmentDashed [all...] |