Searched refs:ox (Results 1 - 5 of 5) sorted by relevance

/inkscape/share/extensions/
H A Dtriangle.py40 def draw_SVG_tri( (x1, y1), (x2, y2), (x3, y3), (ox,oy), width, name, parent):
44 'd':'M '+str(x1+ox)+','+str(y1+oy)+
45 ' L '+str(x2+ox)+','+str(y2+oy)+
46 ' L '+str(x3+ox)+','+str(y3+oy)+
47 ' L '+str(x1+ox)+','+str(y1+oy)+' z'}
/inkscape/src/
H A Dsp-image.h41 double ox, oy; member in class:SPImage
H A Dsp-image.cpp122 this->ox = this->oy = 0.0;
404 this->ox = this->x.computed;
416 this->ox = c2p[4];
422 // TODO: eliminate ox, oy, sx, sy
496 double vx = this->ox;
630 ai->setOrigin(Geom::Point(image->ox, image->oy));
/inkscape/src/extension/internal/
H A Dwmf-inout.cpp2264 double ox = pix_to_x_point(d, off.x, off.y) - pix_to_x_point(d, 0, 0); // take into account all active transforms local
2266 Geom::Affine tf = Geom::Translate(ox,oy);
H A Demf-inout.cpp2242 double ox = pix_to_x_point(d, off.x, off.y) - pix_to_x_point(d, 0, 0); // take into account all active transforms local
2244 Geom::Affine tf = Geom::Translate(ox,oy);

Completed in 51 milliseconds