Home | History | Annotate | Download | only in src

Lines Matching defs:shape

780         doodad->shape.angle = doodadWire.shape.angle;
781 doodad->shape.color_ndx = doodadWire.shape.color_ndx;
782 doodad->shape.shape_ndx = doodadWire.shape.shape_ndx;
990 XkbShapePtr shape;
1003 shape = XkbAddGeomShape(geom, nameAtom, shapeWire.num_outlines);
1004 if (!shape) {
1014 ol = XkbAddGeomOutline(shape, olWire.num_points);
1026 if (ptWire.x < shape->bounds.x1)
1027 shape->bounds.x1 = ptWire.x;
1028 if (ptWire.x > shape->bounds.x2)
1029 shape->bounds.x2 = ptWire.x;
1030 if (ptWire.y < shape->bounds.y1)
1031 shape->bounds.y1 = ptWire.y;
1032 if (ptWire.y > shape->bounds.y2)
1033 shape->bounds.y2 = ptWire.y;
1037 shape->primary = &shape->outlines[shapeWire.primary_ndx];
1039 shape->approx = &shape->outlines[shapeWire.approx_ndx];