| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| mipoly.c | 76 DDXPointPtr ppt; local 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-1)->y [all...] |
| mipolypnt.c | 74 xPoint *ppt; local 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++->y += yorg [all...] |
| mifillrct.c | 85 DDXPointPtr ppt; local 122 ppt = pptFirst; 131 ppt->x = xorg; 132 ppt->y = yorg; 133 ppt++;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| 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);
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| mipolypnt.c | 68 xPoint *ppt; local 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++->y += yorg [all...] |
| mifillrct.c | 81 DDXPointPtr ppt; local 113 ppt = pptFirst; 121 ppt->x = xorg; 122 ppt->y = yorg; 123 ppt++;
|
| mizerline.c | 105 DDXPointPtr ppt; local 164 ppt = pptInit; 166 xstart = ppt->x; 167 ystart = ppt->y; 185 ++ppt; 187 x2 = ppt->x; 188 y2 = ppt->y; 337 (((xstart != x2) || (ystart != y2)) || (ppt == pptInit + 1))) {
|
| /xsrc/external/mit/xf86-video-sunffb/dist/src/ |
| 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++; [all...] |
| /xsrc/external/mit/xorg-server/dist/fb/ |
| 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++;
|
| fbline.c | 30 fbZeroLine(DrawablePtr pDrawable, GCPtr pGC, int mode, int npt, DDXPointPtr ppt) 38 x1 = ppt->x; 39 y1 = ppt->y; 42 ++ppt; 43 x2 = ppt->x; 44 y2 = ppt->y; 76 fbFixCoordModePrevious(int npt, DDXPointPtr ppt) 80 x = ppt->x; 81 y = ppt->y; 84 ppt++ [all...] |
| 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++;
|
| fbfillsp.c | 31 GCPtr pGC, int n, DDXPointPtr ppt, int *pwidth, int fSorted) 46 fullX1 = ppt->x; 47 fullY1 = ppt->y; 49 ppt++;
|
| fbpoint.c | 87 xPoint *ppt; local 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/ |
| 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++;
|
| 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++ [all...] |
| 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++;
|
| fbfillsp.c | 33 DDXPointPtr ppt, 51 fullX1 = ppt->x; 52 fullY1 = ppt->y; 54 ppt++;
|
| fbpoint.c | 125 xPoint *ppt; local 131 ppt = pptInit; 138 ppt++; 139 ppt->x += (ppt-1)->x; 140 ppt->y += (ppt-1)->y;
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| glamor_points.c | 40 glamor_poly_point_gl(DrawablePtr drawable, GCPtr gc, int mode, int npt, DDXPointPtr ppt) 80 vbo_ppt[0] = (x += ppt->x); 81 vbo_ppt[1] = (y += ppt->y); 83 ppt++; 86 memcpy(vbo_ppt, ppt, npt * (2 * sizeof (INT16))); 120 DDXPointPtr ppt) 122 if (glamor_poly_point_gl(drawable, gc, mode, npt, ppt)) 124 miPolyPoint(drawable, gc, mode, npt, ppt);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| 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, pwidth, fSorted, pCache, [all...] |
| xaaCpyWin.c | 30 DDXPointPtr pptSrc, ppt; local 66 ppt = pptSrc; 69 ppt->x = pbox->x1 + dx; 70 ppt->y = pbox->y1 + dy; 71 ppt++; pbox++;
|
| xaaDashLine.c | 48 DDXPointPtr ppt; local 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->y + yorg [all...] |
| xaaOverlay.c | 32 DDXPointPtr pptSrc, ppt; local 76 ppt = pptSrc; 79 ppt->x = pbox->x1 + dx; 80 ppt->y = pbox->y1 + dy; 81 ppt++; pbox++;
|
| xaaLine.c | 46 DDXPointPtr ppt; local 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->y + yorg [all...] |
| /xsrc/external/mit/xf86-video-tga/dist/src/ |
| tga_line.c | 119 DDXPointPtr ppt; local 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->x + xorg != pptInit->x + pDrawable->x) | 431 DDXPointPtr ppt; local [all...] |