Lines Matching defs:shape
94 register XkbShapePtr shape;
96 for (i = size = 0, shape = geom->shapes; i < geom->num_shapes; i++, shape++) {
101 for (n = 0, ol = shape->outlines; n < shape->num_outlines; n++, ol++) {
204 XkbShapePtr shape;
207 for (i = 0, shape = geom->shapes; i < geom->num_shapes; i++, shape++) {
213 shapeWire->name = shape->name;
214 shapeWire->nOutlines = shape->num_outlines;
215 if (shape->primary != NULL)
216 shapeWire->primaryNdx = XkbOutlineIndex(shape, shape->primary);
219 if (shape->approx != NULL)
220 shapeWire->approxNdx = XkbOutlineIndex(shape, shape->approx);
224 for (o = 0, ol = shape->outlines; o < shape->num_outlines; o++, ol++) {
263 doodadWire->shape.colorNdx = doodad->shape.color_ndx;
264 doodadWire->shape.shapeNdx = doodad->shape.shape_ndx;