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

/inkscape/share/extensions/
H A Deqtexsvg.py31 import inkex, os, tempfile, sys, xml.dom.minidom namespace
H A Dexport_gimp_palette.py14 from xml.dom.minidom import parse
49 dom = parse(stream) variable
51 walk(dom)
52 print 'GIMP Palette\nName: %s\n#' % (dom.getElementsByTagName('svg')[0].getAttribute(DOCNAME).split('.')[0])
/inkscape/src/2geom/
H A Dconcepts.h70 Interval dom; member in struct:Geom::FragmentConcept
92 i = bounds_local(t, dom);
H A Dpiecewise.h222 inline void setDomain(Interval dom) { argument
224 /* dom can not be empty
225 if(dom.empty()) {
230 double o = dom.min() - cf, s = dom.extent() / (cuts.back() - cf);
234 cuts[0] = dom.min();
235 cuts[size()] = dom.max();
H A Dbezier-clipping.cpp386 * the clipped curve is returned through the output parameter "dom"
486 * is returned through the output parameter "dom"
626 * the clipped curve is returned through the output parameter "dom"
697 * for the clipped curve is returned through the output parameter "dom"
751 std::cerr << "dom(A) : " << domA << std::endl;
752 std::cerr << "dom(B) : " << domB << std::endl;
770 OptInterval dom; local
789 dom = clip<intersection_point_tag>(*C1, *C2, precision);
791 if (dom.empty())
794 std::cerr << "dom
929 OptInterval dom; local
[all...]
/inkscape/src/live_effects/
H A Dlpe-knot.cpp413 std::vector<Interval> dom; local
414 dom.push_back(Interval(0., size_nondegenerate(gpaths[i0])));
463 dom = complementOf( Interval(0,hidden.max()) ,dom);
464 dom = complementOf( Interval(hidden.min()+period, period) ,dom);
466 dom = complementOf(hidden,dom);
473 if (dom.empty()){
478 unsigned beg_comp = 0, end_comp = dom
[all...]

Completed in 532 milliseconds