Home | History | Annotate | Download | only in xkb

Lines Matching refs:shape

91     register XkbShapePtr shape;
93 for (i = size = 0, shape = geom->shapes; i < geom->num_shapes; i++, shape++) {
98 for (n = 0, ol = shape->outlines; n < shape->num_outlines; n++, ol++) {
201 XkbShapePtr shape;
204 for (i = 0, shape = geom->shapes; i < geom->num_shapes; i++, shape++) {
210 shapeWire->name = shape->name;
211 shapeWire->nOutlines = shape->num_outlines;
212 if (shape->primary != NULL)
213 shapeWire->primaryNdx = XkbOutlineIndex(shape, shape->primary);
216 if (shape->approx != NULL)
217 shapeWire->approxNdx = XkbOutlineIndex(shape, shape->approx);
221 for (o = 0, ol = shape->outlines; o < shape->num_outlines; o++, ol++) {
260 doodadWire->shape.colorNdx = doodad->shape.color_ndx;
261 doodadWire->shape.shapeNdx = doodad->shape.shape_ndx;