Searched refs:nPoints (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DGCOps.h36 void xnestPolyPoint(DrawablePtr pDrawable, GCPtr pGC, int mode, int nPoints,
38 void xnestPolylines(DrawablePtr pDrawable, GCPtr pGC, int mode, int nPoints,
46 int nPoints, DDXPointPtr pPoints);
H A DGCOps.c203 xnestPolyPoint(DrawablePtr pDrawable, GCPtr pGC, int mode, int nPoints, argument
207 (XPoint *) pPoints, nPoints, mode);
211 xnestPolylines(DrawablePtr pDrawable, GCPtr pGC, int mode, int nPoints, argument
215 (XPoint *) pPoints, nPoints, mode);
243 int nPoints, DDXPointPtr pPoints)
246 (XPoint *) pPoints, nPoints, shape, mode);
242 xnestFillPolygon(DrawablePtr pDrawable,GCPtr pGC,int shape,int mode,int nPoints,DDXPointPtr pPoints) argument
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DGCOps.h37 void xnestPolyPoint(DrawablePtr pDrawable, GCPtr pGC, int mode, int nPoints,
39 void xnestPolylines(DrawablePtr pDrawable, GCPtr pGC, int mode, int nPoints,
47 int nPoints, DDXPointPtr pPoints);
H A DGCOps.c190 xnestPolyPoint(DrawablePtr pDrawable, GCPtr pGC, int mode, int nPoints, argument
194 (XPoint *)pPoints, nPoints, mode);
198 xnestPolylines(DrawablePtr pDrawable, GCPtr pGC, int mode, int nPoints, argument
202 (XPoint *)pPoints, nPoints, mode);
230 int nPoints, DDXPointPtr pPoints)
233 (XPoint *)pPoints, nPoints, shape, mode);
229 xnestFillPolygon(DrawablePtr pDrawable,GCPtr pGC,int shape,int mode,int nPoints,DDXPointPtr pPoints) argument
/xsrc/external/mit/xkbcomp/dist/
H A Dparseutils.c468 if (ol->nPoints > 0)
487 .nPoints = 0,
495 outline->nPoints++;
H A Dxkbcomp.h265 int nPoints; member in struct:_OutlineDef
H A Dgeometry.c2401 if (ol->nPoints < 1)
2408 outline->num_points = ol->nPoints;
2410 outline->points = calloc(ol->nPoints, sizeof(XkbPointRec));
/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBGeom.c369 ol = XkbAddGeomOutline(shape, olWire->nPoints);
373 for (p = 0, pt = ol->points; p < olWire->nPoints; p++, pt++) {
383 ol->num_points = olWire->nPoints;
H A DXKBSetGeom.c230 olWire->nPoints = ol->num_points;
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXKBproto.h639 CARD8 nPoints; member in struct:_xkbOutlineWireDesc
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A Dxkb.c4593 olWire->nPoints= ol->num_points;
5306 ol= XkbAddGeomOutline(shape,olWire->nPoints);
5311 for (p=0,pt=ol->points;p<olWire->nPoints;p++,pt++) {
5320 ol->num_points= olWire->nPoints;
5321 olWire= (xkbOutlineWireDesc *)(&ptWire[olWire->nPoints]);
/xsrc/external/mit/xorg-server/dist/xkb/
H A Dxkb.c4738 olWire->nPoints = ol->num_points;
5484 ol = XkbAddGeomOutline(shape, olWire->nPoints);
5489 for (p = 0, pt = ol->points; p < olWire->nPoints; p++, pt++, ptWire++) {
5500 ol->num_points = olWire->nPoints;

Completed in 115 milliseconds