Searched refs:nOutlines (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xkbcomp/dist/
H A Dxkbcomp.h274 int nOutlines; member in struct:_ShapeDef
H A Dgeometry.c62 unsigned short nOutlines; member in struct:_ShapeInfo
641 for (i = 0; i < tmp->nOutlines; i++)
652 tmp->nOutlines = 0;
853 old->szOutlines = old->nOutlines = 0;
2382 if (def->nOutlines < 1)
2388 si->nOutlines = def->nOutlines;
2389 si->outlines = calloc(def->nOutlines, sizeof(XkbOutlineRec));
2460 if (nOut != si->nOutlines)
2463 (unsigned int) si->nOutlines, nOu
[all...]
H A Dparseutils.c462 .nOutlines = 0,
469 shape->nOutlines++;
/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBGeom.c356 shape = XkbAddGeomShape(geom, shapeWire->name, shapeWire->nOutlines);
359 for (o = 0; o < shapeWire->nOutlines; o++) {
386 (shapeWire->primaryNdx < shapeWire->nOutlines))
391 (shapeWire->approxNdx < shapeWire->nOutlines))
H A DXKBSetGeom.c214 shapeWire->nOutlines = shape->num_outlines;
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXKBproto.h647 CARD8 nOutlines; member in struct:_xkbShapeWireDesc
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A Dxkb.c4575 shapeWire->nOutlines= shape->num_outlines;
5297 shape= XkbAddGeomShape(geom,shapeWire->name,shapeWire->nOutlines);
5301 for (o=0;o<shapeWire->nOutlines;o++) {
/xsrc/external/mit/xorg-server/dist/xkb/
H A Dxkb.c4718 shapeWire->nOutlines = shape->num_outlines;
5472 XkbAddGeomShape(geom, shapeWire->name, shapeWire->nOutlines);
5476 for (o = 0; o < shapeWire->nOutlines; o++) {

Completed in 28 milliseconds