Home
last modified time | relevance | path

Searched refs:removeoverlaps (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/graphviz/graphviz-2.44.1/lib/neatogen/
H A Dquad_prog_vpsc.h75 extern void removeoverlaps(int,float**,ipsep_options*);
H A Dconstrained_majorization_ipsep.c470 removeoverlaps(orig_n, coords, opt); in stress_majorization_cola()
H A Dquad_prog_vpsc.c615 void removeoverlaps(int n, float **coords, ipsep_options * opt) in removeoverlaps() function
H A Dadjust.c870 removeoverlaps(nnodes, coords, &opt); in vpscAdjust()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libvpsc/
H A Drectangle.h268 void removeoverlaps(Rectangles& rs);
289 void removeoverlaps(Rectangles& rs, const std::set<unsigned>& fixed,
H A Drectangle.cpp562 void removeoverlaps(Rectangles& rs) { in removeoverlaps() function
564 removeoverlaps(rs,fixed); in removeoverlaps()
581 void removeoverlaps(Rectangles& rs, const set<unsigned>& fixed, bool thirdPass) { in removeoverlaps() function
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dremoveoverlap.cpp77 removeoverlaps(rs); in removeoverlap()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libcola/tests/
H A Dmakefeasible.cpp130 void removeoverlaps(vpsc::Rectangles &rs, bool bothaxes) { in removeoverlaps() function
206 removeoverlaps(rs,false); in makeFeasible()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libcola/
H A Dconnected_components.cpp152 removeoverlaps(bbs); in separateComponents()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libvpsc/tests/
H A Drectangleoverlap.cpp81 removeoverlaps(rs); in test()