Searched refs:xl (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/2geom/
H A Dintersection-graph.cpp153 IntersectionList &xl = _components[w][li].xlist; local
154 for (ILIter i = xl.begin(); i != xl.end(); ++i) {
155 ILIter n = cyclic_next(i, xl);
181 IntersectionList &xl = _components[w][li].xlist; local
184 for (ILIter i = xl.begin(); i != xl.end(); ++i) {
203 IntersectionList &xl = _components[w][li].xlist; local
204 for (ILIter i = xl.begin(); i != xl
239 IntersectionList &xl = _components[w][li].xlist; local
474 PathIntersectionGraph::IntersectionList const &xl = pig._components[0][i].xlist; member in class:Geom::PathIntersectionGraph
[all...]
/inkscape/src/ui/widget/
H A Dgimpcolorwheel.c1022 gint xl, xr, rl, rr, gl, gr, bl, br; /* Scanline data */ local
1102 xl = LERP (x1, x2, y1, y2, y_interp);
1110 xl = LERP (x2, x3, y2, y3, y_interp);
1123 if (xl > xr)
1125 SWAP (xl, xr, t);
1131 x_start = MAX (xl - PAD, 0);
1142 x_interp = CLAMP (xx, xl, xr);
1144 *p++ = ((LERP (rl, rr, xl, xr, x_interp) << 16) |
1145 (LERP (gl, gr, xl, xr, x_interp) << 8) |
1146 LERP (bl, br, xl, x
[all...]

Completed in 18 milliseconds