Home
last modified time | relevance | path

Searched refs:moveShape (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libavoid/tests/
H A Dconnendmove.cpp54 router->moveShape(shapeRef1, 0.5, 0); in main()
61 router->moveShape(shapeRef1, 0.5, 0); in main()
62 router->moveShape(shapeRef2, 0, 0.5); in main()
66 router->moveShape(shapeRef1, 0.5, 0); in main()
67 router->moveShape(shapeRef2, 0, 0.5); in main()
71 router->moveShape(shapeRef1, 0.5, 0); in main()
72 router->moveShape(shapeRef2, 0, 0.5); in main()
76 router->moveShape(shapeRef1, 0.5, 0); in main()
77 router->moveShape(shapeRef2, 0, 0.5); in main()
H A Dconnectionpin02.cpp70 router->moveShape(shapeRef1, 0, 90); in main()
71 router->moveShape(shapeRef2, 0, -90); in main()
76 router->moveShape(shapeRef3, 0, -60); in main()
H A Dconnectionpin01.cpp55 router->moveShape(shapeRef2, 5, 0); in main()
60 router->moveShape(shapeRef1, 0, -10); in main()
H A Dcomplex.cpp75 router->moveShape(shapeRef, 0.5, 0); in main()
96 router->moveShape(shapeRef, 0.5, 0); in main()
H A Dexample.cpp74 router->moveShape(shapeRef, 0.5, 0); in main()
H A Dlatesetup.cpp88 router->moveShape(shapeRef, 0.5, 0); in main()
H A DimproveHyperedge01.cpp90 router->moveShape(shape341041314, poly); in test()
H A DimproveHyperedge05.cpp103 router0->moveShape(shape0_170757006, poly0); in test()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libavoid/doc/
H A Dexample.doc34 router->moveShape(shapeRef, newPolygon); @endcode
38 router->moveShape(shapeRef, xmove, ymove); @endcode
40 …h in an optimised order. Thus you make several calls to Avoid::Router::moveShape() for different …
42 router->moveShape(shapeRef1, newPolygon1);
43 router->moveShape(shapeRef2, newPolygon2);
/dports/graphics/processing/processing-1.5.1/modes/android/examples/Topics/Simulate/SoftBody/
H A DSoftBody.pde46 moveShape();
70 void moveShape() {
/dports/graphics/processing/processing-1.5.1/modes/java/examples/Topics/Simulate/SoftBody/
H A DSoftBody.pde46 moveShape();
70 void moveShape() {
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libavoid/
H A Drouter.h515 void moveShape(ShapeRef *shape, const Polygon& newPoly,
535 void moveShape(ShapeRef *shape, const double xDiff, const double yDiff);
H A Drouter.cpp319 void Router::moveShape(ShapeRef *shape, const double xDiff, const double yDiff) in moveShape() function in Avoid::Router
338 moveShape(shape, newPoly); in moveShape()
351 moveShape(shape, 0, 0); in markAllObstaclesAsMoved()
360 void Router::moveShape(ShapeRef *shape, const Polygon& newPoly, in moveShape() function in Avoid::Router
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/draw/
H A Dshapeimport.cxx549 void moveShape( sal_Int32 nSourcePos, sal_Int32 nDestPos );
559 void ShapeGroupContext::moveShape( sal_Int32 nSourcePos, sal_Int32 nDestPos ) in moveShape() function in ShapeGroupContext
683 moveShape( (*aIt).nIs, nIndex++ ); in popGroupAndPostProcess()
689 moveShape( rHint.nIs, nIndex ); in popGroupAndPostProcess()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/draw/
H A Dshapeimport.cxx725 void moveShape( sal_Int32 nSourcePos, sal_Int32 nDestPos );
733 void ShapeGroupContext::moveShape( sal_Int32 nSourcePos, sal_Int32 nDestPos ) in moveShape() function in ShapeGroupContext
857 moveShape( (*aIt).nIs, nIndex++ ); in popGroupAndPostProcess()
863 moveShape( rHint.nIs, nIndex ); in popGroupAndPostProcess()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dconn-avoid-ref.cpp370 router->moveShape(shapeRef, poly); in avoid_item_move()