Searched defs:ox (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/ |
H A D | sp-image.h | 41 double ox, oy; member in class:SPImage
|
/inkscape/src/extension/internal/ |
H A D | wmf-inout.cpp | 2264 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 D | emf-inout.cpp | 2242 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 149 milliseconds