Lines Matching defs:use
36 #include "sp-use.h"
167 /* fixme: should use pclose() for pipes */
240 void LaTeXTextRenderer::sp_use_render(SPUse *use)
244 if ((use->x._set && use->x.computed != 0) || (use->y._set && use->y.computed != 0)) {
245 Geom::Affine tp(Geom::Translate(use->x.computed, use->y.computed));
250 SPItem *childItem = dynamic_cast<SPItem *>(use->child);
288 // determine color and transparency (for now, use rgb color model as it is most native to Inkscape)
316 os.setf(std::ios::fixed); // don't use scientific notation
438 // determine color and transparency (for now, use rgb color model as it is most native to Inkscape)
466 os.setf(std::ios::fixed); // don't use scientific notation
567 SPUse *use = dynamic_cast<SPUse *>(item);
568 if (use) {
569 sp_use_render(use);