Searched refs:nPts (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | mipolygen.c | 78 int nPts = 0; /* number of pts in buffer */ local in function:miFillGeneralPoly 133 nPts++; 138 if (nPts == NUMPTSTOBUFFER) 141 nPts, FirstPoint, FirstWidth, 145 nPts = 0; 189 nPts++; 194 if (nPts == NUMPTSTOBUFFER) 196 (*pgc->ops->FillSpans)(dst, pgc, nPts, FirstPoint, 200 nPts = 0; 226 (*pgc->ops->FillSpans)(dst, pgc, nPts, FirstPoin [all...] |
| H A D | misprite.c | 462 int nPts; local in function:miSpriteGetSpans 469 for (pts = ppt, widths = pwidth, nPts = nspans; 470 nPts--;
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | mipoly.c | 530 int nPts = 0; /* number of pts in buffer */ local in function:miFillGeneralPoly 580 nPts++; 585 if (nPts == NUMPTSTOBUFFER) { 587 nPts, FirstPoint, FirstWidth, 1); 590 nPts = 0; 630 nPts++; 635 if (nPts == NUMPTSTOBUFFER) { 636 (*pgc->ops->FillSpans) (dst, pgc, nPts, FirstPoint, 640 nPts = 0; 665 (*pgc->ops->FillSpans) (dst, pgc, nPts, FirstPoin [all...] |
| /xsrc/external/mit/libxkbui/dist/src/ |
| H A D | XKBui.c | 271 int nPts, 277 for (i=0;i<nPts;i++,pts++) { 289 _DrawPoints(XkbUI_ViewPtr view,int nPts,XkbUI_PointPtr pts,XPoint *xpts) argument 293 for (i=0;i<nPts;i++) { 301 if ((xpts[nPts-1].x!=xpts[0].x)||(xpts[nPts-1].y!=xpts[0].y)) 302 xpts[nPts++]= xpts[0]; /* close the shape, if necessary */ 303 XDrawLines(view->dpy,view->win,view->gc,xpts,nPts,CoordModeOrigin); 309 _DrawSolidPoints(XkbUI_ViewPtr view,int nPts,XkbUI_PointPtr pts,XPoint *xpts) argument 313 for (i=0;i<nPts; 268 _RotatePoints(double rangle,int corner_x,int corner_y,int nPts,XkbUI_PointPtr pts) argument [all...] |
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | XKBGAlloc.c | 583 XkbAllocGeomPoints(XkbOutlinePtr ol,int nPts) argument 585 return _XkbAllocPoints(ol,nPts);
|
| /xsrc/external/mit/libX11/dist/src/xkb/ |
| H A D | XKBGAlloc.c | 595 XkbAllocGeomPoints(XkbOutlinePtr ol, int nPts) argument 597 return _XkbAllocPoints(ol, nPts);
|
Completed in 8 milliseconds