Searched defs:xpos (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/libavoid/
H A Dgeomtypes.cpp344 int xpos = (x1 < x2) ? -1 : 1; local
358 y2 += shorten_length * xpos * tangent;
359 x2 += shorten_length * xpos;
372 y1 -= shorten_length * xpos * tangent;
373 x1 -= shorten_length * xpos;
/inkscape/src/libcola/
H A Dstraightener.h66 void xpos(double y, std::vector<double>& xs) { function in struct:straightener::Edge
/inkscape/src/trace/
H A Dtrace.cpp266 double xpos = aImg->geometricBounds()->left() + iwscale * (double)col; local
267 Geom::Point point(xpos, ypos);
/inkscape/src/extension/internal/
H A Dwmf-print.cpp1509 int32_t const xpos = (int32_t) round(p2[Geom::X]); local
1522 (int16_t) xpos, (int16_t) ypos
1527 (int16_t) xpos, (int16_t) ypos
H A Demf-print.cpp2133 int32_t const xpos = (int32_t) round(p2[Geom::X]); local
2148 xpos, ypos
2152 xpos, ypos

Completed in 31 milliseconds