Lines Matching defs:use
50 #include "sp-use.h"
151 static void sp_use_render(SPUse *use, CairoRenderContext *ctx);
334 static void sp_use_render(SPUse *use, CairoRenderContext *ctx)
339 if ((use->x._set && use->x.computed != 0) || (use->y._set && use->y.computed != 0)) {
340 Geom::Affine tp(Geom::Translate(use->x.computed, use->y.computed));
346 if (use->child) {
347 renderer->renderItem(ctx, use->child);
569 SPUse *use = dynamic_cast<SPUse *>(item);
570 if (use) {
571 TRACE(("use begin---\n"));
572 sp_use_render(use, ctx);
573 TRACE(("---use end\n"));
612 // This is so because we use the image's/(flow)text's transform for positioning