Searched refs:xa (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/2geom/
H A Dintersection-graph.cpp118 IntersectionVertex *xa, *xb; local
119 xa = new IntersectionVertex();
121 //xa->processed = xb->processed = false;
122 xa->which = 0; xb->which = 1;
123 xa->pos = pxs[i].first;
125 xa->p = xb->p = pxs[i].point();
126 xa->neighbor = xb;
127 xb->neighbor = xa;
128 xa->next_edge = xb->next_edge = OUTSIDE;
129 xa
[all...]
/inkscape/src/
H A Dsp-string.cpp113 // XML Parsers convert 0xa, 0xd, 0xD 0xA to 0xA. CSS also follows this rule so we
118 case 0xa: // Line feed
/inkscape/share/extensions/
H A Dgcodetools.py6370 xa = c1[0] + a*(c2[0]-c1[0])/d
6373 x1 = xa + h*(c2[1]-c1[1])/d
6374 x2 = xa - h*(c2[1]-c1[1])/d

Completed in 32 milliseconds