| /xsrc/external/mit/libX11/dist/src/ |
| H A D | DrPoint.c | 34 #define size (SIZEOF(xPolyPointReq) + PTSPERBATCH * SIZEOF(xPoint)) 44 xPoint *point; 59 && ((dpy->bufptr + SIZEOF(xPoint)) <= dpy->bufmax) 61 req->length += SIZEOF(xPoint) >> 2; 62 point = (xPoint *) dpy->bufptr; 63 dpy->bufptr += SIZEOF(xPoint); 71 point = (xPoint *) NEXTPTR(req,xPolyPointReq);
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | miscstruct.h | 54 typedef xPoint DDXPointRec;
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | miscstruct.h | 55 typedef xPoint DDXPointRec;
|
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | Xprotostr.h | 62 } xPoint; typedef in typeref:struct:_xPoint
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fbpoint.c | 33 xPoint * pts, 43 xPoint * pts, 77 GCPtr pGC, int mode, int nptInit, xPoint * pptInit) 87 xPoint *ppt;
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | mipolypnt.c | 64 xPoint *pptInit 74 xPoint *ppt;
|
| H A D | mi.h | 350 xPoint * /*pptInit*/
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | mipolypnt.c | 59 int npt, xPoint * pptInit) 68 xPoint *ppt;
|
| H A D | mi.h | 303 xPoint * /*pptInit */
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/ |
| H A D | fbpoint.c | 54 xPoint *pts, int n, 83 int mode, int n, xPoint *pt, unsigned flags) 91 xPoint *pts, int n,
|
| H A D | fbpointbits.h | 32 xPoint * ptsOrig, 114 xPoint * ptsOrig,
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/ |
| H A D | fbpoint.c | 54 xPoint *pts, int n, 83 int mode, int n, xPoint *pt, unsigned flags) 91 xPoint *pts, int n,
|
| H A D | fbpointbits.h | 32 xPoint * ptsOrig, 114 xPoint * ptsOrig,
|
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fbpoint.c | 33 xPoint *pts, 47 xPoint *pts, 115 xPoint *pptInit) 125 xPoint *ppt;
|
| H A D | fb.h | 886 xPoint *pts, 960 xPoint *pts, 1035 xPoint *pts, 1110 xPoint *pts, 1652 xPoint *pts, 1666 xPoint *pptInit);
|
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| H A D | GCOps.h | 19 xPoint * pPoints, int *pWidths, int fSorted); 21 xPoint * pPoints, int *pWidths, int nSpans, int fSorted);
|
| H A D | XNWindow.h | 67 void xnestCopyWindow(WindowPtr pWin, xPoint oldOrigin, RegionPtr oldRegion);
|
| H A D | GCOps.c | 41 xnestFillSpans(DrawablePtr pDrawable, GCPtr pGC, int nSpans, xPoint * pPoints, 49 xPoint * pPoints, int *pWidths, int nSpans, int fSorted)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xnest/ |
| H A D | GCOps.h | 19 xPoint *pPoints, int *pWidths, int fSorted); 21 xPoint *pPoints, int *pWidths, int nSpans, int fSorted);
|
| H A D | XNWindow.h | 66 void xnestCopyWindow(WindowPtr pWin, xPoint oldOrigin, RegionPtr oldRegion);
|
| H A D | GCOps.c | 41 xnestFillSpans(DrawablePtr pDrawable, GCPtr pGC, int nSpans, xPoint *pPoints, 49 xPoint *pPoints, int *pWidths, int nSpans, int fSorted)
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | panoramiXprocs.c | 1258 xPoint *origPts; 1280 origPts = malloc(npoint * sizeof(xPoint)); 1281 memcpy((char *) origPts, (char *) &stuff[1], npoint * sizeof(xPoint)); 1284 if(j) memcpy(&stuff[1], origPts, npoint * sizeof(xPoint)); 1291 xPoint *pnts = (xPoint*)&stuff[1]; 1318 xPoint *origPts; 1340 origPts = malloc(npoint * sizeof(xPoint)); 1341 memcpy((char *) origPts, (char *) &stuff[1], npoint * sizeof(xPoint)); 1344 if(j) memcpy(&stuff[1], origPts, npoint * sizeof(xPoint)); [all...] |
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | panoramiXprocs.c | 1375 xPoint *origPts; 1398 origPts = xallocarray(npoint, sizeof(xPoint)); 1399 memcpy((char *) origPts, (char *) &stuff[1], npoint * sizeof(xPoint)); 1403 memcpy(&stuff[1], origPts, npoint * sizeof(xPoint)); 1410 xPoint *pnts = (xPoint *) &stuff[1]; 1440 xPoint *origPts; 1463 origPts = xallocarray(npoint, sizeof(xPoint)); 1464 memcpy((char *) origPts, (char *) &stuff[1], npoint * sizeof(xPoint)); 1468 memcpy(&stuff[1], origPts, npoint * sizeof(xPoint)); [all...] |
| /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/ |
| H A D | uxa-damage.h | 98 xPoint *ppt);
|
| /xsrc/external/mit/xorg-server.old/dist/miext/cw/ |
| H A D | cw_ops.c | 81 xPoint *pptInit); 242 cwPolyPoint(DrawablePtr pDst, GCPtr pGC, int mode, int npt, xPoint *ppt)
|