Searched defs:faraway (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/extension/internal/
H A Dwmf-inout.cpp2026 float faraway = 10000000; // hopefully well outside any real drawing! local
2028 tmp_path << "M " << faraway << "," << faraway << " "; local
2029 tmp_path << "L " << faraway << "," << -faraway << " ";
2030 tmp_path << "L " << -faraway << "," << -faraway << " ";
2031 tmp_path << "L " << -faraway << "," << faraway << " ";
H A Demf-inout.cpp66 float faraway = 10000000; // used in "exclude" clips, hopefully well outside any real drawing! member in namespace:Inkscape::Extension::Internal
1044 /* snaps coordinate pairs made up of values near +/-faraway, +/-faraway to exactly faraway.
1046 It should not affect internals of normal drawings because the value of faraway is so large.
1051 if((abs(abs(*x) - faraway)/faraway <= 1e-4) && (abs(abs(*y) - faraway)/faraway <= 1e-4)){
1052 *x = (*x > 0 ? faraway
2276 tmp_path << "M " << faraway << "," << faraway << " "; local
[all...]

Completed in 31 milliseconds