Lines Matching defs:use
26 #include "sp-use.h"
27 #include "sp-use-reference.h"
189 //We use that info to allocate memory for the glyphs
210 x -= (hkern->k / 1000.0);//TODO: use here the height of the font
214 y -= (vkern->k / 1000.0);//TODO: use here the "height" of the font
224 if (is_horizontal_text) x+=(this->font->horiz_adv_x/1000.0);//TODO: use here the height of the font
225 else y+=(this->font->vert_adv_y/1000.0);//TODO: use here the "height" of the font
238 if (is_horizontal_text) x+=(this->font->horiz_adv_x/1000.0);//TODO: use here the height of the font
239 else y+=(this->font->vert_adv_y/1000.0);//TODO: use here the "height" of the font
256 Geom::Scale s(1.0/1000);//TODO: use here the units-per-em attribute?
354 SPUse *use = dynamic_cast<SPUse *>(node);
355 if (use) {
356 SPItem* item = use->ref->getObject();