Searched defs:dom (Results 1 - 6 of 6) sorted by relevance
| /inkscape/share/extensions/ |
| H A D | eqtexsvg.py | 31 import inkex, os, tempfile, sys, xml.dom.minidom namespace
|
| H A D | export_gimp_palette.py | 14 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 D | concepts.h | 70 Interval dom; member in struct:Geom::FragmentConcept 92 i = bounds_local(t, dom);
|
| H A D | piecewise.h | 222 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 D | bezier-clipping.cpp | 386 * 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 D | lpe-knot.cpp | 413 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