Home | History | Annotate | Download | only in dist

Lines Matching defs:shapes

228     ShapeInfo *shapes;
631 if (si == info->shapes)
634 info->shapes = NULL;
682 if (info->shapes)
683 FreeShapes(info->shapes, info);
782 info->shapes = (ShapeInfo *) AddCommonInfo(&info->shapes->defs,
795 for (old = info->shapes; old != NULL; old = (ShapeInfo *) old->defs.next)
802 old = info->shapes;
843 WARN("Multiple shapes named \"%s\"\n", shText(info->dpy, old));
1130 WARN("Multiple shapes named \"%s\"\n", shText(info->dpy, old));
1284 if (from->shapes != NULL)
1288 for (si = from->shapes; si; si = (ShapeInfo *) si->defs.next)
3328 shape = &geom->shapes[si->index];
3354 shape = &geom->shapes[si->index];
3373 shape = &geom->shapes[si->index];
3711 if (info.shapes)
3713 for (ShapeInfo *si = info.shapes; si != NULL;