Home | History | Annotate | Download | only in xkb

Lines Matching defs:shape

838 	    doodad->shape.angle= doodadWire.shape.angle;
839 doodad->shape.color_ndx= doodadWire.shape.color_ndx;
840 doodad->shape.shape_ndx= doodadWire.shape.shape_ndx;
1048 XkbShapePtr shape;
1059 shape= XkbAddGeomShape(geom,nameAtom,shapeWire.num_outlines);
1060 if (!shape) {
1069 ol= XkbAddGeomOutline(shape,olWire.num_points);
1081 if (ptWire.x<shape->bounds.x1) shape->bounds.x1= ptWire.x;
1082 if (ptWire.x>shape->bounds.x2) shape->bounds.x2= ptWire.x;
1083 if (ptWire.y<shape->bounds.y1) shape->bounds.y1= ptWire.y;
1084 if (ptWire.y>shape->bounds.y2) shape->bounds.y2= ptWire.y;
1088 shape->primary= &shape->outlines[shapeWire.primary_ndx];
1090 shape->approx= &shape->outlines[shapeWire.approx_ndx];