Searched refs:npoint (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/render/
H A Dmitri.c37 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 Dmipict.h159 miPointFixedBounds (int npoint, xPointFixed *points, BoxPtr bounds);
181 int npoint,
191 int npoint,
H A Dpicturestr.h294 int npoint,
303 int npoint,
/xsrc/external/mit/xorg-server/dist/render/
H A Dmitri.c37 miPointFixedBounds(int npoint, xPointFixed * points, BoxPtr bounds) argument
44 npoint--;
45 while (npoint-- > 0) {
H A Dmipict.h108 miPointFixedBounds(int npoint, xPointFixed * points, BoxPtr bounds);
H A Dpicturestr.h254 INT16 ySrc, int npoint, xPointFixed * points);
261 INT16 ySrc, int npoint, xPointFixed * points);
/xsrc/external/mit/libXrender/dist/src/
H A DTri.c84 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 Dcw_render.c381 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 Ddmxpict.h107 int npoint, xPointFixed *points);
112 int npoint, xPointFixed *points);
H A Ddmxpict.c1249 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 DpanoramiXprocs.c1257 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 DpanoramiXprocs.c1374 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 DXrender.h888 * @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 Ddispatch.c1709 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 Ddispatch.c1851 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,

Completed in 24 milliseconds