Lines Matching refs:shapeWire
348 xkbShapeWireDesc *shapeWire;
352 shapeWire = (xkbShapeWireDesc *)
354 if (!shapeWire)
356 shape = XkbAddGeomShape(geom, shapeWire->name, shapeWire->nOutlines);
359 for (o = 0; o < shapeWire->nOutlines; o++) {
385 if ((shapeWire->primaryNdx != XkbNoShape) &&
386 (shapeWire->primaryNdx < shapeWire->nOutlines))
387 shape->primary = &shape->outlines[shapeWire->primaryNdx];
390 if ((shapeWire->approxNdx != XkbNoShape) &&
391 (shapeWire->approxNdx < shapeWire->nOutlines))
392 shape->approx = &shape->outlines[shapeWire->approxNdx];