| /xsrc/external/mit/xorg-server.old/dist/render/ |
| H A D | mitri.c | 37 miPointFixedBounds (int npoint, xPointFixed *points, BoxPtr bounds) argument 44 npoint--; 45 while (npoint-- > 0) 136 int npoint, 144 if (npoint < 3) 146 ntri = npoint - 2; 150 for (tri = tris; npoint >= 3; npoint--, points++, tri++) 167 int npoint, 176 if (npoint < 130 miTriStrip(CARD8 op,PicturePtr pSrc,PicturePtr pDst,PictFormatPtr maskFormat,INT16 xSrc,INT16 ySrc,int npoint,xPointFixed * points) argument 161 miTriFan(CARD8 op,PicturePtr pSrc,PicturePtr pDst,PictFormatPtr maskFormat,INT16 xSrc,INT16 ySrc,int npoint,xPointFixed * points) argument [all...] |
| H A D | mipict.h | 159 miPointFixedBounds (int npoint, xPointFixed *points, BoxPtr bounds); 181 int npoint, 191 int npoint,
|
| H A D | picturestr.h | 294 int npoint, 303 int npoint,
|
| /xsrc/external/mit/xorg-server/dist/render/ |
| H A D | mitri.c | 37 miPointFixedBounds(int npoint, xPointFixed * points, BoxPtr bounds) argument 44 npoint--; 45 while (npoint-- > 0) {
|
| H A D | mipict.h | 108 miPointFixedBounds(int npoint, xPointFixed * points, BoxPtr bounds);
|
| H A D | picturestr.h | 254 INT16 ySrc, int npoint, xPointFixed * points); 261 INT16 ySrc, int npoint, xPointFixed * points);
|
| /xsrc/external/mit/libXrender/dist/src/ |
| H A D | Tri.c | 84 int npoint) 90 while (npoint > 2) 105 n = npoint; 114 npoint -= (n - 2); 130 int npoint) 138 npoint--; 139 while (npoint > 1) 158 n = npoint; 167 npoint -= (n - 1); 76 XRenderCompositeTriStrip(Display * dpy,int op,Picture src,Picture dst,_Xconst XRenderPictFormat * maskFormat,int xSrc,int ySrc,_Xconst XPointFixed * points,int npoint) argument 122 XRenderCompositeTriFan(Display * dpy,int op,Picture src,Picture dst,_Xconst XRenderPictFormat * maskFormat,int xSrc,int ySrc,_Xconst XPointFixed * points,int npoint) argument
|
| /xsrc/external/mit/xorg-server.old/dist/miext/cw/ |
| H A D | cw_render.c | 381 int npoint, 392 for (i = 0; i < npoint; i++) 400 npoint, points); 411 int npoint, 422 for (i = 0; i < npoint; i++) 430 npoint, points); 375 cwTriStrip(CARD8 op,PicturePtr pSrcPicture,PicturePtr pDstPicture,PictFormatPtr maskFormat,INT16 xSrc,INT16 ySrc,int npoint,xPointFixed * points) argument 405 cwTriFan(CARD8 op,PicturePtr pSrcPicture,PicturePtr pDstPicture,PictFormatPtr maskFormat,INT16 xSrc,INT16 ySrc,int npoint,xPointFixed * points) argument
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxpict.h | 107 int npoint, xPointFixed *points); 112 int npoint, xPointFixed *points);
|
| H A D | dmxpict.c | 1249 int npoint, xPointFixed *points) 1260 ps->TriStrip(op, pSrc, pDst, maskFormat, xSrc, ySrc, npoint, *points); 1279 npoint); 1291 int npoint, xPointFixed *points) 1302 ps->TriFan(op, pSrc, pDst, maskFormat, xSrc, ySrc, npoint, *points); 1321 npoint); 1246 dmxTriStrip(CARD8 op,PicturePtr pSrc,PicturePtr pDst,PictFormatPtr maskFormat,INT16 xSrc,INT16 ySrc,int npoint,xPointFixed * points) argument 1288 dmxTriFan(CARD8 op,PicturePtr pSrc,PicturePtr pDst,PictFormatPtr maskFormat,INT16 xSrc,INT16 ySrc,int npoint,xPointFixed * points) argument
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | panoramiXprocs.c | 1257 int result, npoint, j; local in function:PanoramiXPolyPoint 1278 npoint = bytes_to_int32((client->req_len << 2) - sizeof(xPolyPointReq)); 1279 if (npoint > 0) { 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)); 1292 int i = (stuff->coordMode==CoordModePrevious) ? 1 : npoint; 1317 int result, npoint, j; local in function:PanoramiXPolyLine 1338 npoint = bytes_to_int32((client->req_len << 2) - sizeof(xPolyLineReq)); 1339 if (npoint > [all...] |
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | panoramiXprocs.c | 1374 int result, npoint, j; local in function:PanoramiXPolyPoint 1396 npoint = bytes_to_int32((client->req_len << 2) - sizeof(xPolyPointReq)); 1397 if (npoint > 0) { 1398 origPts = xallocarray(npoint, sizeof(xPoint)); 1399 memcpy((char *) origPts, (char *) &stuff[1], npoint * sizeof(xPoint)); 1403 memcpy(&stuff[1], origPts, npoint * sizeof(xPoint)); 1412 (stuff->coordMode == CoordModePrevious) ? 1 : npoint; 1439 int result, npoint, j; local in function:PanoramiXPolyLine 1461 npoint = bytes_to_int32((client->req_len << 2) - sizeof(xPolyLineReq)); 1462 if (npoint > [all...] |
| /xsrc/external/mit/libXrender/dist/include/X11/extensions/ |
| H A D | Xrender.h | 888 * @param[in] npoint `points` array size. 893 int npoint); 906 * @param[in] npoint `points` array size. 910 int ySrc, _Xconst XPointFixed *points, int npoint);
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | dispatch.c | 1709 int npoint; local in function:ProcPolyPoint 1722 npoint = bytes_to_int32((client->req_len << 2) - sizeof(xPolyPointReq)); 1723 if (npoint) 1724 (*pGC->ops->PolyPoint)(pDraw, pGC, stuff->coordMode, npoint, 1732 int npoint; local in function:ProcPolyLine 1745 npoint = bytes_to_int32((client->req_len << 2) - sizeof(xPolyLineReq)); 1746 if (npoint > 1) 1747 (*pGC->ops->Polylines)(pDraw, pGC, stuff->coordMode, npoint,
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | dispatch.c | 1851 int npoint; local in function:ProcPolyPoint 1864 npoint = bytes_to_int32((client->req_len << 2) - sizeof(xPolyPointReq)); 1865 if (npoint) 1866 (*pGC->ops->PolyPoint) (pDraw, pGC, stuff->coordMode, npoint, 1874 int npoint; local in function:ProcPolyLine 1887 npoint = bytes_to_int32((client->req_len << 2) - sizeof(xPolyLineReq)); 1888 if (npoint > 1) 1889 (*pGC->ops->Polylines) (pDraw, pGC, stuff->coordMode, npoint,
|