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

/inkscape/src/libavoid/
H A Drouter.cpp1100 double offy; local
1112 offy = p1.y;
1114 b = start.y - offy;
1116 d = end.y - offy;
1124 offy = p1.x;
1126 b = start.x - offy;
1128 d = end.x - offy;
1171 offy = r_p1.y;
1173 b = start.y - offy;
1175 d = end.y - offy;
[all...]

Completed in 33 milliseconds