| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| H A D | GCOps.h | 36 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 D | GCOps.c | 203 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 D | GCOps.h | 37 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 D | GCOps.c | 190 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 D | parseutils.c | 468 if (ol->nPoints > 0) 487 .nPoints = 0, 495 outline->nPoints++;
|
| H A D | xkbcomp.h | 265 int nPoints; member in struct:_OutlineDef
|
| H A D | geometry.c | 2401 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 D | XKBGeom.c | 369 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 D | XKBSetGeom.c | 230 olWire->nPoints = ol->num_points;
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | XKBproto.h | 639 CARD8 nPoints; member in struct:_xkbOutlineWireDesc
|
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | xkb.c | 4593 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 D | xkb.c | 4738 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;
|